You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/07/03 05:56:05 UTC

cvs commit: jakarta-taglibs/dbtags build.xml

glenn       01/07/02 20:56:05

  Modified:    dbtags   build.xml
  Log:
  Update for jdbc to dbtags move
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-taglibs/dbtags/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2001/07/01 20:08:23	1.6
  +++ build.xml	2001/07/03 03:56:02	1.7
  @@ -139,7 +139,7 @@
         </fileset>
       </copy>
   
  -    <javadoc packagenames="org.apache.taglibs.jdbc.*"
  +    <javadoc packagenames="org.apache.taglibs.dbtags.*"
   	     classpath="${servlet.jar}"
                sourcepath="src"
                destdir="${build.doc}/javadoc"