summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2021-03-13 07:17:38 -0500
committerBen Culkin <scorpress@gmail.com>2021-03-13 07:17:38 -0500
commit5e1e3767b335479040e48ff57f1eeff8a8f0d0ef (patch)
treefc397299c29d2aeefdc94afa51de7d15d96173c5 /.classpath
parent768aacdf6e02ad39b8a26a88cb64670235378e1a (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--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 2efb9ee..b2d80d6 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>