Changeset 835
- Timestamp:
- 09/06/06 09:09:28 (2 years ago)
- Files:
-
- trunk/build-docs.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build-docs.xml
r827 r835 111 111 <link href="http://java.sun.com/j2se/1.4.2/docs/api/" /> 112 112 <classpath refid="path.test" /> 113 <tag name="todo" description="To do:"/> 113 114 </javadoc> 114 115 … … 389 390 <element name="filesets" optional="false" /> 390 391 <sequential> 391 <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" verbose="true">392 <arg line="-quiet -@{encoding} -wrap 100 " />392 <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 393 <arg line="-quiet -@{encoding} -wrap 100 -errors" /> 393 394 <arg value="-o" /> 394 395 <targetfile /> … … 405 406 <element name="filesets" optional="false" /> 406 407 <sequential> 407 <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" verbose="true">408 <arg line="-xml -quiet -utf8 -wrap 100 -indent " />408 <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 409 <arg line="-xml -quiet -utf8 -wrap 100 -indent -errors" /> 409 410 <arg value="-o" /> 410 411 <targetfile />
