glenn 01/07/02 20:53:41
Modified: sql build.xml
Log:
No doc/web comment out copy
Revision Changes Path
1.9 +3 -2 jakarta-taglibs/sql/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/sql/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 2001/07/02 02:02:58 1.8
+++ build.xml 2001/07/03 03:53:38 1.9
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the "sql" Custom Tag Library -->
-<!-- $Id: build.xml,v 1.8 2001/07/02 02:02:58 glenn Exp $ -->
+<!-- $Id: build.xml,v 1.9 2001/07/03 03:53:38 glenn Exp $ -->
<project name="jspspec" default="main" basedir=".">
<!-- ******************** Adjustable Properties *********************** -->
@@ -129,12 +129,13 @@
style="${taglibs.xsl}">
<param name="prefix" expression="../../"/>
</style>
- <mkdir dir="${doc.src}/web"/>
+<!--
<copy todir="${build.doc}">
<fileset dir="${doc.src}/web">
<include name="**/*.html"/>
</fileset>
</copy>
+-->
</target>
<!-- Compile the examples application -->