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 2016/03/28 00:27:28 UTC

svn commit: r983933 [4/4] - in /websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST: ./ doxia-decoration-model/ doxia-doc-renderer/ doxia-integration-tools/ doxia-integration-tools/xref-test/org/apache/maven/doxia/to...

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/surefire-report.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/surefire-report.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/surefire-report.html Sun Mar 27 22:27:26 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-03-27 
+ | Generated by Apache Maven Doxia 1.7  at 2016-03-28 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160327" />
+    <meta name="Date-Revision-yyyymmdd" content="20160328" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia Sitetools &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-03-27</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-03-28</li>
               <li id="projectVersion" class="pull-right">
                     Version: 1.7.1-SNAPSHOT
         </li>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/team-list.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/team-list.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/team-list.html Sun Mar 27 22:27:26 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-03-27 
+ | Generated by Apache Maven Doxia 1.7  at 2016-03-28 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160327" />
+    <meta name="Date-Revision-yyyymmdd" content="20160328" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doxia Sitetools &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-03-27</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-03-28</li>
               <li id="projectVersion" class="pull-right">
                     Version: 1.7.1-SNAPSHOT
         </li>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/xref/org/apache/maven/doxia/tools/DefaultSiteTool.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/xref/org/apache/maven/doxia/tools/DefaultSiteTool.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/xref/org/apache/maven/doxia/tools/DefaultSiteTool.html Sun Mar 27 22:27:26 2016
@@ -530,17 +530,17 @@
 <a class="jxr_linenumber" name="L522" href="#L522">522</a>         {
 <a class="jxr_linenumber" name="L523" href="#L523">523</a>             interpolator.addValueSource( <strong class="jxr_keyword">new</strong> ObjectBasedValueSource( aProject ) );
 <a class="jxr_linenumber" name="L524" href="#L524">524</a>             interpolator.addValueSource( <strong class="jxr_keyword">new</strong> MapBasedValueSource( aProject.getProperties() ) );
-<a class="jxr_linenumber" name="L525" href="#L525">525</a>         }
-<a class="jxr_linenumber" name="L526" href="#L526">526</a> 
-<a class="jxr_linenumber" name="L527" href="#L527">527</a>         <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L528" href="#L528">528</a>         {
-<a class="jxr_linenumber" name="L529" href="#L529">529</a>             interpolator.addValueSource( <strong class="jxr_keyword">new</strong> EnvarBasedValueSource() );
-<a class="jxr_linenumber" name="L530" href="#L530">530</a>         }
-<a class="jxr_linenumber" name="L531" href="#L531">531</a>         <strong class="jxr_keyword">catch</strong> ( IOException e )
-<a class="jxr_linenumber" name="L532" href="#L532">532</a>         {
-<a class="jxr_linenumber" name="L533" href="#L533">533</a>             <em class="jxr_comment">// Prefer logging?</em>
-<a class="jxr_linenumber" name="L534" href="#L534">534</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/maven/doxia/tools/SiteToolException.html">SiteToolException</a>( <span class="jxr_string">"IOException: cannot interpolate environment properties: "</span> + e.getMessage(),
-<a class="jxr_linenumber" name="L535" href="#L535">535</a>                                          e );
+<a class="jxr_linenumber" name="L525" href="#L525">525</a> 
+<a class="jxr_linenumber" name="L526" href="#L526">526</a>             <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L527" href="#L527">527</a>             {
+<a class="jxr_linenumber" name="L528" href="#L528">528</a>                 interpolator.addValueSource( <strong class="jxr_keyword">new</strong> EnvarBasedValueSource() );
+<a class="jxr_linenumber" name="L529" href="#L529">529</a>             }
+<a class="jxr_linenumber" name="L530" href="#L530">530</a>             <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a class="jxr_linenumber" name="L531" href="#L531">531</a>             {
+<a class="jxr_linenumber" name="L532" href="#L532">532</a>                 <em class="jxr_comment">// Prefer logging?</em>
+<a class="jxr_linenumber" name="L533" href="#L533">533</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/maven/doxia/tools/SiteToolException.html">SiteToolException</a>( <span class="jxr_string">"IOException: cannot interpolate environment properties: "</span>
+<a class="jxr_linenumber" name="L534" href="#L534">534</a>                     + e.getMessage(), e );
+<a class="jxr_linenumber" name="L535" href="#L535">535</a>             }
 <a class="jxr_linenumber" name="L536" href="#L536">536</a>         }
 <a class="jxr_linenumber" name="L537" href="#L537">537</a> 
 <a class="jxr_linenumber" name="L538" href="#L538">538</a>         <strong class="jxr_keyword">try</strong>