Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2013-03-10 16:50:58 +0000
committeracuccuru2013-03-10 16:50:58 +0000
commite8d91bb874c8163d46688348556fa39b2a67b7aa (patch)
treea067c68cc599e915d15b48610100d94570dc56af
parent41be70151fc13119d77be0d71dc46ab3fc23b9a1 (diff)
downloadorg.eclipse.papyrus-e8d91bb874c8163d46688348556fa39b2a67b7aa.tar.gz
org.eclipse.papyrus-e8d91bb874c8163d46688348556fa39b2a67b7aa.tar.xz
org.eclipse.papyrus-e8d91bb874c8163d46688348556fa39b2a67b7aa.zip
Added missing plugin dependencies, and fixed some issues related to plugin versions.
-rw-r--r--sandbox/org.eclipse.papyrus.alf.ui/META-INF/MANIFEST.MF14
-rw-r--r--sandbox/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF2
2 files changed, 9 insertions, 7 deletions
diff --git a/sandbox/org.eclipse.papyrus.alf.ui/META-INF/MANIFEST.MF b/sandbox/org.eclipse.papyrus.alf.ui/META-INF/MANIFEST.MF
index f32868a7ced..6b0de90d704 100644
--- a/sandbox/org.eclipse.papyrus.alf.ui/META-INF/MANIFEST.MF
+++ b/sandbox/org.eclipse.papyrus.alf.ui/META-INF/MANIFEST.MF
@@ -15,14 +15,16 @@ Require-Bundle: org.eclipse.papyrus.alf;visibility:=reexport,
org.antlr.runtime,
org.eclipse.xtext.common.types.ui,
org.eclipse.xtext.ui.codetemplates.ui,
- org.eclipse.xtext.gmf.glue;bundle-version="0.9.2",
- org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.9.2",
+ org.eclipse.papyrus.extensionpoints.editors,
org.eclipse.uml2.uml;bundle-version="4.0.1",
- org.eclipse.papyrus.infra.core;bundle-version="0.9.2",
+ org.eclipse.papyrus.infra.core,
org.eclipse.core.expressions;bundle-version="3.4.401",
- org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.9.2",
- org.eclipse.papyrus.infra.emf;bundle-version="0.9.2",
- org.eclipse.papyrus.uml.tools.utils;bundle-version="0.9.2"
+ org.eclipse.papyrus.uml.extensionpoints,
+ org.eclipse.papyrus.infra.emf,
+ org.eclipse.papyrus.uml.tools.utils,
+ org.eclipse.emf.transaction;bundle-version="1.4.0",
+ org.eclipse.gef;bundle-version="3.8.1",
+ org.eclipse.gmf.runtime.notation;bundle-version="1.5.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.alf.ui.contentassist,
diff --git a/sandbox/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF b/sandbox/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
index 444c73c9730..b0ec24fb9c5 100644
--- a/sandbox/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
+++ b/sandbox/org.eclipse.papyrus.alf/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.emf.common,
org.antlr.runtime,
org.eclipse.xtext.common.types,
- org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.9.2",
+ org.eclipse.papyrus.uml.extensionpoints,
org.eclipse.uml2.uml;bundle-version="4.0.1"
Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib

Back to the top