Author: henning
Date: Tue Nov  1 04:50:46 2005
New Revision: 330050

URL: http://svn.apache.org/viewcvs?rev=330050&view=rev
Log:
use "xslt" everywhere. According to ant docs, style and xslt are the same thing.


Modified:
    jakarta/site/build.xml

Modified: jakarta/site/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/site/build.xml?rev=330050&r1=330049&r2=330050&view=diff
==============================================================================
--- jakarta/site/build.xml (original)
+++ jakarta/site/build.xml Tue Nov  1 04:50:46 2005
@@ -46,15 +46,15 @@
        
        <sequential>
                <!-- empty.xml is only in the root directory, but doesn't hurt 
-->
-           <style   basedir="@{from}"
-                    destdir="@{to}"
-                  extension=".html"
-                   style="xdocs/stylesheets/site.xsl"
-                   excludes="empty.xml"
-                   includes="*.xml"
-                   force="true">
+           <xslt basedir="@{from}"
+                 destdir="@{to}"
+                 extension=".html"
+                 style="xdocs/stylesheets/site.xsl"
+                 excludes="empty.xml"
+                 includes="*.xml"
+                 force="true">
              <param name="relative-path" expression="@{relative-path}"/>
-           </style>
+           </xslt>
        </sequential>
   </macrodef>  
        



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to