husted 2002/10/29 03:10:15
Modified: . build.xml
Log:
+ Setup FAQ and Howto section.
Revision Changes Path
1.83 +9 -4 jakarta-struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- build.xml 13 Oct 2002 00:49:32 -0000 1.82
+++ build.xml 29 Oct 2002 11:10:15 -0000 1.83
@@ -1,4 +1,4 @@
-<project name="Struts" default="compile.library" basedir=".">
+<project name="Struts" default="compile.website" basedir=".">
<!--
Struts main build.xml file for building everything related to Struts.
@@ -759,6 +759,11 @@
<!-- Create the taglib documentation -->
<style basedir="${doc.dir}" destdir="${build.home}/documentation"
extension=".html" style="stylesheets/struts.xsl" includes="*.xml"/>
+ <!-- Create the faqs -->
+ <style basedir="${doc.dir}/faqs"
+ destdir="${build.home}/documentation/faqs"
+ extension=".html" style="../stylesheets/faqs.xsl"
+ includes="*.xml"/>
<!-- Create the proposals -->
<style basedir="${doc.dir}/proposals"
destdir="${build.home}/documentation/proposals"
@@ -784,9 +789,9 @@
<include name="**/*.js"/>
</fileset>
</copy>
- <!-- Copy the basic user guide files -->
- <copy todir="${build.home}/documentation/userGuide">
- <fileset dir="${doc.dir}/userGuide">
+ <!-- Copy the faq files -->
+ <copy todir="${build.home}/documentation/faqs">
+ <fileset dir="${doc.dir}/faqs">
<include name="**/*.css"/>
<include name="**/*.gif"/>
<include name="**/*.html"/>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>