feature.xml 628 B

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