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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to