glenn 01/07/17 17:50:24
Modified: . build.xml
Log:
Add jsptl back into global build
Revision Changes Path
1.38 +2 -2 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- build.xml 2001/07/17 14:05:13 1.37
+++ build.xml 2001/07/18 00:50:24 1.38
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.37 2001/07/17 14:05:13 glenn Exp $ -->
+<!-- $Id: build.xml,v 1.38 2001/07/18 00:50:24 glenn Exp $ -->
<project name="jakarta-taglibs" default="dist" basedir=".">
<!-- ****************** Project Standard Properties ******************* -->
@@ -161,7 +161,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"/>
+ <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"/>
<!-- *********************** Clean Command ****************************** -->