Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2006-10-11 12:28:54 +0000
committerAnton Leherbauer2006-10-11 12:28:54 +0000
commitb7f5c2f33ee90c07982cd674106f93904a223db4 (patch)
treed93331a1f5ea5fb72b718124ccdc07acfeb0015b /core/org.eclipse.cdt.ui.tests/META-INF
parentad88076d703440f909c8d91e8e8822fe9327b0d6 (diff)
downloadorg.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.tar.gz
org.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.tar.xz
org.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.zip
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/META-INF')
-rw-r--r--core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
index cd726dc8687..b056be9192c 100644
--- a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: cdtuitests.jar
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
Bundle-Localization: plugin

Back to the top