glenn 01/10/20 07:53:50
Modified: . build.xml
Log:
Add String Taglib
Revision Changes Path
1.40 +2 -2 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 2001/10/16 01:58:54 1.39
+++ build.xml 2001/10/20 14:53:50 1.40
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.39 2001/10/16 01:58:54 bayard Exp $ -->
+<!-- $Id: build.xml,v 1.40 2001/10/20 14:53:50 glenn Exp $ -->
<project name="jakarta-taglibs" default="dist" basedir=".">
<!-- ****************** Project Standard Properties ******************* -->
@@ -165,7 +165,7 @@
<!-- *********************** Overall Build Command ********************** -->
- <target name="dist"
depends="prepare,dist.documentation,bsf,input,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,jsptl"/>
+ <target name="dist"
depends="prepare,dist.documentation,bsf,input,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,jsptl,string"/>
<!-- *********************** Clean Command ****************************** -->