[jboss-cvs] JBossAS SVN: r94518 - in branches/Branch_5_x: tomcat and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 8 09:01:59 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-08 09:01:59 -0400 (Thu, 08 Oct 2009)
New Revision: 94518
Modified:
branches/Branch_5_x/server/.classpath
branches/Branch_5_x/tomcat/.classpath
branches/Branch_5_x/webservices/.classpath
Log:
Fix eclipse classpaths
Modified: branches/Branch_5_x/server/.classpath
===================================================================
--- branches/Branch_5_x/server/.classpath 2009-10-08 12:13:04 UTC (rev 94517)
+++ branches/Branch_5_x/server/.classpath 2009-10-08 13:01:59 UTC (rev 94518)
@@ -31,5 +31,6 @@
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-api/lib/jboss-bootstrap-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-api-as/lib/jboss-bootstrap-api-as.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/system"/>
+ <classpathentry kind="lib" path="/thirdparty/sun-jaxws/lib/jaxws-api.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: branches/Branch_5_x/tomcat/.classpath
===================================================================
--- branches/Branch_5_x/tomcat/.classpath 2009-10-08 12:13:04 UTC (rev 94517)
+++ branches/Branch_5_x/tomcat/.classpath 2009-10-08 13:01:59 UTC (rev 94518)
@@ -34,5 +34,9 @@
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-spi-mc/lib/jboss-bootstrap-spi-mc.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-api/lib/jboss-bootstrap-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-api-as/lib/jboss-bootstrap-api-as.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/sun-jaxws/lib/jaxws-api.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/jboss-bootstrap-api-mc/lib/jboss-bootstrap-api-mc.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/validation-api/lib/validation-api.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/org/jboss/mc-int/lib/jboss-mc-int-servlet.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: branches/Branch_5_x/webservices/.classpath
===================================================================
--- branches/Branch_5_x/webservices/.classpath 2009-10-08 12:13:04 UTC (rev 94517)
+++ branches/Branch_5_x/webservices/.classpath 2009-10-08 13:01:59 UTC (rev 94518)
@@ -12,5 +12,7 @@
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-kernel-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-dependency-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-common/lib/jboss-ejb3-common.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/sun-jaxws/lib/jaxws-api.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/sun-jaxws/lib/jsr181-api.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list