|
From: Alexey L. <lou...@us...> - 2004-08-31 16:23:50
|
User: loubyansky
Date: 04/08/31 09:23:44
Modified: . build.xml
Log:
added jaxme and wutka's parsers to the classpath for xml binding tests
Revision Changes Path
1.394 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -r1.393 -r1.394
--- build.xml 20 Aug 2004 22:00:25 -0000 1.393
+++ build.xml 31 Aug 2004 16:23:43 -0000 1.394
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.393 2004/08/20 22:00:25 tdiesler Exp $ -->
+<!-- $Id: build.xml,v 1.394 2004/08/31 16:23:43 loubyansky Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -7127,6 +7127,8 @@
<pathelement location="${build.resources}"/>
<path refid="tests.classpath"/>
<path refid="apache.xerces.classpath"/>
+ <path refid="apache.jaxme.classpath"/>
+ <path refid="wutka.dtdparser.classpath"/>
</classpath>
<formatter type="xml" usefile="${junit.formatter.usefile}"/>
|