diff options
author | Dave Borowitz <dborowitz@google.com> | 2016-07-20 10:16:26 -0400 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-11-17 00:26:44 +0100 |
commit | 5bb434e01fd38bd31bdf1beaa8f608ad395b44dd (patch) | |
tree | 8b9bbe1afc26e499afd3aaf9058a541fdb453cc6 /org.eclipse.jgit.test/META-INF/MANIFEST.MF | |
parent | 52fa09c8d4c21e000df4c0f7291a182a2afb4157 (diff) | |
download | jgit-5bb434e01fd38bd31bdf1beaa8f608ad395b44dd.tar.gz jgit-5bb434e01fd38bd31bdf1beaa8f608ad395b44dd.zip |
Update JavaEWAH to 1.1.6
Use Oxygen M3 Orbit repository which provides the bundles built using
the new orbit-recipe based build.
CQ: 11658
Change-Id: I7f3dcc966732b32830c75d5daa55383bd028d182
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.test/META-INF/MANIFEST.MF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 80d9e23adb..34bab8e44e 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)", +Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)", org.eclipse.jgit.api;version="[4.6.0,4.7.0)", org.eclipse.jgit.api.errors;version="[4.6.0,4.7.0)", org.eclipse.jgit.attributes;version="[4.6.0,4.7.0)", @@ -49,11 +49,11 @@ Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)", org.eclipse.jgit.treewalk.filter;version="[4.6.0,4.7.0)", org.eclipse.jgit.util;version="[4.6.0,4.7.0)", org.eclipse.jgit.util.io;version="[4.6.0,4.7.0)", - org.hamcrest;version="[1.1.0,2.0.0)", org.junit;version="[4.4.0,5.0.0)", org.junit.experimental.theories;version="[4.4.0,5.0.0)", org.junit.rules;version="[4.11.0,5.0.0)", org.junit.runner;version="[4.4.0,5.0.0)", org.junit.runners;version="[4.11.0,5.0.0)", org.slf4j;version="[1.7.2,2.0.0)" -Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)" +Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", + org.hamcrest.library;bundle-version="[1.1.0,2.0.0)" |