User: user57
Date: 01/08/27 02:01:35
Modified: . build.xml
Log:
o help targets use taskname="help"
o clobbering build.log on all modules
Revision Changes Path
1.5 +3 -3 admin/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/admin/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 2001/08/27 04:47:23 1.4
+++ build.xml 2001/08/27 09:01:35 1.5
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.4 2001/08/27 04:47:23 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.5 2001/08/27 09:01:35 user57 Exp $ -->
<project default="main">
@@ -599,7 +599,7 @@
<!-- Clean up all generated files -->
<target name="clobber" depends="clean"
description="Cleans up all generated files.">
- <!-- Nothing to clobber -->
+ <delete file="${module.root}/build.log"/>
</target>
@@ -608,7 +608,7 @@
<!-- ================================================================== -->
<target name="help">
- <projecthelp>
+ <projecthelp taskname="help">
<header><![CDATA[
The ${module.Name} module.
]]></header>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development