Author: steveh
Date: Mon Nov  1 14:24:52 2004
New Revision: 56289

Modified:
   incubator/beehive/branches/v1/alpha/netui/ant/javadoc.xml
Log:
A partial 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}

Modified: incubator/beehive/branches/v1/alpha/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/netui/ant/javadoc.xml   (original)
+++ incubator/beehive/branches/v1/alpha/netui/ant/javadoc.xml   Mon Nov  1 
14:24:52 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="================================================================================"/>
@@ -81,9 +82,10 @@
                        <packageset dir="${src.dir}/tags-databinding"/>
                        <packageset dir="${src.dir}/tags-html"/>
                        <packageset dir="${src.dir}/tags-template"/>
-                       <packageset dir="${src.dir}/tomcat-common/4x"/>
+                       <!-- These classes not included in the alpha release, 
because Tomcat/JPF integration is not completed yet.  These classes should be 
included when only when the integration work is complete. -->
+                       <!--<packageset dir="${src.dir}/tomcat-common/4x"/>
                        <packageset dir="${src.dir}/tomcat-server/4x"/>
-                       <packageset dir="${src.dir}/tomcat-webapp/4x"/>
+                       <packageset dir="${src.dir}/tomcat-webapp/4x"/>-->
                        <packageset dir="${src.dir}/util"/>
                </javadoc>
        </target>

Reply via email to