|
From: Scott M S. <st...@us...> - 2005-03-16 04:45:14
|
User: starksm Date: 05/03/15 20:45:06 Modified: . Tag: Branch_4_0 build.xml Log: Add jbosstest.src.etc and jbosstest.dist properties Revision Changes Path No revision No revision 1.406.2.45 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.44 retrieving revision 1.406.2.45 diff -u -r1.406.2.44 -r1.406.2.45 --- build.xml 13 Mar 2005 23:09:34 -0000 1.406.2.44 +++ build.xml 16 Mar 2005 04:45:02 -0000 1.406.2.45 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.44 2005/03/13 23:09:34 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.45 2005/03/16 04:45:02 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -222,6 +222,8 @@ <property name="jbosstest.threadcount" value="5"/> <property name="jbosstest.beancount" value="5"/> <property name="jbosstest.nodeploy" value="false"/> + <property name="jbosstest.src.etc" value="${source.etc}"/> + <property name="jbosstest.dist" value="${jboss.dist}"/> <property name="junit.batchtest.todir" value="${build.reports}"/> <property name="junit.jvm.options" value="-Ddummy"/> <!-- Override JUnit Marathon defaults --> |