From: Peter F. <pe...@us...> - 2002-10-07 10:28:10
|
User: peter_f Date: 02/10/07 03:28:09 Modified: . build.xml Log: Fixing a buildbreaker Revision Changes Path 1.183 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.182 retrieving revision 1.183 diff -u -r1.182 -r1.183 --- build.xml 6 Oct 2002 03:28:44 -0000 1.182 +++ build.xml 7 Oct 2002 10:28:09 -0000 1.183 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.182 2002/10/06 03:28:44 user57 Exp $ --> +<!-- $Id: build.xml,v 1.183 2002/10/07 10:28:09 peter_f Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -81,7 +81,7 @@ <path refid="dom4j.dom4j.classpath"/> <path refid="gnu.regexp.classpath"/> <path refid="apache.bcel.classpath"/> - <path refid="hsqldb.classpath"/> + <path refid="hsqldb.hsqldb.classpath"/> <path refid="apache.ant.classpath"/> </path> |