summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-03-30 20:23:57 -0400
committerBen Culkin <scorpress@gmail.com>2020-03-30 20:25:58 -0400
commit4bb080869e6770f7d707cc53b72cabf7a6de8ea5 (patch)
treed81ad9dd3f895a187f637d265502fac9433da2e6 /.classpath
parentfadc9d01f662ab001d9fdd0fd92c5f0c177557cd (diff)
Comment out source-tagging
Temporarily comment out the maven step that executed ctags on the source code.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath27
1 files changed, 27 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..5e8a55f
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,27 @@
+<?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"/>
+ <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>