|
From: Scott M S. <st...@us...> - 2004-10-31 17:12:14
|
User: starksm Date: 04/10/31 09:12:06 Modified: . Tag: Branch_4_0 build.xml Log: Change the invalid jaxr.includes.refid property to jaxr.includes Revision Changes Path No revision No revision 1.406.2.15 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.14 retrieving revision 1.406.2.15 diff -u -r1.406.2.14 -r1.406.2.15 --- build.xml 31 Oct 2004 15:09:59 -0000 1.406.2.14 +++ build.xml 31 Oct 2004 17:12:05 -0000 1.406.2.15 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.14 2004/10/31 15:09:59 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.15 2004/10/31 17:12:05 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1810,7 +1810,7 @@ fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> - <patternset refid="${jaxr.includes.refid}"/> + <patternset refid="jaxr.includes"/> </fileset> </batchtest> </junit> |