Issue #2269 add new acarssounding feature to resolve dependency issues.

Former-commit-id: dd95cf113b [formerly 98b53fc247] [formerly a271dd3416] [formerly a271dd3416 [formerly b51bd9bf9e]] [formerly b2989eb937 [formerly a271dd3416 [formerly b51bd9bf9e] [formerly b2989eb937 [formerly eb6b98e80f483f330022481889522dcfd7f0e526]]]]
Former-commit-id: b2989eb937
Former-commit-id: 986ad84c3d7bde287d96a9ed5d293e20722d46e3 [formerly b95881bbde93eecc2c05d9174a1bec63e36307ea] [formerly b0b16f1e93 [formerly a9bb310daf]]
Former-commit-id: b0b16f1e93
Former-commit-id: 72f62123a6
This commit is contained in:
Ben Steffensmeier 2013-08-20 14:39:11 -05:00
parent f3b71ac39e
commit 40adaabc05
7 changed files with 68 additions and 14 deletions

View file

@ -327,6 +327,10 @@
<param name="feature"
value="com.raytheon.uf.viz.d2d.ui.awips.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature"
value="com.raytheon.uf.viz.acarssounding.feature" />
</antcall>
<antcall target="cleanup.features" />
</target>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.raytheon.uf.viz.acarssounding.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1 @@
bin.includes = feature.xml

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.viz.acarssounding.feature"
label="Acars Sounding Feature"
version="1.0.0.qualifier"
provider-name="RAYTHEON">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<requires>
<import feature="com.raytheon.uf.viz.cots.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.common.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.viz.volumebrowser.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.d2d.nsharp.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
id="com.raytheon.uf.common.dataplugin.acarssounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.viz.acarssounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View file

@ -30,13 +30,6 @@
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.dataplugin.acarssounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.dataplugin.airep"
download-size="0"

View file

@ -26,13 +26,6 @@
<import feature="com.raytheon.viz.grib.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
id="com.raytheon.uf.viz.acarssounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.viz.bufrsigwx"
download-size="0"

View file

@ -178,6 +178,10 @@
id="com.raytheon.uf.viz.d2d.ui.awips.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.acarssounding.feature"
version="0.0.0"/>
<requires>
<import feature="com.raytheon.viz.feature.awips" version="1.0.0.qualifier"/>
</requires>