Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-05-03 16:48:48 +0000
committercletavernie2013-05-03 16:48:48 +0000
commit7f9cc52a10bea911e1071aedfcf6d9af1c9dc6b6 (patch)
tree4fad8c905e0b8db94af403d33f47a41b4883be5d /plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF
parent1dd9e2d53f5dd1b171c2d48a254a3b262738164f (diff)
downloadorg.eclipse.papyrus-7f9cc52a10bea911e1071aedfcf6d9af1c9dc6b6.tar.gz
org.eclipse.papyrus-7f9cc52a10bea911e1071aedfcf6d9af1c9dc6b6.tar.xz
org.eclipse.papyrus-7f9cc52a10bea911e1071aedfcf6d9af1c9dc6b6.zip
[Trivial] Fix plug-in metadata
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF20
1 files changed, 11 insertions, 9 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF
index 62f49832b27..2f15c1ccfb3 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF
@@ -15,16 +15,18 @@ Require-Bundle: org.eclipse.core.commands,
org.eclipse.equinox.registry,
org.eclipse.gmf.runtime.common.core,
org.eclipse.uml2.uml,
- org.eclipse.papyrus.infra.services.controlmode,
+ org.eclipse.papyrus.infra.services.controlmode;bundle-version="0.10.0",
org.eclipse.emf.workspace,
- org.eclipse.papyrus.uml.tools,
+ org.eclipse.papyrus.uml.tools;bundle-version="0.10.0",
com.google.guava,
- org.eclipse.papyrus.infra.core,
- org.eclipse.papyrus.infra.emf.readonly,
- org.eclipse.papyrus.infra.widgets.toolbox,
- org.eclipse.papyrus.infra.gmfdiag.commands,
- org.eclipse.papyrus.infra.emf,
- org.eclipse.papyrus.infra.core.log,
+ org.eclipse.papyrus.infra.core;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.emf.readonly;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.widgets.toolbox;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.10.0",
org.eclipse.papyrus.infra.services.resourceloading.preferences;bundle-version="0.10.0",
- org.eclipse.emf.validation.ui;bundle-version="1.7.0"
+ org.eclipse.emf.validation.ui;bundle-version="1.7.0",
+ org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0",
+ org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.7.0"

Back to the top