summaryrefslogtreecommitdiff
path: root/scl/.classpath
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-28 13:43:46 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-28 13:43:46 -0300
commit3078a5e9d44aa4a304ba4a3773f79f9e369335d2 (patch)
tree5b2c44f0b566199f51a636231d7dcc690fd66fc5 /scl/.classpath
parent6144fc9e987f48617d02c73697b672e65d04e4cd (diff)
Move SCL into its own project
SCL is now moved into its own project, since it can behave independantly
Diffstat (limited to 'scl/.classpath')
-rw-r--r--scl/.classpath26
1 files changed, 0 insertions, 26 deletions
diff --git a/scl/.classpath b/scl/.classpath
deleted file mode 100644
index af1430b..0000000
--- a/scl/.classpath
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>