[jboss-svn-commits] JBossWS SVN: r802 - trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 21 21:42:59 EDT 2006


Author: jason.greene at jboss.com
Date: 2006-08-21 21:42:58 -0400 (Mon, 21 Aug 2006)
New Revision: 802

Modified:
   trunk/.classpath
Log:
Add jaxb jars to classpath


Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2006-08-21 16:58:45 UTC (rev 801)
+++ trunk/.classpath	2006-08-22 01:42:58 UTC (rev 802)
@@ -27,5 +27,7 @@
 	<classpathentry kind="lib" path="thirdparty/jboss-container.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-microcontainer.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jaxb-xjc.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jaxb-impl.jar"/>
 	<classpathentry kind="output" path="output-eclipse"/>
 </classpath>




More information about the jboss-svn-commits mailing list