You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/19 03:48:32 UTC

cvs commit: jakarta-velocity/build build.xml

jon         01/03/18 18:48:32

  Modified:    build    build.xml
  Log:
  http://jakarta.apache.org/site/dirlayout.html
  changed to "api" instead of "apidocs"
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/03/19 02:42:29	1.1
  +++ build.xml	2001/03/19 02:48:32	1.2
  @@ -16,7 +16,7 @@
     <property name="example.dir" value="../examples"/>
   
     <property name="src.java.dir" value="../src/java"/>
  -  <property name="javadoc.destdir" value="../docs/apidocs"/>
  +  <property name="javadoc.destdir" value="../docs/api"/>
     <property name="final.name" value="${project}-${version}"/>
     <property name="dist.root" value="../dist"/>
     <property name="dist.dir" value="${dist.root}/${final.name}"/>