|
From: Alexey L. <lou...@us...> - 2004-10-30 19:39:11
|
User: loubyansky Date: 04/10/30 12:38:59 Modified: . Tag: Branch_4_0 build.xml Log: added jaxme and wutka's parser to the tests.classpath Revision Changes Path No revision No revision 1.406.2.11 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.10 retrieving revision 1.406.2.11 diff -u -r1.406.2.10 -r1.406.2.11 --- build.xml 30 Oct 2004 02:55:42 -0000 1.406.2.10 +++ build.xml 30 Oct 2004 19:38:58 -0000 1.406.2.11 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.10 2004/10/30 02:55:42 recampbell Exp $ --> +<!-- $Id: build.xml,v 1.406.2.11 2004/10/30 19:38:58 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -208,6 +208,8 @@ <pathelement path="${project.tools}/lib/optional.jar"/> <path refid="jboss.jmx.classpath"/> <path refid="thirdparty.classpath"/> + <path refid="apache.jaxme.classpath"/> + <path refid="wutka.dtdparser.classpath"/> </path> <!-- The classpath required to build javadocs. --> @@ -1652,8 +1654,6 @@ <pathelement location="${build.classes}"/> <pathelement location="${build.resources}"/> <path refid="tests.classpath"/> - <path refid="apache.jaxme.classpath"/> - <path refid="wutka.dtdparser.classpath"/> </classpath> <formatter type="xml" usefile="${junit.formatter.usefile}"/> |