[jboss-cvs] JBossAS SVN: r58930 - in trunk: ejb3 j2ee server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 8 11:17:31 EST 2006


Author: adrian at jboss.org
Date: 2006-12-08 11:17:27 -0500 (Fri, 08 Dec 2006)
New Revision: 58930

Modified:
   trunk/ejb3/.classpath
   trunk/j2ee/.classpath
   trunk/server/.classpath
Log:
Fix the eclipse build

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2006-12-08 16:07:06 UTC (rev 58929)
+++ trunk/ejb3/.classpath	2006-12-08 16:17:27 UTC (rev 58930)
@@ -81,6 +81,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/quartz/lib/quartz-all-1.5.2.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connector"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>

Modified: trunk/j2ee/.classpath
===================================================================
--- trunk/j2ee/.classpath	2006-12-08 16:07:06 UTC (rev 58929)
+++ trunk/j2ee/.classpath	2006-12-08 16:17:27 UTC (rev 58930)
@@ -7,5 +7,6 @@
  <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
  <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
  <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2006-12-08 16:07:06 UTC (rev 58929)
+++ trunk/server/.classpath	2006-12-08 16:17:27 UTC (rev 58930)
@@ -32,5 +32,7 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/transaction"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-container-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-dependency-src.zip"/>
+	<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