Author: lou
Date: 2008-02-17 03:33:11 -0800 (Sun, 17 Feb 2008)
New Revision: 8056
Modified:
openlaszlo/branches/pagan-deities/docs/src/build.xml
Log:
Change 20080217-lou-f by [EMAIL PROTECTED] on 2008-02-17 07:27:00 AST
in /Users/lou/src/svn/openlaszlo/branches/pagan-deities
for http://svn.openlaszlo.org/openlaszlo/branches/pagan-deities
Summary: reference: added "Documentation in progress: please use the 3.4
Reference Manual." to all reference pages
Bugs Fixed: LPP-5436
Technical Reviewer: (dda)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: restore version of build.xml that inserted this caveat. Thanks Don.
Tests: visual verify
Modified: openlaszlo/branches/pagan-deities/docs/src/build.xml
===================================================================
--- openlaszlo/branches/pagan-deities/docs/src/build.xml 2008-02-17
11:32:22 UTC (rev 8055)
+++ openlaszlo/branches/pagan-deities/docs/src/build.xml 2008-02-17
11:33:11 UTC (rev 8056)
@@ -25,6 +25,8 @@
&build_opt;
+ <property environment="env"/>
+
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask"/>
@@ -810,6 +812,14 @@
</target>
+ <target name="reference.html.disclaimer" depends="init"
+ description="insert a disclaimer into each page of the reference">
+ <exec executable="bash" failonerror="true">
+ <arg value="${env.LZ_TOOLS_ROOT}/injector/injector.sh" />
+ <arg value="${reference.output.dir}" />
+ </exec>
+ </target>
+
<!-- TESTING TARGETS (SUBSETS OF REFERENCE GUIDE) -->
<target name="components.ref.generate" depends="init">
@@ -1426,7 +1436,7 @@
<!-- don't build the contributor's guide, because I don't want to and it
takes too long [bshine 10.17.2007] -->
<target name="build" description="Make the documentation"
- depends="users,reference.frameset.generate"
+
depends="users,reference.frameset.generate,reference.html.disclaimer"
unless="skip.doc"/>
<target name="clean" description="clean up generated files"
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins