You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by he...@apache.org on 2005/11/01 13:50:55 UTC

svn commit: r330050 - /jakarta/site/build.xml

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: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org