Author: fhanik Date: Tue Jul 21 13:13:10 2009 New Revision: 796285 URL: http://svn.apache.org/viewvc?rev=796285&view=rev Log: remove not used classpath entries in the default setting
Modified: tomcat/trunk/modules/jdbc-pool/.classpath Modified: tomcat/trunk/modules/jdbc-pool/.classpath URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/.classpath?rev=796285&r1=796284&r2=796285&view=diff ============================================================================== --- tomcat/trunk/modules/jdbc-pool/.classpath (original) +++ tomcat/trunk/modules/jdbc-pool/.classpath Tue Jul 21 13:13:10 2009 @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org