Author: steveh
Date: Mon Nov  1 14:28:15 2004
New Revision: 56290

Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
A complete fix for:
BEEHIVE bug #49: Bootstrap no longer installed log4j.
The netui/ant/javadoc.xml file no refers to the following resources: 
${log4j.jar}
${jsp20.jar}
${servlet24.jar}

Bug #49 has now been fixed in both the alpha and the main branch.

Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml       (original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml       Mon Nov  1 14:28:15 2004
@@ -13,14 +13,15 @@
                <fileset dir="${tomcat.lib.dir}/4x" includes="*.jar"/>
                <fileset dir="${xdoclet.dir}" includes="*.jar"/>
                <fileset dir="${build.lib.dir}" includes="*.jar"/>
-               <fileset dir="${log4j.dir}/dist/lib" includes="*.jar"/>
-               <fileset dir="${tomcat.dir}/common/lib" includes="*.jar"/>
                <pathelement path="${xbean.jar}"/>
                <pathelement path="${jsr173.jar}"/>
                <pathelement path="${controls.jar}"/>
                <pathelement path="${jsf-api.jar}"/>
                <pathelement path="${tools.jar}"/>
                <pathelement path="${ant.jar}"/>
+               <pathelement path="${log4j.jar}"/>
+               <pathelement path="${jsp20.jar}"/>
+               <pathelement path="${servlet24.jar}"/>
        </path>
        <target name="usage">
                <echo 
message="================================================================================"/>

Reply via email to