feature.xml 826 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="de.itemis.gmf.runtime.commons.sdk"
  4. label="GMF Runtime Commons SDK"
  5. version="1.0.0.qualifier"
  6. provider-name="itemis AG">
  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. <includes
  17. id="de.itemis.gmf.runtime.commons"
  18. version="0.0.0"/>
  19. <plugin
  20. id="de.itemis.gmf.runtime.commons.source"
  21. download-size="0"
  22. install-size="0"
  23. version="0.0.0"
  24. unpack="false"/>
  25. </feature>