You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/04/12 19:46:05 UTC

svn commit: r647479 - /tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml

Author: rjung
Date: Sat Apr 12 10:46:04 2008
New Revision: 647479

URL: http://svn.apache.org/viewvc?rev=647479&view=rev
Log:
Use ant task xslt instead of style for docs.
Get rid of ant warnings.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml?rev=647479&r1=647478&r2=647479&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml Sat Apr 12 10:46:04 2008
@@ -69,7 +69,7 @@
         <include name="BUILDING.txt"/>
       </fileset>
     </copy>
-    <style basedir="."
+    <xslt basedir="."
            destdir="${docs.build}/${docs.dir}/printer"
          extension=".html"
              style="tomcat-oacc-docs.xsl"
@@ -77,7 +77,7 @@
           includes="*.xml">
       <param name="relative-path" expression="./.."/>
       <param name="project-menu" expression="nomenu"/>
-    </style>
+    </xslt>
 
   </target>
 
@@ -86,14 +86,14 @@
   <target name="build-main" depends="build-static">
 
     <!-- Top Level Directory -->
-    <style basedir="."
+    <xslt basedir="."
            destdir="${docs.build}/${docs.dir}"
          extension=".html"
              style="tomcat-oacc-docs.xsl"
           excludes="build.xml project.xml"
           includes="*.xml">
       <param name="relative-path" expression="."/>
-    </style>
+    </xslt>
 
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org