diff options
author | Brian Vosburgh | 2012-10-25 19:19:40 +0000 |
---|---|---|
committer | Brian Vosburgh | 2012-12-07 16:53:22 +0000 |
commit | 29f91ea820b008bfc2a986dbb93c08784fd3f678 (patch) | |
tree | a2794b98209f9cbd74cb31c03c4713bfb767b5ef /common/tests/org.eclipse.jpt.common.utility.tests/META-INF | |
parent | 974a26176688d209aced5af90d2171bc6d740cb7 (diff) | |
download | webtools.dali-29f91ea820b008bfc2a986dbb93c08784fd3f678.tar.gz webtools.dali-29f91ea820b008bfc2a986dbb93c08784fd3f678.tar.xz webtools.dali-29f91ea820b008bfc2a986dbb93c08784fd3f678.zip |
strip version restraints from test bundle manifests
Diffstat (limited to 'common/tests/org.eclipse.jpt.common.utility.tests/META-INF')
-rw-r--r-- | common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF b/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF index dc768b5ec5..4a7ca4deae 100644 --- a/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF +++ b/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF @@ -8,8 +8,8 @@ Bundle-ActivationPolicy: lazy Bundle-ClassPath: . Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Require-Bundle: org.eclipse.jpt.common.utility;bundle-version="[2.0.0,3.0.0)", - org.junit;bundle-version="[4.0.0,5.0.0)" +Require-Bundle: org.eclipse.jpt.common.utility, + org.junit Export-Package: org.eclipse.jpt.common.utility.tests.internal;x-internal:=true, org.eclipse.jpt.common.utility.tests.internal.collection;x-internal:=true, org.eclipse.jpt.common.utility.tests.internal.command;x-internal:=true, |