diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 22:58:48 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 22:58:48 +0000 |
| commit | d9dcc94aa16a1609e47f8369dfe21a8d260887a9 (patch) | |
| tree | 5dc80e9eb5bd6c0237998ed54e680553832bb1bd /base/.classpath | |
| parent | e151e8490ed40231399618bf2dc4204c2ce99a82 (diff) | |
Tweak for new setup
Diffstat (limited to 'base/.classpath')
| -rw-r--r-- | base/.classpath | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/.classpath b/base/.classpath index e9d3a7c..c80f1ca 100644 --- a/base/.classpath +++ b/base/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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"/> @@ -9,9 +9,10 @@ <classpathentry excluding="**" kind="src" output="target/classes" path="data"> <attributes> <attribute name="maven.pomderived" value="true"/> + <attribute name="optional" value="true"/> </attributes> </classpathentry> - <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> |
