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.tests
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.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
index db123479e4..1c7d58d8b0 100644
--- a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.2.2",
Export-Package: org.eclipse.jdt.compiler.tool.tests
Import-Package: org.eclipse.jdt.internal.compiler.tool
Eclipse-BundleShape: dir
+Automatic-Module-Name: org.eclipse.jdt.compiler.tool.tests

Back to the top