diff options
| author | Ben Culkin <scorpress@gmail.com> | 2021-03-13 07:17:38 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2021-03-13 07:17:38 -0500 |
| commit | 5e1e3767b335479040e48ff57f1eeff8a8f0d0ef (patch) | |
| tree | fc397299c29d2aeefdc94afa51de7d15d96173c5 /.classpath | |
| parent | 768aacdf6e02ad39b8a26a88cb64670235378e1a (diff) | |
Rearrange some things
This moves some documentation to a specific docs folder, as well as
creating a new examples folder, and putting the two pieces of example
code into there
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,11 +13,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"/> |
