diff options
-rw-r--r-- | loadtime5/.classpath | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath index cc25e7471..18574d27d 100644 --- a/loadtime5/.classpath +++ b/loadtime5/.classpath @@ -12,10 +12,6 @@ <attributes> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - </attributes> - </classpathentry> <classpathentry combineaccessrules="false" kind="src" path="/asm"> <attributes> </attributes> @@ -40,5 +36,9 @@ <attributes> </attributes> </classpathentry> + <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"> + <attributes> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |