You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/25 18:15:47 UTC

svn commit: r1605466 - in /maven/jxr/trunk: maven-jxr-plugin/src/site/resources/download.cgi maven-jxr-plugin/src/site/site.xml maven-jxr-plugin/src/site/xdoc/ src/site/resources/ src/site/resources/download.cgi src/site/site.xml src/site/xdoc/

Author: hboutemy
Date: Wed Jun 25 16:15:47 2014
New Revision: 1605466

URL: http://svn.apache.org/r1605466
Log:
[MNGSITE-152] moved license and download links to release root

Added:
    maven/jxr/trunk/src/site/resources/
    maven/jxr/trunk/src/site/resources/download.cgi
      - copied, changed from r1605194, maven/jxr/trunk/maven-jxr-plugin/src/site/resources/download.cgi
    maven/jxr/trunk/src/site/xdoc/
      - copied from r1605194, maven/jxr/trunk/maven-jxr-plugin/src/site/xdoc/
Removed:
    maven/jxr/trunk/maven-jxr-plugin/src/site/resources/download.cgi
    maven/jxr/trunk/maven-jxr-plugin/src/site/xdoc/
Modified:
    maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml
    maven/jxr/trunk/src/site/site.xml

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=1605466&r1=1605465&r2=1605466&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 25 16:15:47 2014
@@ -31,7 +31,7 @@ under the License.
       <item name="FAQ" href="faq.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
-      <item name="Download" href="download.html"/>
+      <item name="Download" href="../download.html"/>
     </menu>
     <menu name="Examples">
       <item name="Aggregating JXR Reports for Multi-module Projects" href="/examples/aggregate.html"/>

Copied: maven/jxr/trunk/src/site/resources/download.cgi (from r1605194, maven/jxr/trunk/maven-jxr-plugin/src/site/resources/download.cgi)
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/resources/download.cgi?p2=maven/jxr/trunk/src/site/resources/download.cgi&p1=maven/jxr/trunk/maven-jxr-plugin/src/site/resources/download.cgi&r1=1605194&r2=1605466&rev=1605466&view=diff
==============================================================================
    (empty)

Modified: maven/jxr/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/site.xml?rev=1605466&r1=1605465&r2=1605466&view=diff
==============================================================================
--- maven/jxr/trunk/src/site/site.xml (original)
+++ maven/jxr/trunk/src/site/site.xml Wed Jun 25 16:15:47 2014
@@ -28,6 +28,9 @@ under the License.
       <item name="Introduction" href="index.html"/>
       <item name="Maven JXR Plugin" href="./maven-jxr-plugin/"/>
       <item name="FAQ" href="faq.html"/>
+      <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
+      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="Download" href="download.html"/>
     </menu>
 
     <menu name="Examples">