Bug Tracker

Show
Ignore:
Timestamp:
12/21/07 10:19:38 (1 year ago)
Author:
joern.zaefferer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/api-browser/build.xml

    r4282 r4297  
    4141 
    4242    <target name="transform" description="Transform XML via XSL to HTML"> 
    43         <delete dir="output" /> 
    44         <mkdir dir="output" /> 
    45         <xslt includes="*.xml" excludes="build.xml" destdir="output" style="style.xsl" /> 
     43        <delete file="*.html" /> 
     44        <xslt includes="*.xml" excludes="build.xml" destdir="." style="style.xsl" /> 
    4645    </target> 
    4746