Author: steveh
Date: Wed Jan 19 10:40:18 2005
New Revision: 125640

URL: http://svn.apache.org/viewcvs?view=rev&rev=125640
Log:
A temporary fix for BEEHIVE-181.  A permanent fix to the taglib doclet is 
forthcoming.

BB: self
DRT: docs, drt
Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml

Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/ant/javadoc.xml?view=diff&rev=125640&p1=incubator/beehive/trunk/netui/ant/javadoc.xml&r1=125639&p2=incubator/beehive/trunk/netui/ant/javadoc.xml&r2=125640
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml       (original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml       Wed Jan 19 10:40:18 2005
@@ -149,6 +149,10 @@
                <copy todir="${docs.temp}/tld" overwrite="true">
                        <fileset dir="${build.lib.dir}" includes="**/*.tld"/>
                </copy>
+               <!-- The following line is a temporary fix for BEEHIVE-181: a 
permanent fix to the taglib doclet is forthcoming -->
+               <replace dir="${docs.temp}/tld" 
+                       token="http://java.sun.com/xml/ns/j2ee"; 
+                       
value="http://apache.org/beehive/netui/tools/doclet/schema"/> 
        </target>
        
        <target name="make-doclet-jar" description="Utiltiy function that 
re-JARs jsptagrefdoclet.jar.  Use this target if you make changes to the XSLT 
files, or other files, imbedded in jsptagrefdoclet.jar">

Reply via email to