You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/02/26 05:20:57 UTC

cvs commit: jakarta-commons-sandbox/messenger build.xml

jstrachan    02/02/25 20:20:57

  Modified:    messenger build.xml
  Log:
  Updated the javadoc links for j2ee sdk
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-commons-sandbox/messenger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/messenger/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	26 Feb 2002 04:12:52 -0000	1.24
  +++ build.xml	26 Feb 2002 04:20:57 -0000	1.25
  @@ -3,7 +3,7 @@
   
   <!--
           "messenger" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.24 2002/02/26 04:12:52 jstrachan Exp $
  +        $Id: build.xml,v 1.25 2002/02/26 04:20:57 jstrachan Exp $
   -->
   
   
  @@ -269,7 +269,7 @@
         <link     offline="true"  packagelistLoc="${jdk.api}"
                      href="http://java.sun.com/products/jdk/1.3/docs/api"/>
         <link     offline="true"  packagelistLoc="${j2ee.api}"
  -                   href="http://java.sun.com/products/j2ee/docs/api"/>
  +                   href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api"/>
         <link     offline="true"  packagelistLoc="${jaxp.api}"
                      href="http://java.sun.com/xml/jaxp-docs-1.1/docs/api"/>
       </javadoc>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>