ASM #17168 - Add directory/files needed to create new decoderpostprocessor rpm
Change-Id: Id0cd2a97147cfb1a041e8b09ed155dafd67b1256 Former-commit-id:3a31571f60
[formerlyfb99c62e1a
[formerly b67527007223dd0fbb2a6c5c17ef7fb6a68b2410]] Former-commit-id:fb99c62e1a
Former-commit-id:72abfa1668
This commit is contained in:
parent
08d7e997f7
commit
d1f7bb1be6
3 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>gov.noaa.nws.crh.edex.grib.decoderpostprocessor.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>
|
|
@ -0,0 +1 @@
|
||||||
|
bin.includes = feature.xml
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<feature
|
||||||
|
id="gov.noaa.nws.crh.edex.grib.decoderpostprocessor.feature"
|
||||||
|
label="Feature"
|
||||||
|
version="1.0.0">
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="gov.noaa.nws.crh.edex.grib.decoderpostprocessor"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
</feature>
|
Loading…
Add table
Reference in a new issue