Author: costin Date: Sat Nov 12 17:06:05 2005 New Revision: 332869 URL: http://svn.apache.org/viewcvs?rev=332869&view=rev Log: Add a .classpath - only include resources. This is needed if you want to debug and run tomcat in eclipse. BTW - hotswapping is really GREAT.
Added: tomcat/build/tc5.5.x/.classpath Added: tomcat/build/tc5.5.x/.classpath URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/.classpath?rev=332869&view=auto ============================================================================== --- tomcat/build/tc5.5.x/.classpath (added) +++ tomcat/build/tc5.5.x/.classpath Sat Nov 12 17:06:05 2005 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="resources"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]