feature.xml 898 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.gmf.runtime.emf.clipboard.core.patch"
  4. label="Copy Paste Patch"
  5. version="2.1.0.qualifier"
  6. provider-name="Yakindu">
  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. <requires>
  17. <import feature="org.eclipse.gmf" version="1.6.0.v20120517-1809-7d9X7FFYnmMJUVOKcqPSgIiK281V" patch="true"/>
  18. </requires>
  19. <plugin
  20. id="org.eclipse.gmf.runtime.emf.clipboard.core"
  21. download-size="0"
  22. install-size="0"
  23. version="0.0.0"
  24. unpack="false"/>
  25. </feature>