svn commit: r14045 - branches/work_docbook5_zearin/branch1/documentation/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: zearin
Date: 2008-01-14 17:06:32-0800
New Revision: 14045
Modified:
branches/work_docbook5_zearin/branch1/documentation/build.xml
Log:
commented imglist.txt command
Modified: branches/work_docbook5_zearin/branch1/documentation/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/branches/work_docbook5_zearin/branch1/documentation/build.xml?view=diff&rev=14045&p1=branches/work_docbook5_zearin/branch1/documentation/build.xml&p2=branches/work_docbook5_zearin/branch1/documentation/build.xml&r1=14044&r2=14045
==============================================================================
--- branches/work_docbook5_zearin/branch1/documentation/build.xml (original)
+++ branches/work_docbook5_zearin/branch1/documentation/build.xml 2008-01-14 17:06:32-0800
@@ -383,11 +383,11 @@
tree would be copied in to the source directory! Quick fix is to
always have at least one file, "tip.png". -->
- <copy todir="${documentation.dir}/${doc.subdir}">
+ <!--<copy todir="${documentation.dir}/${doc.subdir}">
<fileset dir="${documentation.dir}"
includes="images/tip.png"
includesfile="${documentation.dir}/${doc.subdir}/imglist.txt"/>
- </copy>
+ </copy>-->
<!-- Now invoke each of the targets. They will only do anything if their
trigger (generate-XXX) has been set true earlier. -->