plugin.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  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.edit.itemProviderAdapterFactories">
  14. <factory
  15. uri="http://www.yakindu.org/sct/2.0.0"
  16. class="org.yakindu.sct.model.sgraph.provider.SGraphItemProviderAdapterFactory"
  17. supportedTypes=
  18. "org.eclipse.emf.edit.provider.IEditingDomainItemProvider
  19. org.eclipse.emf.edit.provider.IStructuredItemContentProvider
  20. org.eclipse.emf.edit.provider.ITreeItemContentProvider
  21. org.eclipse.emf.edit.provider.IItemLabelProvider
  22. org.eclipse.emf.edit.provider.IItemPropertySource"/>
  23. </extension>
  24. </plugin>