Updated .classpath files
diff --git a/.classpath-linux b/.classpath-linux
index f2cc283..d05023c 100644
--- a/.classpath-linux
+++ b/.classpath-linux
@@ -1,16 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main"/>
-	<classpathentry kind="src" path="test/src"/>
-	<classpathentry kind="src" path="src/jdk15"/>
-	<classpathentry kind="src" path="resources"/>
-	<classpathentry kind="lib" path="3rdparty/junit.jar"/>
-	<classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
-	<classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
-	<classpathentry kind="lib" path="3rdparty/ant.jar"/>
-	<classpathentry kind="lib" path="3rdparty/qdox-1.6.1.jar"/>
-	<classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
-  <classpathentry kind="lib" path="/usr/lib/jvm/java-1.5.0-sun-1.5.0.17/lib/tools.jar"/>
-	<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="z_build"/>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
+  <classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
+  <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
+  <classpathentry kind="lib" path="lib/guice-2.0.jar"/>
+  <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+  <classpathentry kind="output" path="z_build"/>
 </classpath>
diff --git a/.classpath-mac b/.classpath-mac
index adb1999..d05023c 100644
--- a/.classpath-mac
+++ b/.classpath-mac
@@ -1,15 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main"/>
-	<classpathentry kind="src" path="test/src"/>
-	<classpathentry kind="src" path="src/jdk15"/>
-	<classpathentry kind="src" path="resources"/>
-	<classpathentry kind="lib" path="3rdparty/junit.jar"/>
-	<classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
-	<classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
-	<classpathentry kind="lib" path="3rdparty/ant.jar"/>
-	<classpathentry kind="lib" path="3rdparty/qdox-1.6.1.jar"/>
-	<classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
-	<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="z_build2"/>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
+  <classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
+  <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
+  <classpathentry kind="lib" path="lib/guice-2.0.jar"/>
+  <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+  <classpathentry kind="output" path="z_build"/>
 </classpath>