diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 03:25:44 +0000 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 03:25:44 +0000 |
commit | e476cda7d6a693daf846c7c1c25750a9759ce8c0 (patch) | |
tree | 523ea15a5b1e82a6514eae6e157d6fcfa6b0fd99 /.classpath | |
parent | 84e6fd3886c98fa891eb044b7e389dd2d76ed754 (diff) |
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..8727917 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="output" path="bin"/> +</classpath> |