diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:45:47 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:45:47 -0500 |
| commit | 81b2acf9e1294d28ac61d6915c6162dc0008a00c (patch) | |
| tree | 2b09770dfa23d8d238bce6c4ff267d422a03dffa /.classpath | |
| parent | 0a3946e579a0c358a13aa1621fecc3e220cd6e38 (diff) | |
| parent | cbf4dda5cc09dc6d2c3c10329e7941923cc04e2e (diff) | |
Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunk
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/example/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"/> </attributes> @@ -24,5 +24,18 @@ <attribute name="test" value="true"/> </attributes> </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="data"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + <attribute name="optional" 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"/> + <attribute name="optional" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> |
