summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-03 10:50:00 -0400
committerbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-03 10:50:00 -0400
commit741d09bfc2323ea97fd587542fe395aa2923883f (patch)
tree5c3362135ae26d1c6261f92ac395cb4e205d49dc /.classpath
parente4e28b578d5a8a61b2ed306fd9108f22492746cb (diff)
Work on utility functions
Diffstat (limited to '.classpath')
-rw-r--r--.classpath15
1 files changed, 2 insertions, 13 deletions
diff --git a/.classpath b/.classpath
index 35bca5e..159aeee 100644
--- a/.classpath
+++ b/.classpath
@@ -1,18 +1,7 @@
<?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 kind="src" output="target/test-classes" path="src/test/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <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/J2SE-1.5">
+ <classpathentry kind="src" path="src/main/java"/>
+ <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>