goesr added to build; com.raytheon.uf.edex.ncep.nco.feature uncommented; RunDeployInstall.groovy muting hydro deployment

This commit is contained in:
mjames-upc 2016-04-06 13:35:53 -05:00
parent 74cb80d413
commit 8f0d4bd95c
5 changed files with 17 additions and 8 deletions

View file

@ -94,6 +94,7 @@ class DeployInstall
// never deploy these features
blacklistedEdexFeatures.add("com.raytheon.edex.wa.feature")
blacklistedEdexFeatures.add("com.raytheon.edex.feature.uframe")
blacklistedEdexFeatures.add("com.raytheon.uf.edex.hydro.feature")
this.init(workspaceDirectory.trim())
if (localizationSites.trim() != "")

View file

@ -19,7 +19,7 @@
further_licensing_information.
-->
<menuContributionFile>
<include installTo="menu:goesr"
<include installTo="menu:satellite?before=GROUP2"
fileName="menus/satellite/goesr/profileMenu.xml">
</include>
</menuContributionFile>

View file

@ -192,6 +192,10 @@
<includes
id="gov.noaa.gsd.viz.ensemble.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.satellite.goesr.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.d2d.damagepath.feature"

View file

@ -13,11 +13,11 @@
<target name="main" depends="init, setup">
<property name="esb.directory" value="${repo.dir}/build/deploy.edex.awips2/esb" />
<property name="esb.directory" value="${basedir}/build/deploy.edex.awips2/esb" />
<!-- deploy esb {optionally: data, web} -->
<ant antfile="${repo.dir}/build/deploy.edex.awips2/deploy/deploy-esb.xml" />
<ant antfile="${basedir}/build/deploy.edex.awips2/deploy/deploy-esb.xml" />
<!-- deploy esb configuration -->
<ant antfile="${repo.dir}/build/deploy.edex.awips2/deploy/deploy-esb-configuration.xml" />
<ant antfile="${basedir}/build/deploy.edex.awips2/deploy/deploy-esb-configuration.xml" />
<!-- optionally: deploy gfesuite -->
<if>
<equals arg1="${deploy.gfesuite}" arg2="true" />
@ -250,4 +250,4 @@
<!-- static -->
<taskdef name="includegen" classname="com.raytheon.uf.anttasks.includesgen.GenerateIncludesFromFeature" classpathref="ant.classpath" />
<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${basedir}/lib/ant/ant-contrib-1.0b3.jar" />
</project>
</project>

View file

@ -107,10 +107,9 @@
id="com.raytheon.uf.edex.ncep.feature"
version="0.0.0"/>
<!-- Uncomment to deploy the National Central Operations EDEX plugins locally -->
<!-- includes
<includes
id="com.raytheon.uf.edex.ncep.nco.feature"
version="0.0.0"/-->
version="0.0.0"/>
<includes
id="com.raytheon.uf.edex.binlightning.feature"
@ -143,5 +142,10 @@
<includes
id="gov.noaa.nws.sr.oun.edex.mping.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.edex.goesr.feature"
version="0.0.0"/>
</feature>