You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by de...@apache.org on 2015/03/15 20:05:23 UTC

svn commit: r943880 [20/25] - in /websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/testapidocs/stylesheet.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/testapidocs/stylesheet.css (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/testapidocs/stylesheet.css Sun Mar 15 19:05:21 2015
@@ -3,26 +3,26 @@
 /* Define colors, fonts and other style attributes here to override the defaults */
 
 /* Page background color */
-body { background-color: #FFFFFF }
+body { background-color: #FFFFFF; color:#000000 }
 
 /* Headings */
 h1 { font-size: 145% }
 
 /* Table colors */
-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
-.TableRowColor         { background: #FFFFFF } /* White */
+.TableHeadingColor     { background: #CCCCFF; color:#000000 } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } /* Light mauve */
+.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */
 
 /* Font used in left-hand frame lists */
-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
 
 /* Navigation bar fonts and colors */
-.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
-.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+.NavBarCell1    { background-color:#EEEEFF; color:#000000} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
 
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/usage.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/usage.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/usage.html Sun Mar 15 19:05:21 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2015-02-01
+ | Generated by Apache Maven Doxia at 2015-03-15
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,10 +14,10 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Maria Odea Ching" />
         <meta name="Date-Creation-yyyymmdd" content="20060721" />
-    <meta name="Date-Revision-yyyymmdd" content="20150201" />
+    <meta name="Date-Revision-yyyymmdd" content="20150315" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -48,8 +48,8 @@
         Usage
         </div>
             <div class="xright">        
-                                    Last Published: 2015-02-01
-              &nbsp;| Version: 2.14
+                                    Last Published: 2015-03-15
+              &nbsp;| Version: 2.15
             </div>
       <div class="clear">
         <hr/>
@@ -197,7 +197,7 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.14&lt;/version&gt;
+          &lt;version&gt;2.15&lt;/version&gt;
           &lt;reportSets&gt;
             &lt;reportSet&gt;
               &lt;reports&gt;
@@ -230,7 +230,7 @@
 <pre> &lt;plugin&gt;
    &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
    &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-   &lt;version&gt;2.14&lt;/version&gt;
+   &lt;version&gt;2.15&lt;/version&gt;
    &lt;executions&gt;
      &lt;execution&gt;
        &lt;id&gt;validate&lt;/id&gt;

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/index.html Sun Mar 15 19:05:21 2015
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-frame.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle.exec</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle.exec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/exec/package-summary.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle.exec</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle.exec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-frame.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/package-summary.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-frame.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle.stubs</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/org/apache/maven/plugin/checkstyle/stubs/package-summary.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference Package org.apache.maven.plugin.checkstyle.stubs</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference Package org.apache.maven.plugin.checkstyle.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-frame.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref-test/overview-summary.html Sun Mar 15 19:05:21 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Apache Maven Checkstyle Plugin 2.14 Reference</h2>
+		      	<h2>Apache Maven Checkstyle Plugin 2.15 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/xref/index.html Sun Mar 15 19:05:21 2015
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Checkstyle Plugin 2.14 Reference</title>
+		<title>Apache Maven Checkstyle Plugin 2.15 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">