Change-Id: I7b16a52cfee029fa10fba0ec837e8d05b4849d6b Former-commit-id:a90e08d308
[formerly2c0eb1b447
] [formerly898eaf114c
] [formerlya90e08d308
[formerly2c0eb1b447
] [formerly898eaf114c
] [formerlyd38d9ceaea
[formerly898eaf114c
[formerly 511721cfcab0aa64bc1b3b82cbe025c433fab34a]]]] Former-commit-id:d38d9ceaea
Former-commit-id:690c5ab648
[formerlya040ccfe8e
] [formerly c9b73edcd4da968a607a8a9f6bb7d624e382e9e2 [formerly6d9c357a8b
]] Former-commit-id: 04ccf0bc9c187a52762191bfdf6cab84786b2f7c [formerlye88d5fdc3a
] Former-commit-id:48d3884e28
50 lines
1.2 KiB
XML
50 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.viz.kml.export.feature"
|
|
label="Kml Export Feature"
|
|
version="1.0.0.qualifier">
|
|
|
|
<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.core.feature" version="1.0.0.qualifier"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="de.micromata.opengis.kml"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.viz.kml.export"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.viz.kml.export.point"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.viz.kml.export.radar"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|