dwinterfeldt 02/03/17 17:45:58
Modified: . build.xml
Log:
Added Jakarta Regexp jar to the classpath and xml files are now copied from
conf/share to the dist/lib.
Revision Changes Path
1.66 +3 -0 jakarta-struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- build.xml 17 Mar 2002 06:02:12 -0000 1.65
+++ build.xml 18 Mar 2002 01:45:58 -0000 1.66
@@ -191,6 +191,7 @@
<pathelement location="${commons-pool.jar}"/>
<pathelement location="${commons-services.jar}"/>
<pathelement location="${commons-validator.jar}"/>
+ <pathelement location="${regexp.jar}"/>
<pathelement location="${jdbc20ext.jar}"/>
<pathelement location="${servlet.jar}"/>
<pathelement location="${xerces.jar}"/>
@@ -303,6 +304,7 @@
<copy todir="${build.home}/library">
<fileset dir="${conf.share.dir}" includes="*.dtd"/>
<fileset dir="${conf.share.dir}" includes="*.tld"/>
+ <fileset dir="${conf.share.dir}" includes="*.xml"/>
</copy>
<style basedir="${doc.dir}/userGuide"
destdir="${build.home}/library"
@@ -364,6 +366,7 @@
<fileset dir="${build.home}/library" includes="*.dtd"/>
<fileset dir="${build.home}/library" includes="*.jar"/>
<fileset dir="${build.home}/library" includes="*.tld"/>
+ <fileset dir="${build.home}/library" includes="*.xml"/>
</copy>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>