awips2/cave/com.raytheon.uf.viz.thinclient.feature/feature.xml
Ben Steffensmeier 455537fa9f Issue #343 unpack thinclient cave plugin so that removed pluigns file can be easily mofified.
Change-Id: I50c56ca84cdd2f911dc03eb06bf68dfdc785dcf0

Former-commit-id: be6c430985 [formerly 38993f5a5a] [formerly 26d82729c9] [formerly be6c430985 [formerly 38993f5a5a] [formerly 26d82729c9] [formerly 3e3e4bd4e3 [formerly 26d82729c9 [formerly 04a68e6815001450fece9bb5fbf6ce99143e2d05]]]]
Former-commit-id: 3e3e4bd4e3
Former-commit-id: 44cf04ab3c [formerly ea93dcd939] [formerly 352ec371eefbdee61fc6971ec28eadecfb26a5b4 [formerly d4e7df98a9]]
Former-commit-id: 5159ce4d957b2c026dd58d2bc6e3b0b3711f002c [formerly c286cb0406]
Former-commit-id: b648274e36
2012-02-16 16:36:56 -06:00

37 lines
960 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.viz.thinclient.feature"
label="Thin Client 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.core.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
id="com.raytheon.uf.viz.thinclient"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="com.raytheon.uf.viz.thinclient.cave"
download-size="0"
install-size="0"
version="0.0.0"
unpack="true"/>
</feature>