The goesr feature had to be added to CAVE in order to be built
*cave/build/features.txt *cave/build/p2-build.xml *cave/com.raytheon.viz.feature.awips.developer/feature.xml This fixed the issue of not recognizing the GOES Vertical Profiles
This commit is contained in:
parent
2c35e6caf5
commit
1425960233
3 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,7 @@ com.raytheon.uf.viz.d2d.gfe.feature
|
|||
com.raytheon.uf.viz.ncep.dataplugins.feature
|
||||
com.raytheon.uf.viz.alertview.feature
|
||||
com.raytheon.viz.satellite.feature
|
||||
com.raytheon.uf.viz.satellite.goesr.feature
|
||||
com.raytheon.uf.viz.ncep.displays.feature
|
||||
com.raytheon.uf.viz.ncep.nsharp.feature
|
||||
com.raytheon.uf.viz.d2d.nsharp.feature
|
||||
|
|
|
@ -208,6 +208,9 @@
|
|||
<antcall target="p2.build.repo">
|
||||
<param name="feature" value="com.raytheon.viz.satellite.feature" />
|
||||
</antcall>
|
||||
<antcall target="p2.build.repo">
|
||||
<param name="feature" value="com.raytheon.uf.viz.satellite.goesr.feature" />
|
||||
</antcall>
|
||||
<antcall target="p2.build.repo">
|
||||
<param name="feature" value="com.raytheon.uf.viz.ncep.core.feature" />
|
||||
</antcall>
|
||||
|
|
|
@ -89,6 +89,10 @@
|
|||
id="com.raytheon.viz.satellite.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="com.raytheon.uf.viz.satellite.goesr.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="com.raytheon.uf.viz.ncep.core.feature"
|
||||
version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue