summaryrefslogtreecommitdiff
path: root/CSMath/.classpath
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2018-10-14 11:45:12 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2018-10-14 11:45:12 -0400
commitc3938640678c11f1a6319d1534ff79f433b65cc5 (patch)
treee34181720547c54d37950b97f54c15c591a8e2e0 /CSMath/.classpath
parent8f42378c707c8c962082e394fe67ac3bb5cd557b (diff)
Convert to Maven project
As a side effect of doing so, use classes from the library.
Diffstat (limited to 'CSMath/.classpath')
-rw-r--r--CSMath/.classpath26
1 files changed, 20 insertions, 6 deletions
diff --git a/CSMath/.classpath b/CSMath/.classpath
index e461bea..ef141e6 100644
--- a/CSMath/.classpath
+++ b/CSMath/.classpath
@@ -1,6 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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="src" output="target/classes" path="src">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <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>