remove not used classpath entries in the default setting
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 13:13:10 +0000 (13:13 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 13:13:10 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@796285 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/.classpath

index f356401..1687db7 100644 (file)
@@ -5,9 +5,7 @@
        <classpathentry combineaccessrules="false" kind="src" path="/tomcat-trunk"/>
        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
        <classpathentry kind="var" path="TOMCAT_LIBS_BASE/tomcat6-deps/dbcp/tomcat-dbcp.jar" sourcepath="/TOMCAT_LIBS_BASE/tomcat6-deps/dbcp/src/java"/>
-       <classpathentry kind="lib" path="includes/mysql-connector-java-5.1.7/mysql-connector-java-5.1.7-bin.jar"/>
-       <classpathentry kind="lib" path="includes/db-derby-10.5.1.1-bin/lib/derby.jar"/>
-       <classpathentry kind="lib" path="includes/h2/bin/h2-1.1.115.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
+       <classpathentry kind="lib" path="includes/h2/bin/h2-1.1.115.jar"/>
 </classpath>