diff options
| author | student <student@69.161.224.78> | 2018-02-12 16:20:10 -0500 |
|---|---|---|
| committer | student <student@69.161.224.78> | 2018-02-12 16:20:10 -0500 |
| commit | 654a69ca0a0c1ab86aea2f6be63fe60eac61105a (patch) | |
| tree | 53bd2cb7f54577e9220780cc4270ea525e423c0f /base/.classpath | |
| parent | 5115f1d2a7eab41436debc696870953e18a1b236 (diff) | |
Formatting pass
Diffstat (limited to 'base/.classpath')
| -rw-r--r-- | base/.classpath | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/base/.classpath b/base/.classpath new file mode 100644 index 0000000..d539cb5 --- /dev/null +++ b/base/.classpath @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="target/classes" path="src"> + <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="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> |
