Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.xml')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.xml
deleted file mode 100644
index 4c87088fc4a..00000000000
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
- Copyright (c) 2014 CEA LIST.
-
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- CEA LIST - Initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
- <!-- @generated UMLDI -->
- <factory
- uri="http://www.omg.org/spec/UML/20131001/UMLDI"
- class="org.eclipse.papyrus.umldi.provider.UMLDIItemProviderAdapterFactory"
- supportedTypes=
- "org.eclipse.emf.edit.provider.IEditingDomainItemProvider
- org.eclipse.emf.edit.provider.IStructuredItemContentProvider
- org.eclipse.emf.edit.provider.ITreeItemContentProvider
- org.eclipse.emf.edit.provider.IItemLabelProvider
- org.eclipse.emf.edit.provider.IItemPropertySource
- org.eclipse.emf.edit.provider.IItemColorProvider
- org.eclipse.emf.edit.provider.IItemFontProvider"/>
- </extension>
-
-</plugin>

Back to the top