You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2004/10/22 02:34:47 UTC

svn commit: rev 55289 - incubator/beehive/trunk/netui/ant

Author: ekoneil
Date: Thu Oct 21 17:34:47 2004
New Revision: 55289

Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
Fixup of the Tomcat path here.  This now uses the tomcat.home Ant variable.

BB: self
DRT: Beehive pass
     NetUI docs generate correctly 



Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml	(original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml	Thu Oct 21 17:34:47 2004
@@ -14,7 +14,7 @@
 		<fileset dir="${xdoclet.dir}" includes="*.jar"/>
 		<fileset dir="${build.lib.dir}" includes="*.jar"/>
 		<fileset dir="${log4j.dir}/dist/lib" includes="*.jar"/>
-		<fileset dir="${beehive.installed.dir}/jakarta-tomcat-5.0.25/common/lib" includes="*.jar"/>
+		<fileset dir="${tomcat.dir}/common/lib" includes="*.jar"/>
 		<pathelement path="${xbean.jar}"/>
 		<pathelement path="${jsr173.jar}"/>
 		<pathelement path="${controls.jar}"/>