One more change to remove NCP from the perspective list when creating RPM's - had to be removed from the awips.product file

This commit is contained in:
Tiffany Meyer 2021-06-08 10:01:02 -04:00
parent 9374d108e7
commit 9242d26b3d

View file

@ -66,11 +66,13 @@
</win>
</launcher>
<vm>
<linux include="true">jdk1.7.0</linux>
<windows include="true">jdk1.7.0</windows>
</vm>
<plugins>
</plugins>
@ -114,7 +116,6 @@
<feature id="com.raytheon.uf.viz.acarssounding.feature"/>
<feature id="com.raytheon.uf.viz.npp.sounding.feature"/>
<feature id="com.raytheon.uf.viz.ncep.npp.feature"/>
<feature id="com.raytheon.uf.viz.ncep.perspective.feature"/>
<feature id="com.raytheon.uf.viz.d2d.skewt.feature"/>
<feature id="gov.noaa.nws.mdl.viz.boundaryTool.common.feature"/>
<feature id="com.raytheon.uf.viz.satellite.goesr.feature"/>
@ -129,4 +130,11 @@
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
</configurations>
<preferencesInfo>
<targetfile overwrite="false"/>
</preferencesInfo>
<cssInfo>
</cssInfo>
</product>