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 | |
parent | 84e6fd3886c98fa891eb044b7e389dd2d76ed754 (diff) |
Initial Commit.
-rw-r--r-- | .classpath | 6 | ||||
-rw-r--r-- | .project | 17 |
2 files changed, 23 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> diff --git a/.project b/.project new file mode 100644 index 0000000..2d8c1c8 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>TesseractProject</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |