[jboss-cvs] JBossCache ...
Manik Surtani
manik at jboss.org
Thu Mar 15 10:16:25 EDT 2007
User: msurtani
Date: 07/03/15 10:16:25
Modified: JBossCache build.xml
Log:
Fixed various build-related issues
Revision Changes Path
1.193 +1 -2 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -b -r1.192 -r1.193
--- build.xml 14 Mar 2007 17:58:04 -0000 1.192
+++ build.xml 15 Mar 2007 14:16:25 -0000 1.193
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.192 2007/03/14 17:58:04 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.193 2007/03/15 14:16:25 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -1071,7 +1071,6 @@
</classpath>
<sysproperty key="libdir.list" value="${libdir.list}"/>
<formatter classname="org.jboss.cache.util.XMLUnitTestFormatter" usefile="true" extension=".xml"/>
- />
<batchtest todir="${build.reports}">
<fileset dir="${compat.tests.dir}">
<exclude name="**/tools/**/*"/>
More information about the jboss-cvs-commits
mailing list