[jboss-cvs] JBossAS SVN: r63161 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 19 09:41:24 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-19 09:41:24 -0400 (Sat, 19 May 2007)
New Revision: 63161

Modified:
   trunk/tomcat/.classpath
Log:
fix classpath

Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath	2007-05-19 08:45:29 UTC (rev 63160)
+++ trunk/tomcat/.classpath	2007-05-19 13:41:24 UTC (rev 63161)
@@ -47,6 +47,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar" sourcepath="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-jaspi-api/lib/jboss-jaspi-api.jar" sourcepath="/thirdparty/jboss/jboss-jaspi-api/lib/jboss-jaspi-api-sources.jar"/>
-	<classpathentry kind="lib" path="C:/cygwin/home/asaldhana/jboss-5.0/jboss-head/thirdparty/jboss/jbossws-spi/lib/jbossws-integration.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-integration.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list