Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-01-11 14:20:29 +0000
committerJayaprakash Arthanareeswaran2013-02-05 19:19:11 +0000
commitac3fb85b042cc8d08fde970661bcb608169c859e (patch)
tree257c51a034d258ddabec76a75bfa0f694ca957e4 /org.eclipse.jdt.core.tests.model/META-INF
parent4542c74874023fdaf35f1d53423cc7a878dae2ec (diff)
downloadeclipse.jdt.core-ac3fb85b042cc8d08fde970661bcb608169c859e.tar.gz
eclipse.jdt.core-ac3fb85b042cc8d08fde970661bcb608169c859e.tar.xz
eclipse.jdt.core-ac3fb85b042cc8d08fde970661bcb608169c859e.zip
master - Fix for bug 396084: updating the manifest and pom.xml
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/META-INF')
-rw-r--r--org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
index 9a21f6e89b..ac6d66eacb 100644
--- a/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core.tests.model;singleton:=true
-Bundle-Version: 3.8.1.qualifier
+Bundle-Version: 3.8.2.qualifier
Bundle-ClassPath: jdtcoretestsmodel.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top