Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-11-14 12:52:25 +0000
committerCamille Letavernier2013-11-14 16:23:03 +0000
commit257e04d0df92bf941c0b377193d0557ce47cfb72 (patch)
tree2d5fbfcfffd13a8f0568ce0b582579e6a5d53b9d /plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF
parentf05f530d2d382cf8b1a7f5652eddbe98d2f1abab (diff)
downloadorg.eclipse.papyrus-257e04d0df92bf941c0b377193d0557ce47cfb72.tar.gz
org.eclipse.papyrus-257e04d0df92bf941c0b377193d0557ce47cfb72.tar.xz
org.eclipse.papyrus-257e04d0df92bf941c0b377193d0557ce47cfb72.zip
421392: [Model Explorer] Link with Editor does not work properly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=421392 Remove unused dependencies and classes to avoid dependencies conflicts (com.google.inject / com.google.guava)
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF22
1 files changed, 6 insertions, 16 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF
index b4ca317afc4..65d947ab4fe 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/META-INF/MANIFEST.MF
@@ -10,23 +10,13 @@ Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.ui.editors;bundle-version="3.4.0",
- org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
- org.eclipse.emf.edit.ui;bundle-version="2.4.0",
- org.antlr.runtime;bundle-version="3.0.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.jface.text;bundle-version="3.7.1",
- org.eclipse.draw2d;bundle-version="3.7.1",
- org.eclipse.papyrus.infra.constraints;bundle-version="1.0.0",
- org.eclipse.ui.ide;bundle-version="3.8.0",
- org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.0.0",
- org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
+Require-Bundle: org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
+ org.eclipse.emf.ecore;bundle-version="2.10.0",
+ org.eclipse.ui;bundle-version="3.1.0",
+ org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300",
- org.eclipse.ui.workbench.texteditor;bundle-version="3.8.0",
- org.eclipse.emf.transaction;bundle-version="1.4.0",
- org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0",
- com.google.guava;bundle-version="10.0.0"
+ org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.constraints;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Bundle-Version: 1.0.0.qualifier
Bundle-ManifestVersion: 2

Back to the top