feature.xml 680 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="com.excelsior.xds.help.ce.feature"
  4. label="Feature"
  5. version="1.7.0.qualifier"
  6. provider-name="Excelsior LLC">
  7. <description url="http://www.example.com/description">
  8. [Enter Feature Description here.]
  9. </description>
  10. <copyright url="http://www.example.com/copyright">
  11. [Enter Copyright Description here.]
  12. </copyright>
  13. <license url="http://www.example.com/license">
  14. [Enter License Description here.]
  15. </license>
  16. <plugin
  17. id="com.excelsior.xds.help.ce"
  18. download-size="0"
  19. install-size="0"
  20. unpack="false"
  21. version="0.0.0"/>
  22. </feature>