Author: dennisl
Date: Mon Jul 22 00:30:03 2013
New Revision: 1505555

URL: http://svn.apache.org/r1505555
Log:
Follow ASF branding rules.

Added:
    maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm   (contents, 
props changed)
      - copied, changed from r1505399, 
maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt
Removed:
    maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt
Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml
    maven/plugins/trunk/maven-pdf-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1505555&r1=1505554&r2=1505555&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Mon Jul 22 00:30:03 2013
@@ -33,7 +33,7 @@ under the License.
   <version>1.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven PDF Plugin</name>
+  <name>Apache Maven PDF Plugin</name>
   <description>Generates a PDF document from the project site.</description>
 
   <contributors>

Copied: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm (from 
r1505399, maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm?p2=maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm&p1=maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt&r1=1505399&r2=1505555&rev=1505555&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm Mon Jul 22 
00:30:03 2013
@@ -3,7 +3,7 @@
  ------
  Lukas Theussl
  ------
- 2009-08-16
+ 2013-07-22
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,7 +26,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Overview
+${project.name}
 
   This plug-in allows you to generate a PDF version of your
   project's documentation.

Propchange: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/site.xml?rev=1505555&r1=1505554&r2=1505555&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/site.xml Mon Jul 22 00:30:03 
2013
@@ -21,8 +21,7 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0";
   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";
-  name="Maven PDF plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 


Reply via email to