Updates to include the probSevere plugin in the RPM build

This commit is contained in:
ucar-tmeyer 2023-06-02 20:32:25 +00:00
parent acd9548ddf
commit 1e6913964e
5 changed files with 12 additions and 0 deletions

View file

@ -53,3 +53,4 @@ com.raytheon.uf.viz.ncep.perspective.feature
com.raytheon.uf.viz.d2d.skewt.feature
com.raytheon.uf.viz.server.edex.feature
com.raytheon.uf.viz.dataplugin.nswrc.feature
edu.wisc.ssec.cimss.viz.probsevere.feature

View file

@ -301,6 +301,9 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.alertview.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="edu.wisc.ssec.cimss.viz.probsevere.feature" />
</antcall>
<antcall target="cleanup.features" />
</target>

View file

@ -245,6 +245,10 @@
id="gov.noaa.nws.ost.viz.stq.feature"
version="0.0.0"/>
<includes
id="edu.wisc.ssec.cimss.viz.probsevere.feature"
version="0.0.0"/>
<requires>
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
</requires>

View file

@ -127,6 +127,7 @@
<feature id="com.raytheon.uf.viz.ffmp.feature"/>
<feature id="com.raytheon.uf.viz.scan.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"/>
</features>

View file

@ -313,6 +313,9 @@
<param name="feature"
value="com.raytheon.uf.edex.nswrc.radar.feature" />
</antcall>
<antcall target="build">
<param name="feature" value="edu.wisc.ssec.cimss.edex.probsevere.feature" />
</antcall>
<!-- SPECIAL CASE -->
<if>
<equals arg1="${lightning}" arg2="false" />