glenn 01/05/19 19:25:34
Modified: . build.xml
Log:
Update for publishing to Jakarta-Taglibs
Revision Changes Path
1.27 +3 -3 jakarta-taglibs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 2001/05/10 19:29:42 1.26
+++ build.xml 2001/05/20 02:25:33 1.27
@@ -1,5 +1,5 @@
<!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
-<!-- $Id: build.xml,v 1.26 2001/05/10 19:29:42 jstrachan Exp $ -->
+<!-- $Id: build.xml,v 1.27 2001/05/20 02:25:33 glenn Exp $ -->
<project name="jakarta-taglibs" default="dist" basedir=".">
@@ -190,14 +190,14 @@
<ant dir="./log" target="dist"/>
</target>
- <target name="ctlx">
+ <target name="ultradev4">
<ant dir="./tools/UltraDev/4.0/ctlx" 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,scrape,mailer,i18n,io,xtags,log"/>
+ <target name="dist"
depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,jdbc,scrape,mailer,i18n,io,xtags,log,ultradev4"/>
<!-- *********************** Clean Command ****************************** -->