From: Bill B. <pat...@us...> - 2003-07-03 01:57:08
|
User: patriot1burke Date: 03/07/02 18:57:07 Modified: . build.xml Log: Fixed a few bugs here and there. Revision Changes Path 1.280 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.279 retrieving revision 1.280 diff -u -r1.279 -r1.280 --- build.xml 1 Jul 2003 00:22:43 -0000 1.279 +++ build.xml 3 Jul 2003 01:57:07 -0000 1.280 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.279 2003/07/01 00:22:43 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.280 2003/07/03 01:57:07 patriot1burke Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -191,6 +191,7 @@ <pathelement path="${project.tools}/lib/junit.jar"/> <pathelement path="${project.tools}/lib/optional.jar"/> <path refid="jboss.jmx.classpath"/> + <path refid="trove.classpath"/> <path refid="thirdparty.classpath"/> </path> |