goesr added to build; com.raytheon.uf.edex.ncep.nco.feature uncommented; RunDeployInstall.groovy muting hydro deployment
This commit is contained in:
parent
74cb80d413
commit
8f0d4bd95c
5 changed files with 17 additions and 8 deletions
|
@ -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() != "")
|
||||
|
|
|
@ -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>
|
|
@ -193,6 +193,10 @@
|
|||
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"
|
||||
version="0.0.0"/>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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"
|
||||
|
@ -144,4 +143,9 @@
|
|||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue