Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:53:32 +0000
committerMatthias Sohn2010-09-15 23:53:32 +0000
commitc02b4566ed008b06a7728d2ee575f9e238d94737 (patch)
treec50f7b0a98afbb2c474579659d27bd86bf52e429 /org.eclipse.egit.core.test/META-INF
parent758176bd619a45069696d61d861515580555b27b (diff)
downloadegit-stable-0.9.tar.gz
egit-stable-0.9.tar.xz
egit-stable-0.9.zip
Qualify post-0.9.3 buildsstable-0.9
Change-Id: I2d496343dbcf6d74cd2214fe14e0cfe1fa346ada Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.core.test/META-INF')
-rw-r--r--org.eclipse.egit.core.test/META-INF/MANIFEST.MF20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
index 52b376a08e..f615b89c1e 100644
--- a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: Git Team Provider Core Test Plug-in (Incubation)
Bundle-Vendor: Eclipse.org
Bundle-SymbolicName: org.eclipse.egit.core.test
Fragment-Host: org.eclipse.egit.core
-Bundle-Version: 0.9.3
+Bundle-Version: 0.9.4.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
@@ -14,13 +14,13 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.junit4;bundle-version="[4.3.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Import-Package: org.easymock;version="[2.4.0,3.0.0)",
- org.eclipse.egit.core;version="[0.9.3,0.10.0)",
- org.eclipse.egit.core.op;version="[0.9.3,0.10.0)",
- org.eclipse.egit.core.project;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.api.errors;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.junit;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.lib;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.treewalk;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.treewalk.filter;version="[0.9.3,0.10.0)",
- org.eclipse.jgit.util;version="[0.9.3,0.10.0)"
+ org.eclipse.egit.core;version="[0.9.4,0.10.0)",
+ org.eclipse.egit.core.op;version="[0.9.4,0.10.0)",
+ org.eclipse.egit.core.project;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.api.errors;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.junit;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.lib;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.treewalk;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.treewalk.filter;version="[0.9.4,0.10.0)",
+ org.eclipse.jgit.util;version="[0.9.4,0.10.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top