nbubna 2003/10/15 12:09:21
Modified: . build.xml
Log:
grab new lib jars when building distributions
Revision Changes Path
1.31 +4 -2 jakarta-velocity-tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 14 Oct 2003 23:03:21 -0000 1.30
+++ build.xml 15 Oct 2003 19:09:21 -0000 1.31
@@ -53,7 +53,7 @@
<pathelement location="${commons-logging.jar}"/>
<pathelement location="${commons-validator.jar}"/>
<pathelement location="${struts.jar}"/>
- <pathelement location="${sslext.jar}"/>
+ <pathelement location="${sslext.jar}"/>
<pathelement location="${servlet.jar}"/>
<pathelement location="${velocity.jar}"/>
@@ -396,7 +396,9 @@
<copy todir="${release.dir}/lib" file="${commons-collections.jar}"/>
<copy todir="${release.dir}/lib" file="${commons-digester.jar}"/>
<copy todir="${release.dir}/lib" file="${commons-logging.jar}"/>
+ <copy todir="${release.dir}/lib" file="${commons-validator.jar}"/>
<copy todir="${release.dir}/lib" file="${servlet.jar}"/>
+ <copy todir="${release.dir}/lib" file="${sslext.jar}"/>
<copy todir="${release.dir}/lib" file="${struts.jar}"/>
<copy todir="${release.dir}/lib" file="${velocity.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]