Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-06-01 20:45:07 +0000
committerMartin Fluegge2011-06-01 20:45:07 +0000
commitb8422564eabde4531fd0dbfcc4ad8347bea2503f (patch)
tree011a6a360f952476385418ef56926af22c5677a4 /plugins/org.eclipse.emf.cdo.dawn.tests
parentd46c0f3781e477d510ef006fe5acd06557060435 (diff)
downloadcdo-b8422564eabde4531fd0dbfcc4ad8347bea2503f.tar.gz
cdo-b8422564eabde4531fd0dbfcc4ad8347bea2503f.tar.xz
cdo-b8422564eabde4531fd0dbfcc4ad8347bea2503f.zip
updated manifests and build.rmap to work with Ecore Tools 1.0.0
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.tests')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
index 0fd5f62a39..7a8ccee5f9 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/META-INF/MANIFEST.MF
@@ -34,7 +34,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.cdo.dawn.examples.acore.editor;bundle-version="[1.0.0,2.0.0)",
org.eclipse.emf.cdo.dawn.examples.acore.diagram;bundle-version="[1.0.0,2.0.0)",
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui;bundle-version="1.0.0",
- org.eclipse.emf.ecoretools.diagram;bundle-version="[0.10.0,1.0.0)"
+ org.eclipse.emf.ecoretools.diagram;bundle-version="[0.10.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top