Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-02-14 16:10:03 +0000
committerJay Arthanareeswaran2018-02-14 16:34:37 +0000
commitd09788c534bc944024a06e74e947a86c2ee3a590 (patch)
tree780b2fe51fcd34dd7529483209d0c2c3bccd2865 /org.eclipse.jdt.compiler.tool
parente1177a98543686170f61d93ca4b51de414539862 (diff)
downloadeclipse.jdt.core-d09788c534bc944024a06e74e947a86c2ee3a590.tar.gz
eclipse.jdt.core-d09788c534bc944024a06e74e947a86c2ee3a590.tar.xz
eclipse.jdt.core-d09788c534bc944024a06e74e947a86c2ee3a590.zip
Bug 531099 - [10] Invalid @since 3.15 tag on JavaCore.VERSION_10
Fixes few other deprecation warnings Change-Id: Ifb26b07e1298f4a6815180a8a1f3fa0651c5416f Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool')
-rw-r--r--org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
index 1b5e76d635..9040560f3e 100644
--- a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Export-Package: META-INF.services,
Fragment-Host: org.eclipse.jdt.core;bundle-version="[3.3.0,4.0.0)"
Bundle-ClassPath: lib/java9api.jar,
.
+Automatic-Module-Name: org.eclipse.jdt.compiler.tool

Back to the top