[jboss-cvs] JBossAS SVN: r71649 - in branches/JBPAPP_4_2_0_GA_CP: server and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 2 18:42:30 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-04-02 18:42:30 -0400 (Wed, 02 Apr 2008)
New Revision: 71649

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath
   branches/JBPAPP_4_2_0_GA_CP/server/.classpath
   branches/JBPAPP_4_2_0_GA_CP/tomcat/.classpath
   branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
Log:
Eclipse/classpath fixes

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-04-02 22:14:52 UTC (rev 71648)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/.classpath	2008-04-02 22:42:30 UTC (rev 71649)
@@ -93,6 +93,7 @@
 	<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/lib/jbossws-core.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
+	<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="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/JBPAPP_4_2_0_GA_CP/server/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-04-02 22:14:52 UTC (rev 71648)
+++ branches/JBPAPP_4_2_0_GA_CP/server/.classpath	2008-04-02 22:42:30 UTC (rev 71649)
@@ -25,6 +25,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.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="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/.classpath	2008-04-02 22:14:52 UTC (rev 71648)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/.classpath	2008-04-02 22:42:30 UTC (rev 71649)
@@ -33,6 +33,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-core.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-04-02 22:14:52 UTC (rev 71648)
+++ branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-04-02 22:42:30 UTC (rev 71649)
@@ -19,8 +19,11 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<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 combineaccessrules="false" kind="src" path="/jmx"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/j2ee"/>
+	<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/sun-jaxws/lib/jsr250-api.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list