summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-15 17:53:40 -0400
committerAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-15 17:53:40 -0400
commitefb8729719257c4a766058c5c7122648d94dd8b3 (patch)
tree2572db85f792ae49cd680b965dbe31b29e2f74b3 /.classpath
parent6392274ccc360c241cf31b10f1489cd6fc416eb8 (diff)
Upgraded to JUnit 5 and moved tests to their proper directories
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index ef141e6..8fc330a 100644
--- a/.classpath
+++ b/.classpath
@@ -5,16 +5,12 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<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>