diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-28 08:43:57 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-28 08:43:57 -0400 |
| commit | 1a020352bdcbb6b5279b703f93e42a1eb7071e36 (patch) | |
| tree | 12e4c7abe70fe23ceaab9e1bfaf36cc88b5dde9c /dice-lang/.classpath | |
Initial project commit
Diffstat (limited to 'dice-lang/.classpath')
| -rw-r--r-- | dice-lang/.classpath | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dice-lang/.classpath b/dice-lang/.classpath new file mode 100644 index 0000000..149cb3c --- /dev/null +++ b/dice-lang/.classpath @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="target/classes" path="src"> + <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> |
