diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 20:13:04 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 20:13:04 -0400 |
commit | 511fe144da142082a02b5a5b07e67bb76df1331e (patch) | |
tree | eae73bc8eb0454523df804b7f0c3de52aee4f65a /.classpath | |
parent | efb8729719257c4a766058c5c7122648d94dd8b3 (diff) |
Finalized the removal of Maven from Unit Converter
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,11 +6,12 @@ </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry kind="src" 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="target/classes"/> + <classpathentry kind="output" path="bin"/> </classpath> |