Changeset 4208 for trunk/tools/api-browser/build.xml
- Timestamp:
- 12/17/07 18:48:39 (1 year ago)
- Files:
-
- 1 modified
-
trunk/tools/api-browser/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/api-browser/build.xml
r4180 r4208 44 44 <delete file="validation.html" /> 45 45 <delete file="ui.html" /> 46 <xslt includes="index.xml,validation.xml,ui.xml" destdir="." style="style.xsl" /> 46 <delete file="plugins.html" /> 47 <xslt includes="index.xml,validation.xml,ui.xml,plugins.xml" destdir="." style="style.xsl" /> 47 48 </target> 48 49
