Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-17 13:28:15 +0000
committercletavernie2012-09-17 13:28:15 +0000
commitb00718aa2138c1ce5a34eb592d91d178a9803f8e (patch)
tree7bb9144a6f21f862334f6a495f809b122ca99fbd /sandbox/org.eclipse.papyrus.emf.commandstack
parentbd209383ecf3ad359021d1c9e8633201afc36f17 (diff)
downloadorg.eclipse.papyrus-b00718aa2138c1ce5a34eb592d91d178a9803f8e.tar.gz
org.eclipse.papyrus-b00718aa2138c1ce5a34eb592d91d178a9803f8e.tar.xz
org.eclipse.papyrus-b00718aa2138c1ce5a34eb592d91d178a9803f8e.zip
380517: [Papyrus] We should use explicit plug-in dependencies whenever possible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
Diffstat (limited to 'sandbox/org.eclipse.papyrus.emf.commandstack')
-rw-r--r--sandbox/org.eclipse.papyrus.emf.commandstack/plugin.properties1
-rw-r--r--sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.properties b/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.properties
index c873ac59112..83c4b9fdab1 100644
--- a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.properties
+++ b/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.properties
@@ -2,4 +2,3 @@
providerName = Eclipse Modeling Project
pluginName = A View for the commandstack
view.name = CommandStack
-extension-point.name = org.eclipse.papyrus.emf.commandstack.editingdomainprovider \ No newline at end of file
diff --git a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml b/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml
index f5603d6ab2c..b0a51014f86 100644
--- a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml
+++ b/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <extension-point id="org.eclipse.papyrus.emf.commandstack.editingdomainprovider" name="%extension-point.name" schema="schema/org.eclipse.papyrus.emf.commandstack.editingdomainprovider.exsd"/>
<extension
point="org.eclipse.ui.views">
<view

Back to the top