diff options
author | atikhomirov | 2010-12-17 20:06:48 +0000 |
---|---|---|
committer | atikhomirov | 2010-12-17 20:06:48 +0000 |
commit | c475094495b8e1b5a936470f4a556aadc9ba2239 (patch) | |
tree | 0170b4b90276924f5ce8212b6819f925fe067b45 /plugins | |
parent | 1b5e3859e24fb464c7b589f5682514b9b241ee34 (diff) | |
download | org.eclipse.gmf-tooling-c475094495b8e1b5a936470f4a556aadc9ba2239.tar.gz org.eclipse.gmf-tooling-c475094495b8e1b5a936470f4a556aadc9ba2239.tar.xz org.eclipse.gmf-tooling-c475094495b8e1b5a936470f4a556aadc9ba2239.zip |
[332859] eclipse.buildScript is very delicate about dependency range
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/org.eclipse.gmf.xpand/META-INF/MANIFEST.MF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.gmf.xpand/META-INF/MANIFEST.MF b/plugins/org.eclipse.gmf.xpand/META-INF/MANIFEST.MF index 42724ffa7..06979f32f 100644 --- a/plugins/org.eclipse.gmf.xpand/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.gmf.xpand/META-INF/MANIFEST.MF @@ -7,9 +7,9 @@ Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)";visibility: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.m2m.qvt.oml;bundle-version="[3.0.0,4.0.0)";visibility:=reexport, - org.eclipse.m2m.qvt.oml.common;bundle-version="[2.1.0,3.0.0)", - org.eclipse.m2m.qvt.oml.project;bundle-version="[2.1.0,3.0.0)", - org.eclipse.m2m.qvt.oml.runtime;bundle-version="[2.1.0,3.0.0)", + org.eclipse.m2m.qvt.oml.common;bundle-version="[2.1.0,4.0.0)", + org.eclipse.m2m.qvt.oml.project;bundle-version="[2.1.0,4.0.0)", + org.eclipse.m2m.qvt.oml.runtime;bundle-version="[2.1.0,4.0.0)", org.eclipse.gmf.xpand.qvtlibrary;bundle-version="[1.0.0,2.0.0)", lpg.runtime.java;bundle-version="[2.0.17,3.0.0)";visibility:=reexport Export-Package: org.eclipse.gmf.internal.xpand; |