jstrachan 01/07/24 10:49:30
Modified: . common.xml
Log:
Made the generation of example JSP HTML an optional step with an explicit new flag,
disable.examples.html since some taglibs have XML JSP which this step does not work
properly
Revision Changes Path
1.20 +1 -1 jakarta-taglibs/common.xml
Index: common.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/common.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- common.xml 2001/07/23 18:53:05 1.19
+++ common.xml 2001/07/24 17:49:30 1.20
@@ -161,7 +161,7 @@
</target>
<!-- Generates example html files from the escaped txt files -->
- <target name="examples.html" unless="gen-docs.present">
+ <target name="examples.html" unless="disable.examples.html">
<!-- now format the .txt files as an xml file -->
<replace dir="${build.examples}">
<include name="**/*.txt"/>