craigmcc 01/05/20 13:43:38
Modified: . build.xml
Log:
Update build script to avoid trying to copy struts.tld (which no longer
exists in the HEAD branch). Fixes GUMP build failure.
Revision Changes Path
1.53 +0 -2 jakarta-struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- build.xml 2001/05/06 12:07:31 1.52
+++ build.xml 2001/05/20 20:43:38 1.53
@@ -145,8 +145,6 @@
-->
<target name="prepare.library" depends="init">
<mkdir dir="${build.home}/library/classes/META-INF/tlds"/>
- <copy file="${conf.share.dir}/struts.tld"
- tofile="${build.home}/library/classes/META-INF/taglib.tld"/>
<mkdir dir="${build.home}/library/classes/org/apache/struts/resources"/>
<copy todir="${build.home}/library/classes/org/apache/struts/resources">
<fileset dir="${conf.share.dir}" includes="**/*.dtd"/>
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml rleland
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml craigmcc
- cvs commit: jakarta-struts build.xml martinc
- cvs commit: jakarta-struts build.xml martinc
- cvs commit: jakarta-struts build.xml martinc
- cvs commit: jakarta-struts build.xml martinc
- cvs commit: jakarta-struts build.xml martinc
- cvs commit: jakarta-struts build.xml dwinterfeldt
- cvs commit: jakarta-struts build.xml jholmes
