Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2012-10-25 19:19:40 +0000
committerBrian Vosburgh2012-12-07 16:53:22 +0000
commit29f91ea820b008bfc2a986dbb93c08784fd3f678 (patch)
treea2794b98209f9cbd74cb31c03c4713bfb767b5ef /common/tests
parent974a26176688d209aced5af90d2171bc6d740cb7 (diff)
downloadwebtools.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')
-rw-r--r--common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF16
-rw-r--r--common/tests/org.eclipse.jpt.common.ui.tests/META-INF/MANIFEST.MF20
-rw-r--r--common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF4
3 files changed, 20 insertions, 20 deletions
diff --git a/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF b/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
index 582bec9414..57d8aa532a 100644
--- a/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
+++ b/common/tests/org.eclipse.jpt.common.core.tests/META-INF/MANIFEST.MF
@@ -8,14 +8,14 @@ Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.jdt.core;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.jpt.common.core;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.jpt.common.utility;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.jpt.common.utility.tests;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.wst.common.project.facet.core;bundle-version="[1.3.0,2.0.0)",
- org.junit;bundle-version="[4.0.0,5.0.0)"
+Require-Bundle: org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.eclipse.jdt.core,
+ org.eclipse.jpt.common.core,
+ org.eclipse.jpt.common.utility,
+ org.eclipse.jpt.common.utility.tests,
+ org.eclipse.wst.common.project.facet.core,
+ org.junit
Export-Package: org.eclipse.jpt.common.core.tests,
org.eclipse.jpt.common.core.tests.internal;x-internal:=true,
org.eclipse.jpt.common.core.tests.internal.projects;x-internal:=true,
diff --git a/common/tests/org.eclipse.jpt.common.ui.tests/META-INF/MANIFEST.MF b/common/tests/org.eclipse.jpt.common.ui.tests/META-INF/MANIFEST.MF
index 7dcc98d703..5b8abd67fb 100644
--- a/common/tests/org.eclipse.jpt.common.ui.tests/META-INF/MANIFEST.MF
+++ b/common/tests/org.eclipse.jpt.common.ui.tests/META-INF/MANIFEST.MF
@@ -9,16 +9,16 @@ Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle:
- org.eclipse.core.runtime;bundle-version="[3.6.100,4.0.0)",
- org.eclipse.jface;bundle-version="[3.7.0,4.0.0)",
- org.eclipse.jpt.common.utility;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.jpt.common.core.tests;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.jpt.common.ui;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.ui.forms;bundle-version="[3.5.100,4.0.0)",
- org.eclipse.ui.workbench;bundle-version="[3.7.0,4.0.0)",
- org.eclipse.ui.navigator;bundle-version="[3.5.0,4.0.0)",
- org.junit;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.jpt.common.utility.tests;bundle-version="[2.2.0,3.0.0)"
+ org.eclipse.core.runtime,
+ org.eclipse.jface,
+ org.eclipse.jpt.common.utility,
+ org.eclipse.jpt.common.utility.tests,
+ org.eclipse.jpt.common.core.tests,
+ org.eclipse.jpt.common.ui,
+ org.eclipse.ui.forms,
+ org.eclipse.ui.workbench,
+ org.eclipse.ui.navigator,
+ org.junit
Export-Package: org.eclipse.jpt.common.ui.tests;x-internal:=true,
org.eclipse.jpt.common.ui.tests.internal.jface;x-internal:=true,
org.eclipse.jpt.common.ui.tests.internal.swt;x-internal:=true,
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,

Back to the top