diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-31 08:54:20 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-31 08:54:20 -0400 |
| commit | 5008c26a604876bcad09c868aa2ec4a2c8b64e35 (patch) | |
| tree | a4a6c1cc6c6c7bf14dff48846af16ebf93850886 /JPratt/.classpath | |
Move Pratt Parser to new project
Diffstat (limited to 'JPratt/.classpath')
| -rw-r--r-- | JPratt/.classpath | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath new file mode 100644 index 0000000..a22b331 --- /dev/null +++ b/JPratt/.classpath @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/examples/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> |
