summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2021-03-13 15:55:35 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2021-03-13 15:55:35 -0500
commit184b7cc697ffc2dcbd49cfb3d0fd7b14bdac8803 (patch)
treef20fbc94b06b365a0195feed860a737a9e48d57e /.classpath
parentc5f7ad25645450fbb3ab539f76da189b5b8fcfe0 (diff)
Upgraded to Java 11, and upgraded file code to the new I/O
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 35e2ca9..a6325e3 100644
--- a/.classpath
+++ b/.classpath
@@ -1,10 +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">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
+ <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.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>