|
From: Alexey L. <lou...@us...> - 2004-10-30 19:55:16
|
User: loubyansky Date: 04/10/30 12:55:06 Modified: . Tag: Branch_4_0 build.xml Log: moved jaxme and wutka's parsers to library.classpath from tests.classpath Revision Changes Path No revision No revision 1.406.2.12 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.11 retrieving revision 1.406.2.12 diff -u -r1.406.2.11 -r1.406.2.12 --- build.xml 30 Oct 2004 19:38:58 -0000 1.406.2.11 +++ build.xml 30 Oct 2004 19:55:05 -0000 1.406.2.12 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.11 2004/10/30 19:38:58 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.406.2.12 2004/10/30 19:55:05 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -72,6 +72,8 @@ <path refid="apache.commons.classpath"/> <path refid="apache.log4j.classpath"/> <path refid="apache.xerces.classpath"/> + <path refid="apache.jaxme.classpath"/> + <path refid="wutka.dtdparser.classpath"/> <path refid="dom4j.dom4j.classpath"/> <path refid="oswego.concurrent.classpath"/> <path refid="ibm.wsdl4j.classpath"/> @@ -208,8 +210,6 @@ <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. --> |