You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2007/12/23 20:29:02 UTC

svn commit: r606598 - /tomcat/site/trunk/build.xml

Author: markt
Date: Sun Dec 23 11:29:02 2007
New Revision: 606598

URL: http://svn.apache.org/viewvc?rev=606598&view=rev
Log:
Update the build script now the FAQ is on the wiki.

Modified:
    tomcat/site/trunk/build.xml

Modified: tomcat/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=606598&r1=606597&r2=606598&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Sun Dec 23 11:29:02 2007
@@ -29,28 +29,6 @@
             <param name="relative-path" expression="."/>
         </style>
 
-        <!-- Transform the "faq" subdirectory -->
-        <mkdir  dir="${docs.dest}/faq" />
-        <echo message="Transforming the FAQ documents..." />
-        <style  basedir="${faq.src}"
-                destdir="${faq.dest}"
-                extension=".html"
-                style="${faq.src}/tomcat-faq.xsl"
-                excludes="project.xml,build.xml"
-                includes="*.xml">
-            <param name="relative-path" expression=".."/>
-        </style>
-        <mkdir  dir="${docs.dest}/faq/printer" />
-        <style  basedir="${faq.src}"
-                destdir="${faq.dest}/printer"
-                extension=".html"
-                style="${faq.src}/tomcat-faq.xsl"
-                excludes="project.xml,build.xml"
-                includes="*.xml">
-            <param name="relative-path" expression="../.."/>
-            <param name="project-menu" expression="nomenu"/>
-        </style>
-
         <!-- Copy static resource files -->
         <echo message="Copying static resource files..." />
         <copy todir="${docs.dest}/images" filtering="no">



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