more ufpy->awips

This commit is contained in:
mjames-upc 2016-03-16 18:56:09 -05:00
parent d0068c97dd
commit 25a21da274
3 changed files with 6 additions and 8 deletions

View file

@ -6,7 +6,7 @@
deploy.python is true
-->
<property name="python.packages"
value="pypies:ufpy:dynamicserialize" />
value="pypies:awips" />
<!-- EDEX root directory - defaults to /awips2/edex -->
<property name="edex.root" value="/awips2/edex" />
<!-- Python root directory - defaults to /awips2/python -->
@ -42,7 +42,7 @@
<echo message=" -Dedex.root the root of the EDEX installation; defaults to /awips2/edex" />
<echo message=" -Ddeploy.python a boolean value {true, false} indicating if python should be deployed" />
<echo message=" -Dpython.root the root of the python installation; defaults to /awips2/python" />
<echo message=" -Dpython.packages a colon delimited list of python packages to deploy; defaults to pypies:ufpy:dynamicserialize" />
<echo message=" -Dpython.packages a colon delimited list of python packages to deploy; defaults to pypies:awips" />
<echo message=" -Darchitecture used to override the deployment architecture; use one of: {x86_64, x86}." />
<fail message="All required parameters have not been specified. Refer to the usage message above." />

View file

@ -181,9 +181,7 @@
<echo message="Deploying the Raytheon python site-packages." />
<deploy.python.site-package
site.package="ufpy" />
<deploy.python.site-package
site.package="dynamicserialize" />
site.package="awips" />
<deploy.python.site-package
site.package="pypies" />
</target>

View file

@ -5,7 +5,7 @@
# delimited by colon (:)
wa.to.deploy=
# deploy the raytheon ufpy, dynamicserialize, and pypies site-packages
# deploy the raytheon awips and pypies site-packages
deploy.python=true
# deploy build.edex/esb/data
deploy.data=true