[jboss-cvs] JBossAS SVN: r69833 - branches/JBPAPP_4_2_0_GA_CP/webservices.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 14:52:08 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-02-13 14:52:08 -0500 (Wed, 13 Feb 2008)
New Revision: 69833

Modified:
   branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
Log:
[JBPAPP-546] Fixed incorrect Eclipse classpath entries for JBoss WS.

Modified: branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-02-13 19:51:11 UTC (rev 69832)
+++ branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-02-13 19:52:08 UTC (rev 69833)
@@ -17,8 +17,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxws.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar" sourcepath="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar" sourcepath="/thirdparty/jboss/common/lib/jboss-common-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list