You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2005/10/24 20:41:23 UTC

svn commit: r328126 - /jakarta/oro/trunk/build.xml

Author: dfs
Date: Mon Oct 24 11:41:21 2005
New Revision: 328126

URL: http://svn.apache.org/viewcvs?rev=328126&view=rev
Log:
Postprocessed javadocs to fix logo img src in some files (e.g., API Help).

Modified:
    jakarta/oro/trunk/build.xml

Modified: jakarta/oro/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/oro/trunk/build.xml?rev=328126&r1=328125&r2=328126&view=diff
==============================================================================
--- jakarta/oro/trunk/build.xml (original)
+++ jakarta/oro/trunk/build.xml Mon Oct 24 11:41:21 2005
@@ -247,6 +247,10 @@
                   token="{@docroot}" value="."/>
          <replace dir="${javadoc.destdir}" includes="**/*.html"
                   token="@version@" value="${version}"/>
+         <!-- Kluge to fix bad image src. -->
+         <replace dir="${javadoc.destdir}" token="src='/.." value="src='..">
+            <include name="**/*.html"/>
+         </replace>
     </target>
 
     <!-- docs target.  Creates project web pages and documentation. -->



---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org