Author: kkolinko
Date: Sun Aug 16 04:02:57 2009
New Revision: 804558
URL: http://svn.apache.org/viewvc?rev=804558&view=rev
Log:
Fix Ant warning
Modified:
tomcat/site/trunk/build.xml
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=804558&r1=804557&r2=804558&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Sun Aug 16 04:02:57 2009
@@ -20,14 +20,14 @@
<!-- Transform the top-level directory -->
<echo message="Transforming the site documents..." />
- <style basedir="${docs.src}"
+ <xslt basedir="${docs.src}"
destdir="${docs.dest}"
extension=".html"
style="${docs.src}/stylesheets/tomcat-site.xsl"
excludes="project.xml"
includes="*.xml">
<param name="relative-path" expression="."/>
- </style>
+ </xslt>
<!-- Copy static resource files -->
<echo message="Copying static resource files..." />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]