You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/04 02:04:24 UTC

svn commit: r267520 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/site.jsl xdocs/changes.xml

Author: aheritier
Date: Sat Sep  3 17:04:19 2005
New Revision: 267520

URL: http://svn.apache.org/viewcvs?rev=267520&view=rev
Log:
breadcrumbs : add a link to the site on the project name.

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl?rev=267520&r1=267519&r2=267520&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl Sat Sep  3 17:04:19 2005
@@ -258,7 +258,7 @@
             </j:if>
             <j:if test="${!empty( breadcrumbsUsed )}">
               <jsl:applyTemplates select="$nav/body/breadcrumbs" />
-              ${pom.name}&#160;<span class="separator">&gt;</span>&#160;${_docTitle}
+              <a href="${home}">${pom.name}</a>&#160;<span class="separator">&gt;</span>&#160;${_docTitle}
             </j:if>             
           </div>
 

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=267520&r1=267519&r2=267520&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sat Sep  3 17:04:19 2005
@@ -39,6 +39,7 @@
       <action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>
       <action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
       <action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
+      <action dev="aheritier" type="update">breadcrumbs : add a link to the site on the project name.</action>
     </release>
     <release version="1.9.1" date="2005-06-16">
       <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>



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