diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 22:57:20 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 22:57:20 +0000 |
| commit | f83040fbf50c4e38ea6584ff819dad8daad626e9 (patch) | |
| tree | a37a219884023189d74865345f9bf944300a4167 /CSMath/.classpath | |
| parent | 40ba262a26d3f6ead2d960c4ca58b2eac10fad3c (diff) | |
Tweak for new setup
Diffstat (limited to 'CSMath/.classpath')
| -rw-r--r-- | CSMath/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSMath/.classpath b/CSMath/.classpath index a0e398d..29d3daa 100644 --- a/CSMath/.classpath +++ b/CSMath/.classpath @@ -1,11 +1,11 @@ <?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-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"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> |
