You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/01/22 15:16:23 UTC

cvs commit: jakarta-avalon-excalibur/extension default.properties build.xml

mcconnell    2003/01/22 06:16:23

  Modified:    extension default.properties build.xml
  Log:
  Move out the reference to avalon.javadoc.link to the props file.
  
  Revision  Changes    Path
  1.8       +1 -0      jakarta-avalon-excalibur/extension/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/default.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- default.properties	1 Aug 2002 22:28:46 -0000	1.7
  +++ default.properties	22 Jan 2003 14:16:22 -0000	1.8
  @@ -45,6 +45,7 @@
   xdocs.dir = ${src.dir}/xdocs
   
   jakarta-site.dir = ../../jakarta-site
  +avalon.javadoc.link = http://jakarta.apache.org/avalon/api/
   
   #  Set the properties for distribution directories
   dist.dir = dist
  
  
  
  1.52      +1 -1      jakarta-avalon-excalibur/extension/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml	10 Aug 2002 21:14:34 -0000	1.51
  +++ build.xml	22 Jan 2003 14:16:22 -0000	1.52
  @@ -149,7 +149,7 @@
                   <param name="-windowtitle" value="${Name} API"/>
                   <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api/"/>
                   <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
  -                <param name="-link" value="http://jakarta.apache.org/avalon/api/"/>
  +                <param name="-link" value="${avalon.javadoc.link}"/>
                   <param name="-bottom"
                       value="&quot;Copyright &#169; ${year} Apache Jakarta Project. All Rights Reserved.&quot;"/>
               </doclet>
  
  
  

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