plugin.xml 1011 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3. <!--
  4. Copyright (c) 2011 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. <package
  15. uri="http://www.yakindu.org/sct/sgraph/2.0.0"
  16. class="org.yakindu.sct.model.sgraph.SGraphPackage"
  17. genModel="model/emf/sgraph.genmodel"/>
  18. </extension>
  19. <extension
  20. point="org.eclipse.emf.ecore.uri_mapping">
  21. <mapping
  22. source="platform:/resource/org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore"
  23. target="model/emf/sgraph.ecore">
  24. </mapping>
  25. </extension>
  26. </plugin>