ehatcher 2003/02/07 00:54:24
Modified: proposal/xdocs build.xml
Log:
remove properties generation to see if that fixes gump runs
Revision Changes Path
1.20 +1 -1 jakarta-ant/proposal/xdocs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/xdocs/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 5 Feb 2003 08:42:49 -0000 1.19
+++ build.xml 7 Feb 2003 08:54:24 -0000 1.20
@@ -433,7 +433,7 @@
</selector>
</fileset>
<taskdescriptor/>
- <taskdefproperties/>
+<!-- <taskdefproperties/> -->
</antdoclet>
</target>
|