From: Scott M S. <st...@us...> - 2004-03-07 00:45:04
|
User: starksm Date: 04/03/06 16:21:59 Modified: . Tag: Branch_3_2 build.xml Log: Change the crimson classpath element to xalan Revision Changes Path No revision No revision 1.165.2.141 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.140 retrieving revision 1.165.2.141 diff -u -r1.165.2.140 -r1.165.2.141 --- build.xml 5 Mar 2004 17:34:32 -0000 1.165.2.140 +++ build.xml 7 Mar 2004 00:21:58 -0000 1.165.2.141 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.140 2004/03/05 17:34:32 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.165.2.141 2004/03/07 00:21:58 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -89,7 +89,7 @@ <path refid="sun.javamail.classpath"/> <path refid="sun.servlet.classpath"/> <path refid="apache.avalon.classpath"/> - <path refid="apache.crimson.classpath"/> + <path refid="apache.xalan.classpath"/> <path refid="apache.commons.classpath"/> <path refid="apache.log4j.classpath"/> <path refid="apache.axis.classpath"/> |