[jboss-cvs] JBossAS SVN: r61530 - trunk/connector.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 21 04:39:19 EDT 2007


Author: weston.price at jboss.com
Date: 2007-03-21 04:39:19 -0400 (Wed, 21 Mar 2007)
New Revision: 61530

Modified:
   trunk/connector/.classpath
Log:
[JBAS-1425] Added JAXB libraries from thirdparty to classpath.

Modified: trunk/connector/.classpath
===================================================================
--- trunk/connector/.classpath	2007-03-21 08:38:08 UTC (rev 61529)
+++ trunk/connector/.classpath	2007-03-21 08:39:19 UTC (rev 61530)
@@ -23,5 +23,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar" sourcepath="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-xjc.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-impl.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list