|
From: Alexey L. <lou...@us...> - 2004-10-30 19:52:29
|
User: loubyansky Date: 04/10/30 12:52:08 Modified: . build.xml Log: added jaxme and wutka's parser to the tests.classpath Revision Changes Path 1.420 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.419 retrieving revision 1.420 diff -u -r1.419 -r1.420 --- build.xml 30 Oct 2004 03:23:55 -0000 1.419 +++ build.xml 30 Oct 2004 19:52:08 -0000 1.420 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.419 2004/10/30 03:23:55 recampbell Exp $ --> +<!-- $Id: build.xml,v 1.420 2004/10/30 19:52:08 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -207,6 +207,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. --> @@ -1563,8 +1565,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}"/> |