summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBen Culkin <15405@DESKTOP-JT5100E>2020-03-23 17:56:34 -0400
committerBen Culkin <15405@DESKTOP-JT5100E>2020-03-23 17:56:34 -0400
commit01ee6b9ad844db04902db4d2ae25af588fffba06 (patch)
tree43cd1bc80804664f4da6d338917a97748aa07298 /.classpath
parentc832171d0b0a82cf58a8d9c0dd9ac2ef60b8585f (diff)
General cleanup
Just doing some general cleanup around the code base
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 32 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 00000000..2efb9eea
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="data">
+ <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"/>
+ <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">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>