[jsword-svn] jsword-web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon Mar 14 05:25:28 MST 2005
Update of /cvs/jsword/jsword-web
In directory www.crosswire.org:/tmp/cvs-serv11914
Modified Files:
build.xml
Log Message:
Fixed a stale javadoc problem.
Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword-web/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** build.xml 30 Aug 2004 09:26:19 -0000 1.21
--- build.xml 14 Mar 2005 12:25:26 -0000 1.22
***************
*** 67,70 ****
--- 67,72 ----
<target name="javadoc" description="Create JavaDoc">
+ <!-- This is not incremental. Empty it so it can remove unused docs. -->
+ <delete dir="${target.web}/api"/>
<mkdir dir="${target.web}/api"/>
<javadoc
More information about the jsword-svn
mailing list