Author: steveh
Date: Thu Oct 21 15:09:53 2004
New Revision: 55274

Added:
   incubator/beehive/trunk/netui/docs/external/xalan.jar   (contents, props 
changed)
   incubator/beehive/trunk/netui/docs/tools/lib/jsptagrefdoclet_single.jar   
(contents, props changed)
Removed:
   incubator/beehive/trunk/netui/docs/lib/
Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
Restoring the old locations of the doclet JAR files.
The confusion of my last 3 checkins was caused by a misplaced <fixcrlf> in 
javadoc.xml.

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 15:09:53 2004
@@ -6,12 +6,8 @@
        <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.jar" location="${docs.dir}/lib/xalan.jar"/>
-       <property name="doclet.jar" 
location="${docs.dir}/lib/jsptagrefdoclet_single.jar"/>
-       <!--<property name="xalan.jar" location="C:\test\jars\xalan.jar"/>
-       <property name="doclet.jar" 
location="C:\test\jars\jsptagrefdoclet_single.jar"/>-->
-       <!--<property name="xalan241.jar" 
location="${docs.dir}/external/xalan.jar"/>
-       <property name="doclet.jar" 
location="${docs.dir}/tools/lib/jsptagrefdoclet.jar"/>-->
+       <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"/>

Added: incubator/beehive/trunk/netui/docs/external/xalan.jar
==============================================================================
Binary file. No diff available.

Added: incubator/beehive/trunk/netui/docs/tools/lib/jsptagrefdoclet_single.jar
==============================================================================
Binary file. No diff available.

Reply via email to