Former-commit-id:e8f4a2f031
[formerly51208e5515
] [formerlyc0c1d56f3a
] [formerlye8f4a2f031
[formerly51208e5515
] [formerlyc0c1d56f3a
] [formerly4ba416aeb3
[formerlyc0c1d56f3a
[formerly 221d0aaf0e19a054387134e72a76a278159bf4d0]]]] Former-commit-id:4ba416aeb3
Former-commit-id:82cdde8491
[formerlycd4185ef5c
] [formerly 413d9d9811179a10639f756b8b4f690d86be7a6a [formerly941337c553
]] Former-commit-id: c69e1900269e630aefc061c2464bc8fea1c9776a [formerlyb6fa9b4858
] Former-commit-id:f52ec0b0a0
38 lines
No EOL
1.4 KiB
Properties
38 lines
No EOL
1.4 KiB
Properties
#-----------------------------------------------------------------------------#
|
|
# developer configurable properties.
|
|
|
|
# the root directories of the work assignment(s) to deploy.
|
|
# delimited by colon (:)
|
|
wa.to.deploy=
|
|
|
|
# deploy the raytheon ufpy, dynamicserialize, and pypies site-packages
|
|
deploy.python=true
|
|
# deploy build.edex/esb/data
|
|
deploy.data=true
|
|
# deploy the web applications
|
|
deploy.web=true
|
|
# deploy GFESuite
|
|
deploy.gfesuite=true
|
|
# use esb.overwrite to overwrite files during esb deployment regardless
|
|
# of date/time. for more information: http://tinyurl.com/7mo45oo
|
|
esb.overwrite=false
|
|
# a colon (:) separated list of localization sites; the associated
|
|
# localization files will be deployed for the specified site.
|
|
localization.sites=
|
|
|
|
# the python installation directory.
|
|
python.root.directory=/awips2/python
|
|
# the primary gfesuite project
|
|
gfesuite.project=com.raytheon.uf.tools.gfesuite.servicebackup
|
|
|
|
#-----------------------------------------------------------------------------#
|
|
|
|
# static properties dependent on the current versions of the foss libraries
|
|
# we are utilizing - should only be modified by CM.
|
|
python.version.dir=python2.7
|
|
|
|
# the Common Baseline EDEX feature
|
|
edex.feature=com.raytheon.edex.feature.uframe/feature.xml
|
|
# the name of the Work Assignment EDEX feature -
|
|
# this feature must exist in a Work Assignment to deploy it.
|
|
wa.edex.feature=com.raytheon.edex.wa.feature/feature.xml |