diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:10:21 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:10:21 -0400 |
| commit | f888c4cb5d84249c22a3d36dfad15ff999ce79b3 (patch) | |
| tree | 5191d20055444d8e70ce13242511e782fb06d17c /.classpath | |
| parent | 0c68f350d818099b3b6cdf38d6847ff7847649b9 (diff) | |
Fix up eclipse config
Do some changes to get the eclipse config working better
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> |
