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 2012/05/10 21:50:24 UTC

svn commit: r1336858 - in /maven/plugins/trunk/maven-compiler-plugin/src/site/apt: ./ examples/

Author: hboutemy
Date: Thu May 10 19:50:23 2012
New Revision: 1336858

URL: http://svn.apache.org/viewvc?rev=1336858&view=rev
Log:
little doc enhancements

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt.vm
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-with-memory-enhancements.apt.vm
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/pass-compiler-arguments.apt.vm
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/non-javac-compilers.apt.vm
    maven/plugins/trunk/maven-compiler-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 05 July 2006
+ 2006-07-05
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-with-memory-enhancements.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-with-memory-enhancements.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-with-memory-enhancements.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-with-memory-enhancements.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 05 July 2006
+ 2006-07-05
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/pass-compiler-arguments.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/pass-compiler-arguments.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/pass-compiler-arguments.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/pass-compiler-arguments.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 05 July 2006
+ 2006-07-05
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 05 July 2006
+ 2006-07-05
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -33,8 +33,8 @@ Setting the <<<-source>>> and <<<-target
   such command using <<<-source>>> and <<<-target>>>.  The Compiler Plugin
   can also be configured to provide these options during compilation.
 
-  For example, if you want to enable assertions (-source 1.4) and also want the
-  compiled classes to be compatible with JVM 1.4 (-target 1.4), you can then
+  For example, if you want to enable assertions (<<<-source 1.4>>>) and also want the
+  compiled classes to be compatible with JVM 1.4 (<<<-target 1.4>>>), you can then
   put:
 
 +-----

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 06 July 2006
+ 2006-07-06
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/non-javac-compilers.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/non-javac-compilers.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/non-javac-compilers.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/non-javac-compilers.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,7 @@
  ------
  Edwin Punzalan
  ------
- 19 July 2006
+ 2006-07-19
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -37,7 +37,7 @@ Using Non-Javac Compilers
   which can be seen as one of the dependencies declared inside the Compiler
   Plugin's POM.
 
-  Plexus have some other compiler Ids available under the groupId
+  Plexus Compiler component has some other compiler Ids available under the groupId
   <<<org.codehaus.plexus>>>:
 
   * <<<aspectj>>> with artifactId <<<plexus-compiler-aspectj>>>.
@@ -53,7 +53,7 @@ Using Non-Javac Compilers
 
   To use any of the non-javac compilers, you need to make the artifact available
   in the classpath when the Compiler Plugin runs. This is possible by adding the
-  dependency when declaring the plugin in your project's pom.xml. The example
+  dependency when declaring the plugin in your project's <<<pom.xml>>>. The example
   below shows how to use the <<<csharp>>> compiler:
 
 +-----

Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/usage.apt.vm?rev=1336858&r1=1336857&r2=1336858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/usage.apt.vm Thu May 10 19:50:23 2012
@@ -3,7 +3,8 @@
  ------
  Edwin Punzalan
  ------
- 05 July 2006
+ 2006-07-05
+ ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
 ~~ or more contributor license agreements.  See the NOTICE file