[Mulgara-svn] r210 - trunk
andrae at mulgara.org
andrae at mulgara.org
Wed Mar 28 04:59:19 UTC 2007
Author: andrae
Date: 2007-03-27 22:59:18 -0600 (Tue, 27 Mar 2007)
New Revision: 210
Modified:
trunk/build.xml
Log:
Fixes the clean target to remove mulgara.log.* files being generated by the
tests.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-03-28 04:43:42 UTC (rev 209)
+++ trunk/build.xml 2007-03-28 04:59:18 UTC (rev 210)
@@ -218,7 +218,7 @@
<delete dir="${jxtest.dir}"/>
<delete dir="${src.docs.dir}"/>
<delete>
- <fileset dir="${basedir}" includes="*.log"/>
+ <fileset dir="${basedir}" includes="*.log*"/>
</delete>
</target>
More information about the Mulgara-svn
mailing list