From 28cc5715e9c4c578b79ac09b6ef879f575480809 Mon Sep 17 00:00:00 2001 From: Woody Folsom Date: Sat, 17 Mar 2012 14:44:21 -0400 Subject: [PATCH] Eclipse files. --- .classpath | 13 +++++++++++++ .gitignore | 5 ----- .project | 17 +++++++++++++++++ 3 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f2c8d8b --- /dev/null +++ b/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index ed864af..3037395 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,6 @@ dist docs -.project - -.settings - -.classpath player.txt DetailedInfo.txt DetailedInfo.xml diff --git a/.project b/.project new file mode 100644 index 0000000..0a18c3e --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + cs8803p3 + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +