36 lines
1.2 KiB
Properties
36 lines
1.2 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=false
|
||
|
# deploy build.edex/esb/data
|
||
|
deploy.data=false
|
||
|
# deploy conf/resources
|
||
|
deploy.resources=false
|
||
|
# deploy GFESuite
|
||
|
deploy.gfesuite=false
|
||
|
# 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=python3.6
|
||
|
|
||
|
# the Common Baseline EDEX feature
|
||
|
edex.feature=com.raytheon.uf.ignite.core.feature/feature.xml
|