Author: rdonkin
Date: Wed Sep 19 13:04:43 2007
New Revision: 577430

URL: http://svn.apache.org/viewvc?rev=577430&view=rev
Log:
Style is now deprecated

Modified:
    james/jsieve/trunk/build.xml

Modified: james/jsieve/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=577430&r1=577429&r2=577430&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Wed Sep 19 13:04:43 2007
@@ -246,11 +246,11 @@
     ===================================================================
     -->
     <target name="xdocs" depends="prepare">
-      <style style="${docs.src}/stylesheets/site.xsl"
+      <xslt style="${docs.src}/stylesheets/site.xsl"
                 basedir="${docs.src}/"
                 destdir="${build.docs}/" 
                 includes="**/*.xml" >
-      </style>
+      </xslt>
       <copy todir="${build.docs}" filtering="no">
         <fileset dir="${docs.src}">
           <include name="**/*.css"/>



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

Reply via email to