glenn 01/07/13 05:42:13
Modified: . build.xml
Log:
Remove jsptl from global build for now, it breaks the nightly build
Revision Changes Path
1.35 +2 -2 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 2001/07/11 02:44:52 1.34
+++ build.xml 2001/07/13 12:42:05 1.35
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.34 2001/07/11 02:44:52 glenn Exp $ -->
+<!-- $Id: build.xml,v 1.35 2001/07/13 12:42:05 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,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,jsptl"/>
+ <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"/>
<!-- *********************** Clean Command ****************************** -->