Former-commit-id:90a54524c6
[formerlydf575b7be1
] [formerlya6d7822698
] [formerly90a54524c6
[formerlydf575b7be1
] [formerlya6d7822698
] [formerlycda8d04831
[formerlya6d7822698
[formerly 06a166ef6c963585eb65da223610a21665f9545a]]]] Former-commit-id:cda8d04831
Former-commit-id:3e68d9aaac
[formerly27d2e33769
] [formerly 3fa0f0dac5587960c496629c316aa2a1a2f464bc [formerlycc0f6832c9
]] Former-commit-id: 822576469c2608f5a2fcb3645efe10ba1e12bfce [formerly2615ad7324
] Former-commit-id:819cb0bcb7
36 lines
No EOL
1.3 KiB
Properties
36 lines
No EOL
1.3 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 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 |