You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/02/22 23:11:14 UTC

svn commit: r746833 - in /maven/doxia/doxia-sitetools/trunk/src/site: resources/ resources/images/ xdoc/

Author: vsiveton
Date: Sun Feb 22 22:11:13 2009
New Revision: 746833

URL: http://svn.apache.org/viewvc?rev=746833&view=rev
Log:
o moved png to an images dir

Added:
    maven/doxia/doxia-sitetools/trunk/src/site/resources/images/
    maven/doxia/doxia-sitetools/trunk/src/site/resources/images/doxia-sitetools-deps.odg
      - copied unchanged from r746819, maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg
    maven/doxia/doxia-sitetools/trunk/src/site/resources/images/doxia-sitetools-deps.png
      - copied unchanged from r746819, maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png
Removed:
    maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg
    maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png
Modified:
    maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml

Modified: maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml?rev=746833&r1=746832&r2=746833&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml Sun Feb 22 22:11:13 2009
@@ -16,7 +16,7 @@
       <p>
         <!-- workaround for DOXIA-227: usemap attribute is stripped (fixed in Doxia 1.1, was 1.0-beta-1) -->
         <script type="text/javascript">
-          tag='<img src="doxia-sitetools-deps.png" width="482" height="217" border="0" usemap="#Doxia_sitetools_dependencies" />';
+          tag='<img src="images/doxia-sitetools-deps.png" width="482" height="217" border="0" usemap="#Doxia_sitetools_dependencies" />';
           tag=tag.substring(0,tag.length-2)+' usemap=\'#Doxia_sitetools_dependencies\''+tag.substring(tag.length-2);
           document.write(tag);
         </script>