Author: rdonkin
Date: Mon Jun 16 13:13:38 2008
New Revision: 668285

URL: http://svn.apache.org/viewvc?rev=668285&view=rev
Log:
<style> is deprecated

Modified:
    james/mailet/api/trunk/build.xml

Modified: james/mailet/api/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=668285&r1=668284&r2=668285&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Mon Jun 16 13:13:38 2008
@@ -169,11 +169,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"/>


Reply via email to