You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/07/28 10:25:15 UTC

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

Author: andreas
Date: Fri Jul 28 01:25:15 2006
New Revision: 426432

URL: http://svn.apache.org/viewvc?rev=426432&view=rev
Log:
Javadocs build: fixed source dir parameter

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

Modified: lenya/trunk/src/targets/docs-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/docs-build.xml?rev=426432&r1=426431&r2=426432&view=diff
==============================================================================
--- lenya/trunk/src/targets/docs-build.xml (original)
+++ lenya/trunk/src/targets/docs-build.xml Fri Jul 28 01:25:15 2006
@@ -56,8 +56,10 @@
              source="1.4">
       <!-- sources -->
       <sourcepath>
-         <pathelement path="${src.java.dir}"/>
+         <pathelement path="${src.java.api.dir}"/>
+         <!--
          <pathelement path="${build.java.src}"/>
+         -->
       </sourcepath>
 
       <!-- pass ant in the classpath to avoid class not found errors -->



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