Updates to include the probSevere plugin in the RPM build
This commit is contained in:
parent
acd9548ddf
commit
1e6913964e
5 changed files with 12 additions and 0 deletions
|
@ -53,3 +53,4 @@ com.raytheon.uf.viz.ncep.perspective.feature
|
||||||
com.raytheon.uf.viz.d2d.skewt.feature
|
com.raytheon.uf.viz.d2d.skewt.feature
|
||||||
com.raytheon.uf.viz.server.edex.feature
|
com.raytheon.uf.viz.server.edex.feature
|
||||||
com.raytheon.uf.viz.dataplugin.nswrc.feature
|
com.raytheon.uf.viz.dataplugin.nswrc.feature
|
||||||
|
edu.wisc.ssec.cimss.viz.probsevere.feature
|
||||||
|
|
|
@ -301,6 +301,9 @@
|
||||||
<antcall target="p2.build.repo">
|
<antcall target="p2.build.repo">
|
||||||
<param name="feature" value="com.raytheon.uf.viz.alertview.feature" />
|
<param name="feature" value="com.raytheon.uf.viz.alertview.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
<antcall target="p2.build.repo">
|
||||||
|
<param name="feature" value="edu.wisc.ssec.cimss.viz.probsevere.feature" />
|
||||||
|
</antcall>
|
||||||
<antcall target="cleanup.features" />
|
<antcall target="cleanup.features" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
@ -245,6 +245,10 @@
|
||||||
id="gov.noaa.nws.ost.viz.stq.feature"
|
id="gov.noaa.nws.ost.viz.stq.feature"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="edu.wisc.ssec.cimss.viz.probsevere.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
|
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
|
@ -127,6 +127,7 @@
|
||||||
<feature id="com.raytheon.uf.viz.ffmp.feature"/>
|
<feature id="com.raytheon.uf.viz.ffmp.feature"/>
|
||||||
<feature id="com.raytheon.uf.viz.scan.feature"/>
|
<feature id="com.raytheon.uf.viz.scan.feature"/>
|
||||||
<feature id="com.raytheon.uf.viz.fssobs.feature"/>
|
<feature id="com.raytheon.uf.viz.fssobs.feature"/>
|
||||||
|
<feature id="edu.wisc.ssec.cimss.viz.probsevere.feature"/>
|
||||||
<feature id="com.raytheon.uf.viz.satellite.goesr.feature" installMode="root"/>
|
<feature id="com.raytheon.uf.viz.satellite.goesr.feature" installMode="root"/>
|
||||||
</features>
|
</features>
|
||||||
|
|
||||||
|
|
|
@ -313,6 +313,9 @@
|
||||||
<param name="feature"
|
<param name="feature"
|
||||||
value="com.raytheon.uf.edex.nswrc.radar.feature" />
|
value="com.raytheon.uf.edex.nswrc.radar.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
<antcall target="build">
|
||||||
|
<param name="feature" value="edu.wisc.ssec.cimss.edex.probsevere.feature" />
|
||||||
|
</antcall>
|
||||||
<!-- SPECIAL CASE -->
|
<!-- SPECIAL CASE -->
|
||||||
<if>
|
<if>
|
||||||
<equals arg1="${lightning}" arg2="false" />
|
<equals arg1="${lightning}" arg2="false" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue