martinc 2002/12/30 23:29:16
Modified: . build-webapps.xml
Log:
Since we have links to the news and FAQs in the documentation app, and on
the web site, it would be a really good idea to actually build these and
include them in the documentation app, and thus have them appear on the
web site.
Now please excuse me while I go rebuild the 1.1-b3 release to include all
the relevant content...
Revision Changes Path
1.18 +10 -0 jakarta-struts/build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build-webapps.xml 18 Aug 2002 02:08:42 -0000 1.17
+++ build-webapps.xml 31 Dec 2002 07:29:16 -0000 1.18
@@ -185,6 +185,16 @@
<style basedir="${doc.dir}" destdir="${build.home}/documentation"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"/>
+ <!-- Create the FAQs -->
+ <style basedir="${doc.dir}/faqs"
+ destdir="${build.home}/documentation/faqs"
+ extension=".html" style="${doc.dir}/stylesheets/faqs.xsl"
+ includes="*.xml"/>
+ <!-- Create the news -->
+ <style basedir="${doc.dir}/news"
+ destdir="${build.home}/documentation/news"
+ extension=".html" style="${doc.dir}/stylesheets/news.xsl"
+ includes="*.xml"/>
<!-- Create the proposals -->
<style basedir="${doc.dir}/proposals"
destdir="${build.home}/documentation/proposals"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>