diff options
| author | Benjamin Culkin <bjculkin@mix.wvu.edu> | 2018-02-05 13:01:05 -0800 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@mix.wvu.edu> | 2018-02-05 13:01:05 -0800 |
| commit | 48ed157c10d045746450a9c775b3342ee55a4ac6 (patch) | |
| tree | f0a01bdb46bb4b653046e3494143205256e012bc /base/.classpath | |
| parent | fd4facafa9557d6b9566fd63c96b66ffb8a39b3b (diff) | |
Update settings
Diffstat (limited to 'base/.classpath')
| -rw-r--r-- | base/.classpath | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/base/.classpath b/base/.classpath new file mode 100644 index 0000000..ceef2d8 --- /dev/null +++ b/base/.classpath @@ -0,0 +1,31 @@ +<?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"/>
+ </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>
|
