You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2004/01/30 01:58:01 UTC

cvs commit: jakarta-velocity-tools build.xml

nbubna      2004/01/29 16:58:01

  Modified:    .        build.xml
  Log:
  velstruts example need ssl and validator libs
  
  Revision  Changes    Path
  1.35      +3 -1      jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	6 Dec 2003 06:11:09 -0000	1.34
  +++ build.xml	30 Jan 2004 00:58:01 -0000	1.35
  @@ -314,7 +314,9 @@
       <copy todir="${velstruts.lib}" file="${commons-beanutils.jar}"/>
       <copy todir="${velstruts.lib}" file="${commons-collections.jar}"/>
       <copy todir="${velstruts.lib}" file="${commons-digester.jar}"/>
  +    <copy todir="${velstruts.lib}" file="${commons-validator.jar}"/>
       <copy todir="${velstruts.lib}" file="${servlet.jar}"/>
  +    <copy todir="${velstruts.lib}" file="${sslext.jar}"/>
       <copy todir="${velstruts.lib}" file="${struts.jar}"/>
       <copy todir="${velstruts.lib}" file="${velocity.jar}"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org