plugin.xml 1023 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3. <!--
  4. Copyright (c) 2013 committers of YAKINDU and others.
  5. All rights reserved. This program and the accompanying materials
  6. are made available under the terms of the Eclipse Public License v1.0
  7. which accompanies this distribution, and is available at
  8. http://www.eclipse.org/legal/epl-v10.html
  9. Contributors:
  10. committers of YAKINDU - initial API and implementation
  11. -->
  12. <plugin>
  13. <extension point="org.eclipse.emf.ecore.generated_package">
  14. <!-- @generated SRuntime -->
  15. <package
  16. uri="http://www.yakindu.org/sct/sruntime/2.0.0"
  17. class="org.yakindu.sct.model.sruntime.SRuntimePackage"
  18. genModel="model/SRuntime.xcore"/>
  19. </extension>
  20. <extension
  21. point="org.eclipse.emf.ecore.factory_override">
  22. <factory
  23. class="org.yakindu.sct.model.sruntime.SRuntimeFactoryImplOverride"
  24. uri="http://www.yakindu.org/sct/sruntime/2.0.0">
  25. </factory>
  26. </extension>
  27. </plugin>