Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-27 05:18:48 +0000
committerEike Stepper2012-06-27 05:18:48 +0000
commitc83d79bc04ae8b13cd8c2edd33c52c63cb43f940 (patch)
treec4201a24c5d21da1749d19ea690d1e6db48d8a8d /plugins/org.eclipse.emf.cdo.tests.all/META-INF
parentcb0b9e117562afd34dbb50470a5da87f1983bea1 (diff)
downloadcdo-c83d79bc04ae8b13cd8c2edd33c52c63cb43f940.tar.gz
cdo-c83d79bc04ae8b13cd8c2edd33c52c63cb43f940.tar.xz
cdo-c83d79bc04ae8b13cd8c2edd33c52c63cb43f940.zip
Add offline tests
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.all/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.all/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.all/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.all/META-INF/MANIFEST.MF
index d5ac7b0888..27564c4908 100644
--- a/plugins/org.eclipse.emf.cdo.tests.all/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.all/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.tests.all;singleton:=true
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.1.100.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -12,5 +12,5 @@ Bundle-ClassPath: .
Require-Bundle: org.eclipse.net4j.tests;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.tests;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.tests.db;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: org.eclipse.emf.cdo.tests.all;version="4.1.0";x-internal:=true,
- org.eclipse.emf.cdo.tests.all.bundle;version="4.1.0";x-internal:=true
+Export-Package: org.eclipse.emf.cdo.tests.all;version="4.1.100";x-internal:=true,
+ org.eclipse.emf.cdo.tests.all.bundle;version="4.1.100";x-internal:=true

Back to the top