diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-03-30 21:16:06 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-03-30 21:16:06 -0400 |
| commit | 913b514e6681701f57adb2ae703b33d4e3e432f0 (patch) | |
| tree | 751da1e3b40d3329bd031aaebc8ef6ef69324b23 /.classpath | |
| parent | 1389628ecbf0a23da11f2c4910b4bf9de15d15d6 (diff) | |
Clean up warnings
Clean up some warnings that were hanging around
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..2efb9ee --- /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> |
