You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2012/10/15 20:47:12 UTC

svn commit: r1398446 - in /creadur/rat/trunk: apache-rat-core/src/site/apt/ apache-rat-plugin/src/site/apt/ apache-rat-tasks/src/site/apt/examples/ apache-rat/src/site/apt/ src/site/apt/

Author: dennisl
Date: Mon Oct 15 18:47:11 2012
New Revision: 1398446

URL: http://svn.apache.org/viewvc?rev=1398446&view=rev
Log:
Rename site files so that the current project version can be injected into the pages.

Added:
    creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm   (contents, props changed)
      - copied, changed from r1398433, creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt
    creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm   (contents, props changed)
      - copied, changed from r1396149, creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm   (contents, props changed)
      - copied, changed from r1396149, creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt
    creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm   (contents, props changed)
      - copied, changed from r1398433, creadur/rat/trunk/apache-rat/src/site/apt/index.apt
    creadur/rat/trunk/src/site/apt/index.apt.vm   (contents, props changed)
      - copied, changed from r1398426, creadur/rat/trunk/src/site/apt/index.apt
Removed:
    creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt
    creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt
    creadur/rat/trunk/apache-rat/src/site/apt/index.apt
    creadur/rat/trunk/src/site/apt/index.apt

Copied: creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm (from r1398433, creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt)
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm?p2=creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm&p1=creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt&r1=1398433&r2=1398446&rev=1398446&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm Mon Oct 15 18:47:11 2012
@@ -28,12 +28,9 @@ Release Audit Tool (RAT)
  Run from the command line with:
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar --help
+java -jar apache-rat-${project.version}.jar --help
 +------------------------------------------+
 
- Where VERSION is replaced with the version number you are 
- working with.
- 
  This will output a help message detailing the command line
  options available to you.
 
@@ -46,7 +43,7 @@ java -jar apache-rat-VERSION.jar --help
  To add licence headers use a command such as:
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar --addLicence
+java -jar apache-rat-${project.version}.jar --addLicence
   --copyright "Copyright 2008 Foo" 
   /path/to/project
 +------------------------------------------+

Propchange: creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm (from r1396149, creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt)
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm?p2=creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm&p1=creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt&r1=1396149&r2=1398446&rev=1398446&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm Mon Oct 15 18:47:11 2012
@@ -38,6 +38,7 @@ Usage
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>${project.version}</version>
       </plugin>
       ...
     </plugins>
@@ -65,6 +66,7 @@ Usage
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>${project.version}</version>
       </plugin>
       ...
     </plugins>

Propchange: creadur/rat/trunk/apache-rat-plugin/src/site/apt/usage.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm (from r1396149, creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt)
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm?p2=creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm&p1=creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt&r1=1396149&r2=1398446&rev=1398446&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm Mon Oct 15 18:47:11 2012
@@ -35,9 +35,9 @@ Examples
 
   This corresponds to the command line
 
----
-java -jar apache-rat-VERSION.jar src
----
++------------------------------------------+
+java -jar apache-rat-${project.version}.jar src
++------------------------------------------+
 
   except that Ant's default excludes will be applied when looking for
   documents to check.
@@ -56,7 +56,7 @@ java -jar apache-rat-VERSION.jar src
   The equivalent of
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar --addLicence
+java -jar apache-rat-${project.version}.jar --addLicence
   --copyright "Copyright 2008 Foo" 
   /path/to/project
 +------------------------------------------+

Propchange: creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/basic.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm (from r1398433, creadur/rat/trunk/apache-rat/src/site/apt/index.apt)
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm?p2=creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm&p1=creadur/rat/trunk/apache-rat/src/site/apt/index.apt&r1=1398433&r2=1398446&rev=1398446&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm Mon Oct 15 18:47:11 2012
@@ -29,12 +29,9 @@ Release Audit Tool (RAT)
  Run from the command line with:
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar --help
+java -jar apache-rat-${project.version}.jar --help
 +------------------------------------------+
 
- Where VERSION is replaced with the version number you are 
- working with.
- 
  This will output a help message detailing the command line
  options available to you.
 
@@ -47,7 +44,7 @@ java -jar apache-rat-VERSION.jar --help
  To add licence headers use a command such as:
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar --addLicence
+java -jar apache-rat-${project.version}.jar --addLicence
   --copyright "Copyright 2008 Foo" --force
   /path/to/project
 +------------------------------------------+
@@ -65,7 +62,7 @@ java -jar apache-rat-VERSION.jar --addLi
   the -E option.
 
 +------------------------------------------+
-java -jar apache-rat-VERSION.jar
+java -jar apache-rat-${project.version}.jar
  -E /path/to/project/.rat-excludes
  -d /path/to/project
 +------------------------------------------+

Propchange: creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: creadur/rat/trunk/src/site/apt/index.apt.vm (from r1398426, creadur/rat/trunk/src/site/apt/index.apt)
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/apt/index.apt.vm?p2=creadur/rat/trunk/src/site/apt/index.apt.vm&p1=creadur/rat/trunk/src/site/apt/index.apt&r1=1398426&r2=1398446&rev=1398446&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/src/site/apt/index.apt.vm Mon Oct 15 18:47:11 2012
@@ -45,7 +45,7 @@ Apache Rat
  Quick start by
 
 +------------------------------------------+
-java -jar apache-rat-0.9.jar --help
+java -jar apache-rat-${project.version}.jar --help
 +------------------------------------------+
 
  Read more {{{./apache-rat/index.html}here}}.
@@ -58,7 +58,7 @@ java -jar apache-rat-0.9.jar --help
  
 ** Apache Maven
 
- Use the plugin for {{{http://maven.apache.org}Apache Maven 2}} or later.
+ Use the plugin for {{{http://maven.apache.org}Apache Maven ${mavenVersion}}} or later.
  
  Read more {{{./apache-rat-plugin/index.html} here}}.
  

Propchange: creadur/rat/trunk/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native