glenn 01/07/15 10:49:11
Modified: . build.xml
Log:
Add benchmark taglib
Revision Changes Path
1.36 +6 -2 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 2001/07/13 12:42:05 1.35
+++ build.xml 2001/07/15 17:49:11 1.36
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.35 2001/07/13 12:42:05 glenn Exp $ -->
+<!-- $Id: build.xml,v 1.36 2001/07/15 17:49:11 glenn Exp $ -->
<project name="jakarta-taglibs" default="dist" basedir=".">
<!-- ****************** Project Standard Properties ******************* -->
@@ -159,13 +159,17 @@
<ant dir="./jsptl" target="dist"/>
</target>
+ <target name="benchmark">
+ <ant dir="./benchmark" target="dist"/>
+ </target>
+
<target name="ultradev4">
<ant dir="./tools/UltraDev/4.0/ctlx" target="dist"/>
</target>
<!-- *********************** Overall Build Command ********************** -->
- <target name="dist"
depends="prepare,dist.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random"/>
+ <target name="dist"
depends="prepare,dist.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark"/>
<!-- *********************** Clean Command ****************************** -->