Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/PapyrusEMFCompareV1/deprecated/org.eclipse.papyrus.uml.emf.compare.ui/plugin.xml')
-rw-r--r--sandbox/PapyrusEMFCompareV1/deprecated/org.eclipse.papyrus.uml.emf.compare.ui/plugin.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/sandbox/PapyrusEMFCompareV1/deprecated/org.eclipse.papyrus.uml.emf.compare.ui/plugin.xml b/sandbox/PapyrusEMFCompareV1/deprecated/org.eclipse.papyrus.uml.emf.compare.ui/plugin.xml
deleted file mode 100644
index d8e8241ef24..00000000000
--- a/sandbox/PapyrusEMFCompareV1/deprecated/org.eclipse.papyrus.uml.emf.compare.ui/plugin.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension point="org.eclipse.emf.facet.infra.browser.custom.core.registration">
- <browserCustomization
- file="todo/dummyUML.uiCustom"
- loadByDefault="true"/>
- </extension>
- <extension
- point="org.eclipse.papyrus.infra.emf.compare.ui.customization">
- <compareCustomization
- file="todo/dummyUML.uiCustom"
- icon="icons/uml_notation.gif"
- name="org.eclipse.papyrus.uml.emf.compare.ui.uml.customization"
- tooltip="%compareCustomization.tooltip">
- </compareCustomization>
- </extension>
-</plugin>

Back to the top