Author: brianf
Date: Mon Jun 11 19:34:45 2007
New Revision: 546360

URL: http://svn.apache.org/viewvc?view=rev&rev=546360
Log:
MENFORCER-5: added new page to left nav

Modified:
    maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/index.apt

Modified: maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/index.apt?view=diff&rev=546360&r1=546359&r2=546360
==============================================================================
--- maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/index.apt 
(original)
+++ maven/plugins/trunk/maven-enforcer-plugin/src/site/apt/rules/index.apt Mon 
Jun 11 19:34:45 2007
@@ -20,7 +20,7 @@
   ------
   Brian Fox
   ------
-  Mar 2007
+  June 2007
   ------
 
 Standard Rules
@@ -31,6 +31,8 @@
        
        * {{{requireJavaVersion.html}requireJavaVersion}} - enforces the JDK 
version.
        
-       * {{{requireJavaVersion.html}requireOS}} - enforces the OS / CPU 
Archictecture.
+       * {{{requireOS.html}requireOS}} - enforces the OS / CPU Archictecture.
+       
+       * {{{requireProperty.html}requireProperty}} - enforces the existence 
and values of properties.
        
     You may also create and inject your own custom rules by following the 
{{{http://maven.apache.org/shared/maven-enforcer-rule-api/writing-a-custom-rule.html}maven-enforcer-rule-api}}
 instructions.


Reply via email to