geirm       01/01/06 12:57:35

  Modified:    build    build-velocity.xml
  Log:
  Added classpath for javadoc target.
  
  Revision  Changes    Path
  1.25      +5 -2      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build-velocity.xml        2001/01/05 04:10:35     1.24
  +++ build-velocity.xml        2001/01/06 20:57:34     1.25
  @@ -260,8 +260,11 @@
         use="true"
         windowtitle="${Name} ${version} API"
         doctitle="${Name} ${version} API"
  -      bottom="Copyright © ${year} Apache Software Foundation. All Rights 
Reserved."
  -    />
  +      bottom="Copyright © ${year} Apache Software Foundation. All Rights 
Reserved.">
  +      
  +      <classpath refid="classpath"/> 
  +      
  +    </javadoc>
     
     </target>
       
  
  
  

Reply via email to