Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-05-15 11:20:23 +0000
committervlorenzo2013-05-15 11:20:23 +0000
commit5c9e8334fe7d7d78ef4014e874eb01862ac3033a (patch)
treeda0005168ff466118b36863a5cd26b6d2ab2d377 /sandbox
parent3687927d7da4652d36a69b8ac11a2e52dabd4b38 (diff)
downloadorg.eclipse.papyrus-5c9e8334fe7d7d78ef4014e874eb01862ac3033a.tar.gz
org.eclipse.papyrus-5c9e8334fe7d7d78ef4014e874eb01862ac3033a.tar.xz
org.eclipse.papyrus-5c9e8334fe7d7d78ef4014e874eb01862ac3033a.zip
Add dependencies version
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/TableV3/org.eclipse.papyrus.sysml.nattable.requirement.config/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/TableV3/org.eclipse.papyrus.sysml.nattable.requirement.config/META-INF/MANIFEST.MF b/sandbox/TableV3/org.eclipse.papyrus.sysml.nattable.requirement.config/META-INF/MANIFEST.MF
index 2bf4adfafd5..06cb73b83fd 100644
--- a/sandbox/TableV3/org.eclipse.papyrus.sysml.nattable.requirement.config/META-INF/MANIFEST.MF
+++ b/sandbox/TableV3/org.eclipse.papyrus.sysml.nattable.requirement.config/META-INF/MANIFEST.MF
@@ -9,12 +9,12 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.papyrus.sysml.nattable;bundle-version="0.10.0",
org.eclipse.papyrus.infra.nattable.common;bundle-version="0.10.0",
- org.eclipse.papyrus.infra.nattable,
- org.eclipse.uml2.uml,
+ org.eclipse.papyrus.infra.nattable;bundle-version="0.10.0",
org.eclipse.gmf.runtime.emf.type.core,
org.eclipse.papyrus.sysml.service.types;bundle-version="0.10.0",
org.eclipse.papyrus.sysml;bundle-version="0.10.0",
- org.eclipse.papyrus.infra.tools,
- org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.0"
+ org.eclipse.papyrus.infra.tools;bundle-version="0.10.0",
+ org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.0",
+ org.eclipse.uml2.uml;bundle-version="4.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top