From: Thomas D. <tdi...@us...> - 2004-12-02 10:52:27
|
User: tdiesler Date: 04/12/02 02:52:17 Modified: . Tag: Branch_3_2 build.xml Log: Remove duplicate instance of xerces from thirdparty Revision Changes Path No revision No revision 1.165.2.173 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.172 retrieving revision 1.165.2.173 diff -u -r1.165.2.172 -r1.165.2.173 --- build.xml 12 Nov 2004 03:27:39 -0000 1.165.2.172 +++ build.xml 2 Dec 2004 10:52:14 -0000 1.165.2.173 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.172 2004/11/12 03:27:39 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.173 2004/12/02 10:52:14 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -73,7 +73,7 @@ <path refid="sun.javamail.classpath"/> <path refid="sun.servlet.classpath"/> <path refid="apache.avalon.classpath"/> - <path refid="apache.xalan.classpath"/> + <path refid="apache.xerces.classpath"/> <path refid="apache.commons.classpath"/> <path refid="apache.log4j.classpath"/> <path refid="oswego.concurrent.classpath"/> |