diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:13:09 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:13:09 -0400 |
| commit | ec3452f282f7f9f17e078467a4a9a8588028d6b9 (patch) | |
| tree | 36dee5cb0d78ce269430b3610953ad067323143a /firmal/.classpath | |
| parent | 8b1183c7ca3d8abd61b13328df37cb3b2bf05206 (diff) | |
Minor changes
Diffstat (limited to 'firmal/.classpath')
| -rw-r--r-- | firmal/.classpath | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/firmal/.classpath b/firmal/.classpath index 002ad57..5e577b9 100644 --- a/firmal/.classpath +++ b/firmal/.classpath @@ -6,11 +6,6 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> <attributes> <attribute name="optional" value="true"/> @@ -18,13 +13,7 @@ <attribute name="test" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> |
