From 7f9cc52a10bea911e1071aedfcf6d9af1c9dc6b6 Mon Sep 17 00:00:00 2001 From: cletavernie Date: Fri, 3 May 2013 16:48:48 +0000 Subject: [Trivial] Fix plug-in metadata --- .../META-INF/MANIFEST.MF | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF') 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" -- cgit v1.2.3