[Jboss-cvs] JBossAS SVN: r55117 - in projects/microcontainer/trunk: build kernel

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 11:52:49 EDT 2006


Author: adrian at jboss.org
Date: 2006-08-03 11:52:46 -0400 (Thu, 03 Aug 2006)
New Revision: 55117

Modified:
   projects/microcontainer/trunk/build/build-thirdparty.xml
   projects/microcontainer/trunk/kernel/.classpath
Log:
Need xerces to run the kernel testsuite because of the JBossXB dependency

Modified: projects/microcontainer/trunk/build/build-thirdparty.xml
===================================================================
--- projects/microcontainer/trunk/build/build-thirdparty.xml	2006-08-03 15:51:21 UTC (rev 55116)
+++ projects/microcontainer/trunk/build/build-thirdparty.xml	2006-08-03 15:52:46 UTC (rev 55117)
@@ -55,6 +55,7 @@
       <componentref name="jboss/test" version="1.0.0.CR1"/>
       <componentref name="oswego-concurrent" version="1.3.4"/>
       <componentref name="trove" version="1.0.2"/>
+      <componentref name="apache-xerces" version="2.7.1"/>
    </build>
 
    <synchronizeinfo/>

Modified: projects/microcontainer/trunk/kernel/.classpath
===================================================================
--- projects/microcontainer/trunk/kernel/.classpath	2006-08-03 15:51:21 UTC (rev 55116)
+++ projects/microcontainer/trunk/kernel/.classpath	2006-08-03 15:52:46 UTC (rev 55117)
@@ -20,5 +20,8 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/dependency"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/resolver.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xml-apis.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list