You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/05/17 10:28:52 UTC

svn commit: r170548 - /lenya/trunk/src/targets/docs-build.xml

Author: jwkaltz
Date: Tue May 17 01:28:51 2005
New Revision: 170548

URL: http://svn.apache.org/viewcvs?rev=170548&view=rev
Log:
[minor change] added pub sources to javadocs target

Modified:
    lenya/trunk/src/targets/docs-build.xml

Modified: lenya/trunk/src/targets/docs-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/docs-build.xml?rev=170548&r1=170547&r2=170548&view=diff
==============================================================================
--- lenya/trunk/src/targets/docs-build.xml (original)
+++ lenya/trunk/src/targets/docs-build.xml Tue May 17 01:28:51 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-2004 The Apache Software Foundation
+  Copyright 1999-2005 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -43,7 +43,6 @@
   <target name="javadocs" depends="prepare-src, javadocs_check, javadocs_done" unless="javadocs.notrequired" description="Generates the API documentation">
     <mkdir dir="${dist.bin.javadocs}"/>
     <javadoc packagenames="${packages}"
-             sourcepath="${src.java.dir}"
              destdir="${dist.bin.javadocs}"
              author="true"
              version="true"
@@ -55,6 +54,12 @@
              bottom="Copyright &#169; ${year} Apache Software Foundation. All Rights Reserved."
              stylesheetfile="${resource.dir}/javadoc.css"
              source="1.4">
+      <!-- sources -->
+      <sourcepath>
+         <pathelement path="${src.java.dir}"/>
+         <pathelement path="${build.src}"/>
+      </sourcepath>
+
       <!-- pass ant in the classpath to avoid class not found errors -->
       <classpath>
         <fileset dir="${lib.dir}">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org