[jboss-cvs] JBoss Messaging SVN: r3917 - in projects/network-benchmark: lib and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 22 08:11:18 EDT 2008


Author: trustin
Date: 2008-03-22 08:11:18 -0400 (Sat, 22 Mar 2008)
New Revision: 3917

Added:
   projects/network-benchmark/lib/xerces-2.4.0.jar
Modified:
   projects/network-benchmark/build.xml
Log:
Fixed class loading exception when the server runs with the build script



Modified: projects/network-benchmark/build.xml
===================================================================
--- projects/network-benchmark/build.xml	2008-03-22 12:04:25 UTC (rev 3916)
+++ projects/network-benchmark/build.xml	2008-03-22 12:11:18 UTC (rev 3917)
@@ -16,6 +16,7 @@
        <pathelement location="lib/slf4j-api-1.4.3.jar"/>
        <pathelement location="lib/slf4j-log4j12.jar"/>
        <pathelement location="lib/log4j.jar"/>
+       <pathelement location="lib/xerces-2.4.0.jar"/>
     </path>
 
 	<target name="help" description="-> Display help">

Added: projects/network-benchmark/lib/xerces-2.4.0.jar
===================================================================
(Binary files differ)


Property changes on: projects/network-benchmark/lib/xerces-2.4.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list