[jboss-cvs] JBossAS SVN: r62710 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 1 18:12:22 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-01 18:12:22 -0400 (Tue, 01 May 2007)
New Revision: 62710

Modified:
   trunk/testsuite/build.xml
Log:
Include the testsuite-libraries.ent

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-05-01 22:11:55 UTC (rev 62709)
+++ trunk/testsuite/build.xml	2007-05-01 22:12:22 UTC (rev 62710)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE project [
    <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
+   <!ENTITY testsuite-libraries SYSTEM "../thirdparty/testsuite-libraries.ent">
    <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
 ]>
 
@@ -82,6 +83,7 @@
    <!-- ========= -->
   
    &libraries;
+   &testsuite-libraries;
   
    <!-- define jbossws classpath explicitly because jbossws/lib contains other integration layers as well -->
    <path id="jbossws.integration.classpath">




More information about the jboss-cvs-commits mailing list