Author: steveh
Date: Mon Nov  1 14:37:03 2004
New Revision: 56292

Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
A fix for Beehive bug #50 (http://nagoya.apache.org/jira/browse/BEEHIVE-50).
The tomcat-common, tomcat-webapp, and tomcat-server classes have been commented 
out.
This checkin fixes the main line, revision 56289 fixed the alpha line.

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:37:03 2004
@@ -82,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