Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-10-16 12:40:44 +0000
committerCamille Letavernier2014-10-16 12:40:44 +0000
commitc52cc5d9a806aa35337a5ee7ac179ca4bd0c1eff (patch)
tree02dbc37916f3d36e448282e82c1516a0cab5c955 /extraplugins/papyrus4ecore
parent8fcebbbdf5608772ffc808eeda9beff5cb0ba0d5 (diff)
downloadorg.eclipse.papyrus-c52cc5d9a806aa35337a5ee7ac179ca4bd0c1eff.tar.gz
org.eclipse.papyrus-c52cc5d9a806aa35337a5ee7ac179ca4bd0c1eff.tar.xz
org.eclipse.papyrus-c52cc5d9a806aa35337a5ee7ac179ca4bd0c1eff.zip
[Releng] Fix dependency versions
Diffstat (limited to 'extraplugins/papyrus4ecore')
-rw-r--r--extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/META-INF/MANIFEST.MF b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/META-INF/MANIFEST.MF
index 9e2a27e755d..3e2c9668f88 100644
--- a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/META-INF/MANIFEST.MF
+++ b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/META-INF/MANIFEST.MF
@@ -7,8 +7,8 @@ Bundle-Activator: org.eclipse.papyrus.uml.diagram.ecore.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.papyrus.infra.viewpoints.policy,
- org.eclipse.papyrus.infra.newchild,
- org.eclipse.papyrus.views.properties
+ org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.newchild;bundle-version="1.1.0",
+ org.eclipse.papyrus.views.properties;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top