summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAdrien Hopkins <masterofnumbers17@gmail.com>2019-12-24 16:16:13 -0500
committerAdrien Hopkins <masterofnumbers17@gmail.com>2019-12-24 16:16:13 -0500
commit2c146c894972e2c6ab701b3c66dcf242d7be656f (patch)
tree8629866fa1cf017c02d61bd288fd336e7d8b7b49 /.classpath
parente1e7e38482de8cf8f6d4fd8735b6e43ad2a13cb8 (diff)
Added Javadoc to the project.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath26
1 files changed, 23 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 12fc059..35e2ca9 100644
--- a/.classpath
+++ b/.classpath
@@ -6,12 +6,32 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
- <classpathentry kind="src" path="src">
+ <classpathentry kind="src" output="target/classes" path="src">
<attributes>
- <attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="target/generated-sources/annotations">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="ignore_optional_problems" value="true"/>
+ <attribute name="m2e-apt" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="ignore_optional_problems" value="true"/>
+ <attribute name="m2e-apt" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>