diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-11-21 18:04:30 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-11-21 18:04:30 -0500 |
| commit | 785a1ed2437d9810b39deb376c163e0e3e73160f (patch) | |
| tree | 5e00950bf4afcb6a857b5900c21f4ecce390b34d | |
| parent | 3ddd062d60d621971af59b480ba70e8bf9e705f1 (diff) | |
Minor adjustments
| -rw-r--r-- | dice/.classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dice/.classpath b/dice/.classpath index 5e8a55f..7d66676 100644 --- a/dice/.classpath +++ b/dice/.classpath @@ -8,11 +8,12 @@ </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/example/java"/> <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"/> |
