feature.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- contextQualifierLength=14 -->
  3. <!-- contextQualifierLength=14 -->
  4. <feature
  5. id="org.eclipse.emf.common"
  6. label="%featureName"
  7. version="2.10.1.v20140901-1043"
  8. provider-name="%providerName">
  9. <description>
  10. %description
  11. </description>
  12. <copyright url="http://www.eclipse.org/legal/epl-v10.html">
  13. Copyright (c) 2014 Dennis Huebner and others.
  14. All rights reserved. This program and the accompanying materials
  15. are made available under the terms of the Eclipse Public License v1.0
  16. which accompanies this distribution, and is available at
  17. http://www.eclipse.org/legal/epl-v10.html
  18. </copyright>
  19. <license url="%licenseURL">
  20. %license
  21. </license>
  22. <url>
  23. <update label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
  24. <discovery label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
  25. </url>
  26. <requires>
  27. <import plugin="org.eclipse.core.runtime"/>
  28. </requires>
  29. <plugin
  30. id="org.eclipse.emf.common"
  31. download-size="0"
  32. install-size="0"
  33. version="2.10.1.v20140901-1043"
  34. unpack="false"/>
  35. </feature>