[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-site-cvs
Subject:    svn commit: r330050 - /jakarta/site/build.xml
From:       henning () apache ! org
Date:       2005-11-01 12:50:55
Message-ID: 20051101125056.50090.qmail () minotaur ! apache ! org
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic