diff options
| author | student <student@69.161.224.78> | 2018-02-13 11:14:30 -0500 |
|---|---|---|
| committer | student <student@69.161.224.78> | 2018-02-13 11:14:30 -0500 |
| commit | 63390a44ab57983472b87b8869923af02c36b45a (patch) | |
| tree | 62964cfcbe7e0bb6eb74769af62985527320119a /scl/.classpath | |
| parent | 825128ba939c6ac5728fd3d9d78e84aa9e60806b (diff) | |
Refactor SCL into its own module
Diffstat (limited to 'scl/.classpath')
| -rw-r--r-- | scl/.classpath | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scl/.classpath b/scl/.classpath new file mode 100644 index 0000000..af1430b --- /dev/null +++ b/scl/.classpath @@ -0,0 +1,26 @@ +<?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="optional" value="true"/> + <attribute name="maven.pomderived" 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> |
