summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-03-24 15:52:39 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-03-24 15:52:39 -0300
commite1b0b2fa0d6bc3dd114713b3fe2f021f0da74c38 (patch)
treecca812682a4c53bdde6793cc29cf566a39a1c67d /.classpath
parentb07c320acf7f75ca47c2e2e16708e7865a548c88 (diff)
parent7689fed35a28630a8c7943fda776da43c743f3f0 (diff)
Merge branch 'master' of https://github.com/bculkin2442/tlIItools
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 32 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 00000000..2efb9eea
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,32 @@
+<?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"/>
+ <attribute name="test" 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>