diff options
| author | Benjamin Culkin <bjculkin@mix.wvu.edu> | 2018-04-25 12:52:52 -0700 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@mix.wvu.edu> | 2018-04-25 12:52:59 -0700 |
| commit | 697bc0bae293a9f31c00f6e10f33955151228f64 (patch) | |
| tree | 500b7c9b881972e1d7b78017c39659e060701877 /.classpath | |
Initial commit
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..51a8bba --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
