[jboss-cvs] JBossAS SVN: r69832 - branches/JBPAPP_4_2_0_GA_CP/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 14:51:11 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-02-13 14:51:11 -0500 (Wed, 13 Feb 2008)
New Revision: 69832

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

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-02-13 19:49:48 UTC (rev 69831)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-02-13 19:51:11 UTC (rev 69832)
@@ -92,7 +92,7 @@
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/dom4j-jarjar/lib/dom4j-jarjar.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.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