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 2011/03/20 19:37:18 UTC

svn commit: r1083533 - /incubator/rat/main/trunk/src/site/apt/index.apt

Author: dennisl
Date: Sun Mar 20 18:37:18 2011
New Revision: 1083533

URL: http://svn.apache.org/viewvc?rev=1083533&view=rev
Log:
Add one more level of headings.

Modified:
    incubator/rat/main/trunk/src/site/apt/index.apt

Modified: incubator/rat/main/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/src/site/apt/index.apt?rev=1083533&r1=1083532&r2=1083533&view=diff
==============================================================================
--- incubator/rat/main/trunk/src/site/apt/index.apt (original)
+++ incubator/rat/main/trunk/src/site/apt/index.apt Sun Mar 20 18:37:18 2011
@@ -39,7 +39,7 @@ Release Audit Tool (RAT)
  describes the options available. The release notes describe the current state of
  RAT.
 
-Checking Out RAT
+* Checking Out RAT
 
  RAT contains a number of different products. 
  
@@ -49,7 +49,7 @@ Checking Out RAT
 svn co http://svn.apache.org/repos/asf/incubator/rat/main/trunk/
 +------------------------------------------+
 
-Building RAT
+* Building RAT
 
  Building RAT requires
  {{{http://maven.apache.org/} Apache Maven}}. 
@@ -63,9 +63,9 @@ mvn install
  <<<apache-rat/target/apache-rat-X.Y-SNAPSHOT.jar>>> where X and Y are the current
  major and minor version numbers.
 
-Running RAT
+* Running RAT
 
-* Running from the Command Line
+** Running from the Command Line
  
  Run from the command line with:
 
@@ -79,7 +79,7 @@ java -jar apache-rat-VERSION.jar --help
  This will output a help message detailing the command line
  options available to you.
  
-* Running with Apache Ant
+** Running with Apache Ant
   
  RAT includes a task library for Ant 1.7. This allows RAT reports to be run against
  a wide variety of resources. See the file ant-task-examples.xml in
@@ -88,7 +88,7 @@ java -jar apache-rat-VERSION.jar --help
  To use the Ant tasks,
  {{{http://ant.apache.org/} Apache Ant 1.7}} is required.
  
-* Running with Apache Maven
+** Running with Apache Maven
 
  RAT includes a plugin for Maven 2. This allows RAT reports to be run against
  a wide variety of resources. Details can be found in the