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 deploy.python is true
--> -->
<property name="python.packages" <property name="python.packages"
value="pypies:ufpy:dynamicserialize" /> value="pypies:awips" />
<!-- EDEX root directory - defaults to /awips2/edex --> <!-- EDEX root directory - defaults to /awips2/edex -->
<property name="edex.root" value="/awips2/edex" /> <property name="edex.root" value="/awips2/edex" />
<!-- Python root directory - defaults to /awips2/python --> <!-- 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=" -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=" -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.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}." /> <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." /> <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." /> <echo message="Deploying the Raytheon python site-packages." />
<deploy.python.site-package <deploy.python.site-package
site.package="ufpy" /> site.package="awips" />
<deploy.python.site-package
site.package="dynamicserialize" />
<deploy.python.site-package <deploy.python.site-package
site.package="pypies" /> site.package="pypies" />
</target> </target>
@ -263,4 +261,4 @@
classpathref="ant.classpath" /> classpathref="ant.classpath" />
<taskdef resource="net/sf/antcontrib/antlib.xml" <taskdef resource="net/sf/antcontrib/antlib.xml"
classpath="${basedir}/lib/ant/ant-contrib-1.0b3.jar" /> classpath="${basedir}/lib/ant/ant-contrib-1.0b3.jar" />
</project> </project>

View file

@ -5,7 +5,7 @@
# delimited by colon (:) # delimited by colon (:)
wa.to.deploy= wa.to.deploy=
# deploy the raytheon ufpy, dynamicserialize, and pypies site-packages # deploy the raytheon awips and pypies site-packages
deploy.python=true deploy.python=true
# deploy build.edex/esb/data # deploy build.edex/esb/data
deploy.data=true deploy.data=true
@ -33,4 +33,4 @@ python.version.dir=python2.7
edex.feature=com.raytheon.edex.feature.uframe/feature.xml edex.feature=com.raytheon.edex.feature.uframe/feature.xml
# the name of the Work Assignment EDEX feature - # the name of the Work Assignment EDEX feature -
# this feature must exist in a Work Assignment to deploy it. # this feature must exist in a Work Assignment to deploy it.
wa.edex.feature=com.raytheon.edex.wa.feature/feature.xml wa.edex.feature=com.raytheon.edex.wa.feature/feature.xml