You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2007/09/19 22:04:44 UTC

svn commit: r577430 - /james/jsieve/trunk/build.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org