awips2/edexOsgi/com.raytheon.uf.edex.remote.script.feature/feature.xml
Stephen Gilbert 05a81e65d1 VLab Issue #3854 - EDEX plugins for remote script execution
Change-Id: I56c15e3f8c93d1c26c3dd0dc4091ffb21aceff86

Former-commit-id: c02bc1656bf82dea215aba10168f22cab127e9bf
2014-05-28 14:03:31 -04:00

34 lines
881 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.edex.remote.script.feature"
label="Remote Script 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>
<plugin
id="com.raytheon.uf.edex.remote.script"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.remote.script"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>