gfe revert to its own feature/rpm

This commit is contained in:
mjames-upc 2017-10-04 12:28:09 -06:00
parent 01e5076fd3
commit 9f0082052c
7 changed files with 71 additions and 21 deletions

View file

@ -53,6 +53,10 @@
<param name="feature"
value="com.raytheon.uf.edex.dataplugins.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.gfe.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.ncep.feature" />

View file

@ -60,6 +60,10 @@
id="com.raytheon.uf.edex.dataplugins.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.edex.gfe.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.edex.ncep.feature"
version="0.0.0"/>

View file

@ -759,27 +759,6 @@
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.edex.plugin.gfe"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.dataplugin.gfe"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.grid.staticdata"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.menus.dataplugins"
download-size="0"

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.raytheon.uf.edex.gfe.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,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.edex.gfe.feature"
label="EDEX GFE 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.edex.dataplugins.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
id="com.raytheon.edex.plugin.gfe"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.dataplugin.gfe"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.grid.staticdata"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>