diff options
| author | Ben Culkin <scorpress@gmail.com> | 2021-02-26 16:15:11 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2021-02-26 16:15:11 -0500 |
| commit | e55cb9852a106cff26517d7d1e85bc4b149884f3 (patch) | |
| tree | 2e5d8b8d1e4ec8a5893cc2372e84aade218e648a /commander/.classpath | |
| parent | d7b2e924d762e66b3f2be76242ee761e90113a8c (diff) | |
Update
Diffstat (limited to 'commander/.classpath')
| -rw-r--r-- | commander/.classpath | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/commander/.classpath b/commander/.classpath new file mode 100644 index 0000000..7d66676 --- /dev/null +++ b/commander/.classpath @@ -0,0 +1,28 @@ +<?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 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"/> + </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"/> + </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> |
