You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/25 01:51:34 UTC

svn commit: r679616 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt: examples/individual-reports.apt examples/scm-report.apt examples/selective-project-info-reports.apt index.apt usage.apt

Author: vsiveton
Date: Thu Jul 24 16:51:32 2008
New Revision: 679616

URL: http://svn.apache.org/viewvc?rev=679616&view=rev
Log:
o using correct date as defined in guide-documentation-style
o minor fixes in doc and in APT format

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt?rev=679616&r1=679615&r2=679616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/individual-reports.apt Thu Jul 24 16:51:32 2008
@@ -5,7 +5,7 @@
  <jr...@exist.com>
  Pete Marvin King
  ------
- 28 July 2006
+ 2008-07-24
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,4 +35,4 @@
  complete list of goals.
 
  <<Note:>> The reports generated using this method does not contain any
- navigational links.
+ navigational links. Also, the locale used is the JVM locale.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt?rev=679616&r1=679615&r2=679616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt Thu Jul 24 16:51:32 2008
@@ -41,15 +41,14 @@
 
 +-----------------+
 <project>
-  [...]
+  ...
   <scm>
     <connection>scm:svn:http://svn.example.org/repo/project/trunk/site</connection>
     <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk/site</developerConnection>
     <url>http://svn.example.org/viewvc/project/trunk/site</url>
   </scm>
-  [...]
+  ...
   <reporting>
-    [...]
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -60,10 +59,10 @@
           <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk</developerConnection>
         </configuration>
       </plugin>
+      ...
     </plugins>
-    [...]
   <reporting>
-  [...]
+  ...
 </project>
 +-----------------+
 

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt?rev=679616&r1=679615&r2=679616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt Thu Jul 24 16:51:32 2008
@@ -5,7 +5,7 @@
  <jr...@exist.com>
  Pete Marvin King
  ------
- 26 July 2006
+ 2008-07-24
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,9 +35,8 @@
 
 +-----------------+
 <project>
-  [...]
+  ...
   <reporting>
-    [...]
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -56,9 +55,9 @@
           </reportSet>
         </reportSets>
       </plugin>
+      ...
     </plugins>
-    [...]
   </reporting>
-  [...]
+  ...
 </project>
 +-----------------+

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt?rev=679616&r1=679615&r2=679616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt Thu Jul 24 16:51:32 2008
@@ -4,7 +4,7 @@
  Johnny R. Ruiz III
  <jr...@exist.com>
  ------
- January 2008
+ 2008-07-24
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -84,10 +84,12 @@
 
   * {{{project-info.html}Overview of the reports generated for this plugin}}
 
+  []
+
 * Related Links
 
   * {{{http://maven.apache.org/plugins/maven-site-plugin/i18n.html}Internationalization}}
 
   * {{{http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html}Skinning}}
 
-
+  []

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt?rev=679616&r1=679615&r2=679616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt Thu Jul 24 16:51:32 2008
@@ -5,7 +5,7 @@
  <jr...@exist.com>
  Pete Marvin King
  ------
- September 20, 2005
+ 2008-07-24
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -43,8 +43,3 @@
  would generate the project information documentation. For more information on
  how to customize the project information plugin, check the examples on the
  {{{index.html}Introduction}} page.
-
-
-
-
-