You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2004/08/17 11:02:55 UTC

cvs commit: logging-log4j build.xml

psmith      2004/08/17 02:02:55

  Modified:    .        build.xml
  Log:
  applied change from patch in Bug 27817, this just points the JavaDoc api to the correct one.
  
  Not sure if it should now point to JDK1.4.2 or not, but this is better than it was before.
  
  Revision  Changes    Path
  1.107     +1 -1      logging-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- build.xml	17 Jun 2004 02:03:53 -0000	1.106
  +++ build.xml	17 Aug 2004 09:02:54 -0000	1.107
  @@ -720,7 +720,7 @@
              header="<b>Log4j ${version}</b>"
        bottom="Copyright 2000-2003 Apache Software Foundation.">
   
  -      <link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
  +      <link href="http://java.sun.com/products/j2se/1.3/docs/api/"/>
         <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
         <classpath refid="compile.classpath"/>
         <classpath path="${regexp.oro.jar}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org