|
From: Alexey L. <lou...@us...> - 2004-10-30 19:54:19
|
User: loubyansky Date: 04/10/30 12:54:12 Modified: . build.xml Log: moved jaxme and wutka's parsers to library.classpath from tests.classpath Revision Changes Path 1.421 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- build.xml 30 Oct 2004 19:52:08 -0000 1.420 +++ build.xml 30 Oct 2004 19:54:11 -0000 1.421 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.420 2004/10/30 19:52:08 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.421 2004/10/30 19:54:11 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"/> @@ -207,8 +209,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. --> |