[Jboss-cvs] JBossAS SVN: r56128 - in branches/Branch_4_0: ejb3 j2ee server testsuite varia

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 21 13:25:48 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-08-21 13:25:43 -0400 (Mon, 21 Aug 2006)
New Revision: 56128

Modified:
   branches/Branch_4_0/ejb3/.classpath
   branches/Branch_4_0/j2ee/.classpath
   branches/Branch_4_0/server/.classpath
   branches/Branch_4_0/testsuite/.classpath
   branches/Branch_4_0/varia/.classpath
Log:
fix eclipse classpath

Modified: branches/Branch_4_0/ejb3/.classpath
===================================================================
--- branches/Branch_4_0/ejb3/.classpath	2006-08-21 17:24:01 UTC (rev 56127)
+++ branches/Branch_4_0/ejb3/.classpath	2006-08-21 17:25:43 UTC (rev 56128)
@@ -31,5 +31,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxws.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/j2ee/.classpath
===================================================================
--- branches/Branch_4_0/j2ee/.classpath	2006-08-21 17:24:01 UTC (rev 56127)
+++ branches/Branch_4_0/j2ee/.classpath	2006-08-21 17:25:43 UTC (rev 56128)
@@ -5,5 +5,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jaf/lib/activation.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/server/.classpath
===================================================================
--- branches/Branch_4_0/server/.classpath	2006-08-21 17:24:01 UTC (rev 56127)
+++ branches/Branch_4_0/server/.classpath	2006-08-21 17:25:43 UTC (rev 56128)
@@ -23,5 +23,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/testsuite/.classpath
===================================================================
--- branches/Branch_4_0/testsuite/.classpath	2006-08-21 17:24:01 UTC (rev 56127)
+++ branches/Branch_4_0/testsuite/.classpath	2006-08-21 17:25:43 UTC (rev 56128)
@@ -55,5 +55,8 @@
 	<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/joesnmp/lib/joesnmp.jar"/>
+	<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="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/varia/.classpath
===================================================================
--- branches/Branch_4_0/varia/.classpath	2006-08-21 17:24:01 UTC (rev 56127)
+++ branches/Branch_4_0/varia/.classpath	2006-08-21 17:25:43 UTC (rev 56128)
@@ -34,5 +34,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list