diff options
| author | Benjamin Culkin <bjculkin@sitri.goetia> | 2023-11-16 01:16:37 +0000 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@sitri.goetia> | 2023-11-16 01:16:37 +0000 |
| commit | 696c69d6c32226b57503586a5b0d3fdfa610e41c (patch) | |
| tree | b0288dc262fcbf5672bd3998f49e9b30a15f9a20 /winot/winot-core/.classpath | |
| parent | 37da63640924937b90ea8c1a6a0c6e7318788ed5 (diff) | |
This fleshes out a basic parser w/ a calculator grammar and the skeleton
for an evaluator
Diffstat (limited to 'winot/winot-core/.classpath')
| -rw-r--r-- | winot/winot-core/.classpath | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/winot/winot-core/.classpath b/winot/winot-core/.classpath index b6a7afa..5d2fb8e 100644 --- a/winot/winot-core/.classpath +++ b/winot/winot-core/.classpath @@ -9,6 +9,7 @@ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> <attributes> <attribute name="maven.pomderived" value="true"/> + <attribute name="optional" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> @@ -22,17 +23,17 @@ <attributes> <attribute name="test" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="optional" 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="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="module" value="true"/> + <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> |
