/eclipse/features/org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928/feature.xml

https://bitbucket.org/paveltt/anycapital_tools · XML · 52 lines · 42 code · 8 blank · 2 comment · 0 complexity · 821d748754af7dd949d6c2cc553445d3 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- contextQualifierLength=14 -->
  3. <!-- contextQualifierLength=14 -->
  4. <feature
  5. id="org.eclipse.emf.ecore.edit"
  6. label="%featureName"
  7. version="2.9.0.v20170609-0928"
  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. <import plugin="org.eclipse.emf.ecore"/>
  29. <import plugin="org.eclipse.emf.edit"/>
  30. <import plugin="org.eclipse.emf.ecore.change"/>
  31. </requires>
  32. <plugin
  33. id="org.eclipse.emf.ecore.edit"
  34. download-size="0"
  35. install-size="0"
  36. version="2.9.0.v20170609-0928"
  37. unpack="false"/>
  38. <plugin
  39. id="org.eclipse.emf.ecore.change.edit"
  40. download-size="0"
  41. install-size="0"
  42. version="2.6.0.v20170609-0928"
  43. unpack="false"/>
  44. </feature>