remove classpath file
diff --git a/.classpath b/.classpath
deleted file mode 100644
index 7e665fe..0000000
--- a/.classpath
+++ /dev/null
@@ -1,10 +0,0 @@
-<classpath>

-  <classpathentry kind="src" path="src/main/java"/>

-  <classpathentry kind="src" path="src/test/java"/>

-  <classpathentry kind="src" path="src/test/resources" excluding="**/*.java"/>

-  <classpathentry kind="output" path="bin"/>

-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

-  <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"/>

-  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar"/>

-  <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.5.6/spring-2.5.6.jar"/>

-</classpath>
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
index 287f1fc..719bb02 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,4 +3,5 @@
 ^target$
 ^bin$
 ^\.settings$
-^\.project$
\ No newline at end of file
+^\.project$
+^\.classpath$
\ No newline at end of file