You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2009/04/21 00:59:55 UTC

svn commit: r766906 - /tomcat/trunk/.classpath

Author: fhanik
Date: Mon Apr 20 22:59:55 2009
New Revision: 766906

URL: http://svn.apache.org/viewvc?rev=766906&view=rev
Log:
Add source to the path of dbcp, and remove the module paths from the main project

Modified:
    tomcat/trunk/.classpath

Modified: tomcat/trunk/.classpath
URL: http://svn.apache.org/viewvc/tomcat/trunk/.classpath?rev=766906&r1=766905&r2=766906&view=diff
==============================================================================
--- tomcat/trunk/.classpath (original)
+++ tomcat/trunk/.classpath Mon Apr 20 22:59:55 2009
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**|org/apache/naming/factory/webservices/" kind="src" path="java"/>
-	<classpathentry kind="src" path="modules/jdbc-pool/test"/>
-	<classpathentry kind="src" path="modules/jdbc-pool/java"/>
 	<classpathentry kind="src" path="test"/>
 	<classpathentry kind="src" path="webapps/examples/WEB-INF/classes"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
@@ -12,6 +10,6 @@
 	<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
 	<classpathentry kind="lib" path="output/extras/webservices/jaxrpc.jar"/>
 	<classpathentry kind="lib" path="output/extras/webservices/wsdl4j.jar"/>
-	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/tomcat-dbcp.jar"/>
+	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/tomcat-dbcp.jar" sourcepath="/TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/src/java"/>
 	<classpathentry kind="output" path=".settings/output"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org