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/11/02 21:42:30 UTC

svn commit: rev 56414 - incubator/beehive/branches/v1/alpha/netui/ant

Author: ekoneil
Date: Tue Nov  2 12:42:28 2004
New Revision: 56414

Modified:
   incubator/beehive/branches/v1/alpha/netui/ant/javadoc.xml
Log:
Cleanup in javadoc.xml.

- remove references to non-existent properties files
- fixup paths to JARs which have constants defined elsewhere

BB: self
DRT: dist docs build successful



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	Tue Nov  2 12:42:28 2004
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
 <project name="Beehive/NetUI/DevBuild" default="usage" basedir=".">
+
 	<property environment="os"/>
+
 	<property file="${os.BEEHIVE_HOME}/beehive.properties"/>
-	<property file="bootstrap.properties"/>
-	<property file="common.properties"/>
-       <property file="netui.properties"/>
+        <property file="netui.properties"/>
+
 	<property name="docs.build.dir" value="${build.dir}/docs"/>
 	<property name="docs.temp" value="${docs.build.dir}/temp"/>
 	<property name="xalan.jar" location="${docs.dir}/external/xalan.jar"/>
 	<property name="doclet.jar" location="${docs.dir}/tools/lib/jsptagrefdoclet_single.jar"/>
 	<path id="javadoc.classpath">
 		<fileset dir="${struts.dir}" includes="*.jar"/>
-		<fileset dir="${tomcat.lib.dir}/4x" includes="*.jar"/>
 		<fileset dir="${xdoclet.dir}" includes="*.jar"/>
 		<fileset dir="${build.lib.dir}" includes="*.jar"/>
+		<pathelement path="${commons-el.jar}"/>
 		<pathelement path="${xbean.jar}"/>
 		<pathelement path="${jsr173.jar}"/>
 		<pathelement path="${controls.jar}"/>
@@ -83,10 +84,6 @@
 			<packageset dir="${src.dir}/tags-databinding"/>
 			<packageset dir="${src.dir}/tags-html"/>
 			<packageset dir="${src.dir}/tags-template"/>
-			<!-- 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}/util"/>
 		</javadoc>
 	</target>