Author: dennisl Date: Wed Jun 2 17:15:37 2010 New Revision: 950664 URL: http://svn.apache.org/viewvc?rev=950664&view=rev Log: Add breadcrumbs and fix version and name.
Modified: maven/jxr/trunk/jxr-site/pom.xml maven/jxr/trunk/jxr-site/src/site/site.xml maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml Modified: maven/jxr/trunk/jxr-site/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/pom.xml?rev=950664&r1=950663&r2=950664&view=diff ============================================================================== --- maven/jxr/trunk/jxr-site/pom.xml (original) +++ maven/jxr/trunk/jxr-site/pom.xml Wed Jun 2 17:15:37 2010 @@ -33,10 +33,11 @@ <groupId>org.apache.maven.jxr</groupId> <artifactId>jxr-site</artifactId> + <version>2.2</version> <packaging>pom</packaging> - <name>JXR Site</name> - <description>Site of Maven JXR (formely Java Cross Reference)</description> + <name>Maven JXR</name> + <description>Site of Maven JXR (formally Java Cross Reference)</description> <url>http://maven.apache.org/jxr</url> <mailingLists> Modified: maven/jxr/trunk/jxr-site/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/site.xml?rev=950664&r1=950663&r2=950664&view=diff ============================================================================== --- maven/jxr/trunk/jxr-site/src/site/site.xml (original) +++ maven/jxr/trunk/jxr-site/src/site/site.xml Wed Jun 2 17:15:37 2010 @@ -23,6 +23,11 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> + <breadcrumbs> + <!-- TODO: This breadcrumb should be removed when it has been solved in the parent --> + <item name="Maven" href="http://maven.apache.org/index.html" /> + </breadcrumbs> + <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="FAQ" href="faq.html"/> Modified: maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml?rev=950664&r1=950663&r2=950664&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml (original) +++ maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml Wed Jun 2 17:15:37 2010 @@ -23,6 +23,12 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> + <breadcrumbs> + <!-- TODO: This breadcrumb should be removed when it has been solved in the parent --> + <item name="Maven" href="http://maven.apache.org/index.html" /> + <item name="Plugins" href="http://maven.apache.org/plugins/index.html" /> + </breadcrumbs> + <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/>