Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-03-14 10:10:07 +0000
committerJay Arthanareeswaran2018-03-14 11:34:23 +0000
commit9d60ece456a50537166460b9f7f4ecdad37d72e5 (patch)
tree4840ee5a9c0e75cf4c3f51165981d5e43aa64eaf /org.eclipse.jdt.compiler.tool.tests/.classpath
parentf55d69502d5f7bd50a6bad98a6e170aeddab8ae6 (diff)
downloadeclipse.jdt.core-9d60ece456a50537166460b9f7f4ecdad37d72e5.tar.gz
eclipse.jdt.core-9d60ece456a50537166460b9f7f4ecdad37d72e5.tar.xz
eclipse.jdt.core-9d60ece456a50537166460b9f7f4ecdad37d72e5.zip
Bug 530444 - [10] JSR 269 API changesY20180315-1000
Include the API from java.compiler module (as a plain old JAR) to the relevant projects. Change-Id: If2fe8656c50a286d38adb8c4d91eda4fbaee5261 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/.classpath')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/.classpath b/org.eclipse.jdt.compiler.tool.tests/.classpath
index 2ae2e50653..a3b97caae2 100644
--- a/org.eclipse.jdt.compiler.tool.tests/.classpath
+++ b/org.eclipse.jdt.compiler.tool.tests/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="lib" path="lib/java9api.jar"/>
+ <classpathentry kind="lib" path="lib/java10api.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top