diff options
| author | bjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu> | 2017-04-03 10:20:53 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu> | 2017-04-03 10:20:53 -0400 |
| commit | e4e28b578d5a8a61b2ed306fd9108f22492746cb (patch) | |
| tree | 18c139703e38583592babd12f61b47e11a45bf37 /.classpath | |
| parent | c90548be08456d0ee4bf9d89857ceff658640936 (diff) | |
Start Eclipse project
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..35bca5e --- /dev/null +++ b/.classpath @@ -0,0 +1,26 @@ +<?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">
+ <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>
|
