diff options
| -rw-r--r-- | JPratt/.classpath | 4 | ||||
| -rw-r--r-- | JPratt/.gitignore | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath index ba3f517..5a1c5bf 100644 --- a/JPratt/.classpath +++ b/JPratt/.classpath @@ -7,16 +7,14 @@ </attributes> </classpathentry> <classpathentry kind="src" path="src/examples/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> diff --git a/JPratt/.gitignore b/JPratt/.gitignore index 1a92f2e..8034f9b 100644 --- a/JPratt/.gitignore +++ b/JPratt/.gitignore @@ -2,3 +2,4 @@ /target/ HTML/ .settings/ +.classpath |
