You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/10/23 23:07:44 UTC

cvs commit: jakarta-commons/lang build.xml

scolebourne    2003/10/23 14:07:44

  Modified:    lang     build.xml
  Log:
  Enable change of javadoc location by property
  
  Revision  Changes    Path
  1.24      +4 -3      jakarta-commons/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	20 Sep 2003 10:18:56 -0000	1.23
  +++ build.xml	23 Oct 2003 21:07:44 -0000	1.24
  @@ -8,7 +8,8 @@
       <property file="${user.home}/build.properties"/>
       <property file="${basedir}/build.properties"/>
       <property file="${basedir}/default.properties"/>
  -    <!-- ========== Construct compile classpath =============================== -->
  +    <property name="jdk.javadoc" value="http://java.sun.com/products/jdk/1.2/docs/api/"/>
  +         <!-- ========== Construct compile classpath =============================== -->
       <path id="compile.classpath">
           <pathelement location="${build.home}/classes"/>
       </path>
  @@ -82,7 +83,7 @@
   	        	 windowtitle="${component.title} (Version ${component.version})"
   	        	 bottom="Copyright &amp;copy; 2001-2003 - Apache Software Foundation"
   	        	 use="true"
  -	        	 link="http://java.sun.com/products/jdk/1.2/docs/api/">
  +	        	 link="${jdk.javadoc}">
               <classpath refid="compile.classpath"/>
           </javadoc>
       </target>
  
  
  

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