[jbossws-commits] JBossWS SVN: r4761 - framework/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Oct 13 07:58:20 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-13 07:58:20 -0400 (Sat, 13 Oct 2007)
New Revision: 4761

Modified:
   framework/trunk/.classpath
Log:
fix eclipse classpath

Modified: framework/trunk/.classpath
===================================================================
--- framework/trunk/.classpath	2007-10-13 11:30:32 UTC (rev 4760)
+++ framework/trunk/.classpath	2007-10-13 11:58:20 UTC (rev 4761)
@@ -12,9 +12,9 @@
 	<classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/spi"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
 	<classpathentry kind="lib" path="thirdparty/activation.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse"/>
 </classpath>




More information about the jbossws-commits mailing list