glenn 01/03/12 12:12:20
Modified: . build.xml
Log:
Release scrape taglib
Revision Changes Path
1.21 +6 -2 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 2001/03/12 16:57:37 1.20
+++ build.xml 2001/03/12 20:12:19 1.21
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.20 2001/03/12 16:57:37 morgand Exp $ -->
+<!-- $Id: build.xml,v 1.21 2001/03/12 20:12:19 glenn Exp $ -->
<project name="jakarta-taglibs" default="dist" basedir=".">
@@ -172,9 +172,13 @@
<ant dir="./jdbc" target="dist"/>
</target>
+ <target name="scrape">
+ <ant dir="./scrape" target="dist"/>
+ </target>
+
<!-- *********************** Overall Build Command ********************** -->
- <target name="dist"
depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,jdbc"/>
+ <target name="dist"
depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,jdbc,scrape"/>
<!-- *********************** Clean Command ****************************** -->