[jboss-cvs] JBossAS SVN: r58468 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 16 16:38:40 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-16 16:38:38 -0500 (Thu, 16 Nov 2006)
New Revision: 58468

Modified:
   trunk/testsuite/.classpath
Log:
Add jaxb to the classpath

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2006-11-16 21:37:53 UTC (rev 58467)
+++ trunk/testsuite/.classpath	2006-11-16 21:38:38 UTC (rev 58468)
@@ -76,5 +76,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jbossmq"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-impl.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list