You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/06/03 23:00:45 UTC

svn commit: r781544 - /incubator/pivot/trunk/build.xml

Author: tvolkert
Date: Wed Jun  3 21:00:45 2009
New Revision: 781544

URL: http://svn.apache.org/viewvc?rev=781544&view=rev
Log:
Added 'classpath.javalib' to Javadoc classpath

Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=781544&r1=781543&r2=781544&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Wed Jun  3 21:00:45 2009
@@ -106,6 +106,7 @@
                 <fileset dir="charts/lib" includes="**/*.jar"/>
                 <fileset dir="wtk/lib" includes="**/*.jar"/>
                 <fileset dir="web/lib" includes="**/*.jar"/>
+                <path refid="classpath.javalib"/>
             </classpath>
 
             <packageset dir="charts/src" includes="**/*"/>