diff options
author | Alexander Kurtakov | 2020-10-08 06:40:50 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-10-09 08:30:51 +0000 |
commit | 5d6ae314e584ffb48264b675264a5a2af7e8c18a (patch) | |
tree | 8f395ec3ee5c01bdc1ad4f9622276745baa95c78 /bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | |
parent | 3ed6db5087eedc4715f200cb9fd0c82cdca4fd31 (diff) | |
download | rt.equinox.p2-5d6ae314e584ffb48264b675264a5a2af7e8c18a.tar.gz rt.equinox.p2-5d6ae314e584ffb48264b675264a5a2af7e8c18a.tar.xz rt.equinox.p2-5d6ae314e584ffb48264b675264a5a2af7e8c18a.zip |
Move p2.tests.verifier to Java 11.
Change-Id: Icd37f61bcb78b13ac744795332e7ae3bc5e2873b
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.verifier/.classpath')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath b/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath index 3e5654f17..a42a828e0 100644 --- a/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath +++ b/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"> <attributes> |