nbubna      2004/07/21 14:58:42

  Modified:    .        build.xml
  Log:
  we now have a compile-time dependency on beanutils
  
  Revision  Changes    Path
  1.41      +2 -1      jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml 12 Mar 2004 20:39:07 -0000      1.40
  +++ build.xml 21 Jul 2004 21:58:42 -0000      1.41
  @@ -62,6 +62,7 @@
   
     <!-- Construct explicit classpath of libs needed to compile this project -->
     <path id="compile.classpath">
  +    <pathelement location="${commons-beanutils.jar}"/>
       <pathelement location="${commons-collections.jar}"/>
       <pathelement location="${commons-digester.jar}"/>
       <pathelement location="${commons-logging.jar}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to