plugin.xml 905 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.4"?>
  3. <plugin>
  4. <extension
  5. point="org.eclipse.core.contenttype.contentTypes">
  6. <file-association
  7. content-type="org.eclipse.emf.compare.content.type"
  8. file-extensions="sct"/>
  9. </extension>
  10. <extension
  11. point="org.eclipse.emf.compare.rcp.matchEngine">
  12. <engineFactory
  13. class="org.yakindu.sct.compare.match.SCTMatchEngineFactory"
  14. ranking="11">
  15. </engineFactory>
  16. </extension>
  17. <extension
  18. point="org.eclipse.emf.compare.rcp.postProcessor">
  19. <processor
  20. class="org.yakindu.sct.compare.postprocessor.EdgeChangePostProcessor"
  21. ordinal="100">
  22. <nsURI
  23. value="http://www.eclipse.org/gmf/runtime/\d.\d.\d/notation">
  24. </nsURI>
  25. </processor>
  26. </extension>
  27. </plugin>