Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-24 21:27:45 +0000
committerDarin Wright2009-09-24 21:27:45 +0000
commit1b0016f39490f6709c1a036b9217d9f8370d94a0 (patch)
treed4f4fee04910709daf7f39b4fcbffd588e40c2b2 /org.eclipse.debug.tests/META-INF
parent5de5ad6ee0005bd4ade572b1b6389c85088a3e32 (diff)
downloadeclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.tar.gz
eclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.tar.xz
eclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.zip
Bug 289225 - Add new debug test plug-in to automated build
* Moved Launch Configuration Tests to the platform
Diffstat (limited to 'org.eclipse.debug.tests/META-INF')
-rw-r--r--org.eclipse.debug.tests/META-INF/MANIFEST.MF9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
index 45307b8b2..8a243b9d5 100644
--- a/org.eclipse.debug.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
@@ -4,10 +4,11 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.tests;singleton:=true
Bundle-Version: 3.6.0.qualifier
Bundle-Activator: org.eclipse.debug.tests.TestsPlugin
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.debug.ui;bundle-version="3.6.0",
- org.junit;bundle-version="3.8.2"
+Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.debug.ui;bundle-version="[3.6.0,4.0.0)",
+ org.junit;bundle-version="3.8.2",
+ org.eclipse.core.filesystem;bundle-version="[1.3.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName

Back to the top