"built-in rules" instead of "standard rules"

git-svn-id: https://svn.apache.org/repos/asf/maven/enforcer/trunk@1799000 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/enforcer-rules/src/site/apt/index.apt b/enforcer-rules/src/site/apt/index.apt
index b48eb22..024f852 100644
--- a/enforcer-rules/src/site/apt/index.apt
+++ b/enforcer-rules/src/site/apt/index.apt
@@ -16,16 +16,16 @@
 ~~ under the License.    
  
   ------
-  Standard Rules
+  Built-In Rules
   ------
   Brian Fox
   ------
   2015-01-27
   ------
 
-Standard Rules
+Built-In Rules
 
-  The following standard rules ship along with the enforcer plugin:
+  The following built-in rules ship along with the enforcer plugin:
 
   * {{{./alwaysFail.html}alwaysFail}} - Always fail... used to test plugin configuration.
 
diff --git a/maven-enforcer-plugin/src/site/apt/index.apt b/maven-enforcer-plugin/src/site/apt/index.apt
index 80e3375..acff66b 100644
--- a/maven-enforcer-plugin/src/site/apt/index.apt
+++ b/maven-enforcer-plugin/src/site/apt/index.apt
@@ -25,7 +25,8 @@
 
 Maven Enforcer Plugin - The Loving Iron Fist of Maven\x99
 
-  The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules and user created rules.
+  The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family
+  along with many more built-in rules and user created rules.
 
 * Goals Overview
 
@@ -33,7 +34,7 @@
 
   *{{{./enforce-mojo.html}enforcer:enforce}} executes rules for each project in a multi-project build.
 
-  *{{{./display-info-mojo.html}enforcer:display-info}} display the current information as detected by the standard rules.
+  *{{{./display-info-mojo.html}enforcer:display-info}} display the current information as detected by the built-in rules.
 
 * Usage
 
diff --git a/maven-enforcer-plugin/src/site/apt/usage.apt.vm b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
index 17f0af1..21062e2 100644
--- a/maven-enforcer-plugin/src/site/apt/usage.apt.vm
+++ b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
@@ -43,7 +43,7 @@
 
    This goal is meant to be bound to a lifecycle phase and configured in your
    <<<pom.xml>>>. The enforcers execute the configured rules to check for certain constraints. 
-   The available standard rules are described {{{../enforcer-rules/index.html}here}}. Besides the rules to execute, these goals support three options:
+   The available built-in rules are described {{{../enforcer-rules/index.html}here}}. Besides the rules to execute, these goals support three options:
    
    * {{{./enforce-mojo.html#skip}skip}} - a quick way to skip checks via a profile or using <<<-Denforcer.skip=true>>> from the command line.
    
@@ -55,7 +55,7 @@
    
    Each rule to be executed should be added to the rules element along with the specific configuration for that rule.
 
-   As of version 1.4 you may add a <<<level>>> element to the standard rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When
+   As of version 1.4, you may add a <<<level>>> element to the rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When
    <<<level>>> <<<WARN>>> is specified, the rule will only spit out a warning but will not fail the build.
    
 
diff --git a/maven-enforcer-plugin/src/site/site.xml b/maven-enforcer-plugin/src/site/site.xml
index e34d17d..372dd43 100644
--- a/maven-enforcer-plugin/src/site/site.xml
+++ b/maven-enforcer-plugin/src/site/site.xml
@@ -28,7 +28,7 @@
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
-      <item name="Standard Rules" href="../../enforcer/enforcer-rules/index.html"/>
+      <item name="Built-In Rules" href="../../enforcer/enforcer-rules/index.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="../download.html"/>