Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-10-30 14:32:08 +0000
committerjay2018-10-30 14:32:08 +0000
commit6f260226ca5177db7f12a38288b2144423814f28 (patch)
treea722450f07932106de7bc28594b05e1ca42f8117
parent2f6e8bad1e308b45e1eff1884281ab4a48196ce6 (diff)
downloadeclipse.jdt.core-6f260226ca5177db7f12a38288b2144423814f28.tar.gz
eclipse.jdt.core-6f260226ca5177db7f12a38288b2144423814f28.tar.xz
eclipse.jdt.core-6f260226ca5177db7f12a38288b2144423814f28.zip
Bug 540604 - ecjsrc-${SDK_VERSION}.jar has strange version in
Eclipse-SourceBundle Change-Id: I557ea0a22916c141fc8b22107fbe5688ac97ae5b Signed-off-by: jay <jarthana@in.ibm.com>
-rw-r--r--org.eclipse.jdt.core/scripts/source/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/scripts/source/META-INF/MANIFEST.MF b/org.eclipse.jdt.core/scripts/source/META-INF/MANIFEST.MF
index d1cc112b3d..f9378a42dd 100644
--- a/org.eclipse.jdt.core/scripts/source/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core/scripts/source/META-INF/MANIFEST.MF
@@ -4,4 +4,4 @@ Bundle-Name: Source of Eclipse Compiler for Java(TM)
Bundle-SymbolicName: org.eclipse.jdt.core.compiler.batch.source
Bundle-Version: 3.11.0.qualifier
Bundle-Vendor: Eclipse.org
-Eclipse-SourceBundle: org.eclipse.jdt.core.compiler.batch;version="3.11.0.${buildQualifier}";roots:="."
+Eclipse-SourceBundle: org.eclipse.jdt.core.compiler.batch;version="${unqualifiedVersion}.${buildQualifier}";roots:="."

Back to the top