diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-03-27 16:39:52 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-03-27 16:39:52 -0400 |
| commit | 373464d30d87bd8702fe27b920ed1406a0833ef3 (patch) | |
| tree | c357c0a4fdd8f3f6ea8eb812ddc853f263c6c550 /clformat/.classpath | |
| parent | e99f6c758c9e1ea5601e1076845912db5153e38c (diff) | |
Refactor test structure
Tests are now in a 'test' sub-package, so it is clear that they are
indeed test code, not just disjoint parts of the main code
Diffstat (limited to 'clformat/.classpath')
| -rw-r--r-- | clformat/.classpath | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/clformat/.classpath b/clformat/.classpath new file mode 100644 index 0000000..2efb9ee --- /dev/null +++ b/clformat/.classpath @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="target/classes" path="src/main/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="data"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + <attribute name="test" value="true"/> + </attributes> + </classpathentry> + <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"/> + </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> |
