diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-12-03 19:36:09 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-12-03 19:36:09 -0500 |
| commit | f36b9fddf29236424c16336c15c040a203261608 (patch) | |
| tree | 3b8b33e20fed93ca55640798472f1b1fcb2f5a77 /base/.classpath | |
| parent | f3814a84f8471684cd483347db4fb7b107c2e635 (diff) | |
Fix some accidental breakage
Diffstat (limited to 'base/.classpath')
| -rw-r--r-- | base/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/.classpath b/base/.classpath index 9a48b8b..673da3f 100644 --- a/base/.classpath +++ b/base/.classpath @@ -13,9 +13,9 @@ </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> <attributes> + <attribute name="test" value="true"/> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" path="src/examples/java"/> |
