Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-08-02 12:37:24 +0000
committerQuentin Le Menez2017-08-24 09:03:03 +0000
commit67798da1e7428dd975600b5385430dbf2fd62edd (patch)
treee70110c460e52784dc4c971dfdb66e1c11089d2a /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common
parent0b7501da26c6fd8b8b26fa211efd358c7aef3cd7 (diff)
downloadorg.eclipse.papyrus-67798da1e7428dd975600b5385430dbf2fd62edd.tar.gz
org.eclipse.papyrus-67798da1e7428dd975600b5385430dbf2fd62edd.tar.xz
org.eclipse.papyrus-67798da1e7428dd975600b5385430dbf2fd62edd.zip
Bug 520455: [archi] plugin org.eclipse.papyrus.infra.core.pluginexplorer
seems to belong to developer and not core Actions -move the plugin into the dev folder -move the plugin in to the right feature -rename the plugin according to dev convention Change-Id: I8b4eec213c43eb18591b9a3e817e4a773306cfd7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520455 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
index 9b11cdaba19..94d8d7e9aa3 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
@@ -74,7 +74,6 @@ Require-Bundle: org.eclipse.papyrus.extensionpoints.editors;bundle-version="[2.0
org.apache.batik.css;bundle-version="[1.6.0,1.7.0)",
org.apache.batik.util;bundle-version="[1.6.0,1.7.0)",
org.apache.batik.dom;bundle-version="[1.6.0,1.7.0)",
- org.eclipse.papyrus.infra.core.pluginexplorer;bundle-version="[1.2.0,2.0.0)",
org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
org.eclipse.papyrus.uml.modelrepair;bundle-version="[2.0.0,3.0.0)",
org.eclipse.papyrus.infra.gmfdiag.menu;bundle-version="[1.2.0,2.0.0)";visibility:=reexport,

Back to the top