-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.properties.template
83 lines (63 loc) · 3.72 KB
/
project.properties.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# -----------------------------------------------------------------------
# [y] hybris Platform
#
# Copyright (c) 2000-2015 hybris AG
# All rights reserved.
#
# This software is the confidential and proprietary information of hybris
# ("Confidential Information"). You shall not disclose such Confidential
# Information and shall use it only in accordance with the terms of the
# license agreement you entered into with hybris.
#
#
# -----------------------------------------------------------------------
# you can put key/value pairs here.
# Use Config.getParameter(..) to retrieve the values during runtime.
atom.key=value
###########################################################################################
#
# following part used to configure static resources related optimization
# rules should be noticed:
# all the attributes with name XXXX.folder will be consumed by gulp
# and with name XXX.filePath with consumed by java (or both with gulp)
# XXXX.folder: should relative path and root is webroot folder in storefront
# XXX.filePath: should related to HTTP context Path (or webroot folder)
# seperator for attributes value should be ','
#
#################################start of atom related configuration##########################################################
atom.config.LESS.enabled=true
# LESS file folder , consumed by gulp
atom.config.LESS.source.folder=./_ui/responsive/theme-blue/css/
atom.config.LESS.dest.folder=./_ui/responsive/theme-blue/css/
atom.config.compress.enabled=true
# folder for css.tag and js.tag, gulp will try to find these files and compress whatever in them
atom.config.compress.sourceTag.folder=./WEB-INF/tags/responsive/template/compressible/
# final dest folder for compress result , combind.min.js/css will be placed in this folder, consumed by both gulp and JSP
atom.config.compress.js.dest.filePath=./_ui/responsive/common/js/
atom.config.compress.css.dest.filePath=./_ui/responsive/theme-blue/css/
# where to find js/css files, consumed by gulp, this path will be replaced with relative path variable in tag file since js can not resolve java variable in tag
atom.config.js.root.folder=./_ui/responsive/common/
atom.config.css.root.folder=./_ui/responsive/theme-blue/
# http/https proxy which used to get resources from internet when during build phase
atom.config.build.env.proxy.host=proxy.pal.sap.corp
atom.config.build.env.proxy.port=8080
# add-ons with static resources should be compressed
atom.config.addon=b2ccheckoutaddon,liveeditaddon
# jshint related configuration
atom.config.jshint.enable=true
# lint js in side JSP file
atom.config.jshint.extract.enable=true
atom.config.jshint.extract.folder=./WEB-INF/views/responsive/pages/*.jsp
#######################################end of atom related configuration####################################################
# Specifies the location of the spring context file added automatically to the global platform application context.
atom.application-context=atom-spring.xml
yacceleratorstorefront.additionalWebSpringConfigs.atom=classpath:/atom/web/spring/atom-web-spring.xml
yb2bacceleratorstorefront.additionalWebSpringConfigs.atom=classpath:/atom/web/spring/atom-web-spring.xml
storefront.supportedUiExperienceLevels.electronics=DESKTOP,MOBILE
storefront.supportedUiExperienceLevels.apparel-uk=DESKTOP,MOBILE
storefront.supportedUiExperienceLevels.apparel-de=DESKTOP,MOBILE
storefront.supportedUiExperienceLevels.powertools=DESKTOP
atom.javascript.paths.desktop=/desktop/common/js/atom.js
atom.javascript.paths.mobile=/desktop/common/js/atom.js
atom.css.paths.desktop=/desktop/common/css/atom.css
atom.css.paths.mobile=/mobile/common/css/atom.css