Author: steveh
Date: Thu Oct 21 11:02:51 2004
New Revision: 55245
Modified:
incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
Pointing the taglib build to the re-named xalan and doclet jars.
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 11:02:51 2004
@@ -6,7 +6,7 @@
<property file="common.properties"/>
<property name="docs.build.dir" value="${build.dir}/docs"/>
<property name="docs.temp" value="${docs.build.dir}/temp"/>
- <property name="xalan-241.jar"
location="${docs.dir}/external/xalan-241.jar"/>
+ <property name="xalan241.jar"
location="${docs.dir}/external/xalan241.jar"/>
<path id="javadoc.classpath">
<fileset dir="${struts.dir}" includes="*.jar"/>
<fileset dir="${tomcat.lib.dir}/4x" includes="*.jar"/>
@@ -95,7 +95,7 @@
<mkdir dir="${docs.temp}/html/tagref"/>
<antcall target="copy-tld-files"/>
<javadoc classpathref="javadoc.classpath"
destdir="${docs.temp}/xml/tagref">
- <doclet
name="org.apache.beehive.netui.tools.doclet.jsptagref.JspTagDoc"
path="${docs.dir}/tools/lib/jsptagrefdoclet.jar;${xbean.jar};${jsr173.jar};${docs.dir}/external/xalan-241.jar">
+ <doclet
name="org.apache.beehive.netui.tools.doclet.jsptagref.JspTagDoc"
path="${docs.dir}/tools/lib/jsptagrefdoclet_single.jar;${xbean.jar};${jsr173.jar};${xalan241.jar}">
<param name="-source" value="1.5"/>
<param name="-tlddir" value="${docs.temp}/tld"/>
<param name="-xmldir"
value="${docs.temp}/xml/tagref"/>