[jboss-cvs] JBossAS SVN: r69671 - trunk/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 6 15:24:12 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-06 15:24:12 -0500 (Wed, 06 Feb 2008)
New Revision: 69671

Modified:
   trunk/profileservice/.classpath
Log:
Add the jaxb and stax jars to the classpath

Modified: trunk/profileservice/.classpath
===================================================================
--- trunk/profileservice/.classpath	2008-02-06 20:18:14 UTC (rev 69670)
+++ trunk/profileservice/.classpath	2008-02-06 20:24:12 UTC (rev 69671)
@@ -30,5 +30,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-spi-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-vfs-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-vfs-spi-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/stax-api/lib/stax-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list