You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/05/21 03:35:36 UTC

svn commit: r1045251 [14/34] - in /websites/production/turbine/content/fulcrum/fulcrum-localization: ./ announcements/ apidocs/ apidocs/org/apache/fulcrum/localization/ apidocs/org/apache/fulcrum/localization/class-use/ apidocs/resources/ apidocs/src-h...

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/apidocs/stylesheet.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/apidocs/stylesheet.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/apidocs/stylesheet.css Tue May 21 03:35:35 2019
@@ -1,29 +1,574 @@
 /* Javadoc style sheet */
+/*
+Overall document style
+*/
 
-/* Define colors, fonts and other style attributes here to override the defaults */
+@import url('resources/fonts/dejavu.css');
 
-/* Page background color */
-body { background-color: #FFFFFF }
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4A6782;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4A6782;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+}
+h1 {
+    font-size:20px;
+}
+h2 {
+    font-size:18px;
+}
+h3 {
+    font-size:16px;
+    font-style:italic;
+}
+h4 {
+    font-size:13px;
+}
+h5 {
+    font-size:12px;
+}
+h6 {
+    font-size:11px;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
+}
+dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+}
+table tr td dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    vertical-align:top;
+    padding-top:4px;
+}
+sup {
+    font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:11px;
+    z-index:200;
+    margin-top:-9px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:11px;
+    margin:0;
+}
+.topNav {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px; 
+}
+.bottomNav {
+    margin-top:10px;
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav {
+    background-color:#dee3e9;
+    float:left;
+    width:100%;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+    text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding: 5px 6px;
+    text-transform:uppercase;
+}
+ul.subNavList li{
+    list-style:none;
+    float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+    color:#FFFFFF;
+    text-decoration:none;
+    text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+    text-transform:uppercase;
+}
+.navBarCell1Rev {
+    background-color:#F8981D;
+    color:#253441;
+    margin: auto 5px;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader span{
+    margin-right:15px;
+}
+.indexHeader h1 {
+    font-size:13px;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 15px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:12px;
+}
+.indexContainer h2 {
+    font-size:13px;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+    padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+    font-size:12px;
+    font-weight:bold;
+    margin:10px 0 0 0;
+    color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:15px;
+    line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+    padding:0 0 5px 8px;
+    background-color:#ffffff;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+    margin-left:0;
+    padding-left:0;
+    padding-bottom:15px;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+    list-style:none;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+    width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
+}
+.overviewSummary, .memberSummary  {
+    padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#253441;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    padding-top:10px;
+    padding-left:1px;
+    margin:0px;
+    white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+    color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    height:16px;
+}
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
 
-/* Headings */
-h1 { font-size: 145% }
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+    text-align:left;
+    padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+    background:#dee3e9;
+    text-align:left;
+    padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+    white-space:nowrap;
+    font-size:13px;
+}
+td.colLast, th.colLast {
+    font-size:13px;
+}
+td.colOne, th.colOne {
+    font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+    width:25%;
+    vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
 
-/* Table colors */
-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
-.TableRowColor         { background: #FFFFFF } /* 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 }
-
-/* 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;}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
 
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
 
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:10px;
+}
+.block {
+    display:block;
+    margin:3px 10px 2px 0px;
+    color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+    font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
+}
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/changes-report.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/changes-report.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/changes-report.html Tue May 21 03:35:35 2019
@@ -1,337 +1,230 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
-
-
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <title>Fulcrum Localization - </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
-  <body class="composite">
-    <div id="banner">
-                  <a href="../" id="bannerLeft">
-    
-                                            <img src="../../images/turbine-project.png" alt="" />
-    
-            </a>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-  
-
-  
-    
-            
-  
-    
-            <div class="xleft">
-        Last Published: 10 July 2009
-                  &nbsp;| Version: 1.0.7-SNAPSHOT
-                      </div>
-            <div class="xright">            <a href="http://www.apache.org" class="externalLink">Apache</a>
-            |
-                <a href="../../">Turbine</a>
-            |
-                <a href="..">Fulcrum</a>
-            
-  
-
-  
-    
-            
-  
-    
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-  
-
-  
-    
-            
-  
-    
-                   <h5>Overview</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="index.html">Main</a>
-          </li>
-          </ul>
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-info.html">Project Information</a>
-                </li>
-              
-                
-              
-            
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-            <li class="expanded">
-                    <a href="project-reports.html">Project Reports</a>
-                  <ul>
-                  
-    <li class="none">
-              <strong>Changes Report</strong>
-        </li>
-                  
-    <li class="none">
-                    <a href="cobertura/index.html">Cobertura Test Coverage</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="cpd.html">CPD Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="apidocs/index.html">JavaDocs</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="jdepend-report.html">JDepend</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="pmd.html">PMD Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="rat-report.html">RAT Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="xref/index.html">Source Xref</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="surefire-report.html">Surefire Report</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="taglist.html">Tag List</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="testapidocs/index.html">Test JavaDocs</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="xref-test/index.html">Test Source Xref</a>
-          </li>
-              </ul>
-        </li>
-          </ul>
-              <h5>ASF</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
-          </li>
-          </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                       
-  
-
-  
-    
-            
-  
-    
-        </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <h2><a name="Changes_Report"></a>Changes Report</h2>
+<!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 Site Renderer 1.8.1 from org.apache.maven.plugins:maven-changes-plugin:2.12.1:changes-report at 20 May 2019 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Fulcrum Localization &#x2013; Fulcrum Localization</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+      <meta name="author" content="Eric Pugh" />
+    <meta http-equiv="Content-Language" content="en" />
+    
+  </head>
+  <body class="composite">
+    <div id="banner">
+<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png"  alt="Apache Turbine"/></a>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">
+        <span id="publishDate">Last Published: 20 May 2019</span>
+          &nbsp;| <span id="projectVersion">Version: 1.0.7</span>
+      </div>
+      <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> |
+<a href="../../" title="Turbine">Turbine</a> |
+<a href="../" title="Fulcrum">Fulcrum</a>      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+       <h5>Overview</h5>
+    <ul>
+     <li class="none"><a href="index.html" title="Main">Main</a></li>
+    </ul>
+       <h5>Project Documentation</h5>
+    <ul>
+     <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li>
+     <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a>
+      <ul>
+       <li class="none"><strong>Changes</strong></li>
+       <li class="none"><a href="findbugs.html" title="FindBugs">FindBugs</a></li>
+       <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li>
+       <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li>
+       <li class="none"><a href="xref/index.html" title="Source Xref">Source Xref</a></li>
+       <li class="none"><a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a></li>
+       <li class="none"><a href="pmd.html" title="PMD">PMD</a></li>
+       <li class="none"><a href="surefire-report.html" title="Surefire Report">Surefire Report</a></li>
+       <li class="none"><a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a></li>
+       <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li>
+       <li class="none"><a href="rat-report.html" title="Rat Report">Rat Report</a></li>
+       <li class="none"><a href="taglist.html" title="Tag List">Tag List</a></li>
+      </ul></li>
+    </ul>
+       <h5>Apache</h5>
+    <ul>
+     <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li>
+     <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li>
+     <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li>
+     <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li>
+    </ul>
+      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+      </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+<div class="section">
+<h2><a name="Fulcrum_Localization"></a>Fulcrum Localization</h2>
+<div class="section">
 <h3><a name="Release_History"></a>Release History</h3>
-<table class="bodyTable"><tr class="a"><th>Version</th>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Version</th>
 <th>Date</th>
-<th>Description</th>
-</tr>
-<tr class="b"><td><a href="#a1.0.6">1.0.6</a></td>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="#a1.0.8">1.0.8</a></td>
+<td>in SVN</td>
+<td>&#160;</td></tr>
+<tr class="a">
+<td><a href="#a1.0.7">1.0.7</a></td>
+<td>2019-01-23</td>
+<td>&#160;</td></tr>
+<tr class="b">
+<td><a href="#a1.0.6">1.0.6</a></td>
 <td>2009-06-18</td>
-<td></td>
-</tr>
-<tr class="a"><td><a href="#a1.0.5">1.0.5</a></td>
+<td>&#160;</td></tr>
+<tr class="a">
+<td><a href="#a1.0.5">1.0.5</a></td>
 <td>2004-11-24</td>
-<td></td>
-</tr>
-<tr class="b"><td><a href="#a1.0.4">1.0.4</a></td>
-<td></td>
-<td></td>
-</tr>
-<tr class="a"><td><a href="#a1.0-alpha-3">1.0-alpha-3</a></td>
-<td></td>
-<td></td>
-</tr>
-</table>
-<br />
-<br />
-<h3><a name="a1.0.6"></a>Release 1.0.6 - 2009-06-18</h3>
-<table class="bodyTable"><tr class="b"><th>Type</th>
+<td>&#160;</td></tr>
+<tr class="b">
+<td><a href="#a1.0.4">1.0.4</a></td>
+<td></td>
+<td>&#160;</td></tr>
+<tr class="a">
+<td><a href="#a1.0-alpha-3">1.0-alpha-3</a></td>
+<td></td>
+<td>&#160;</td></tr></table></div>
+<div class="section">
+<h3 id="a1.0.8">Release 1.0.8 &#x2013; in SVN</h3>
+<p>No changes in this release.</p></div>
+<div class="section">
+<h3 id="a1.0.7">Release 1.0.7 &#x2013; 2019-01-23</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Moved changes.xml location for inclusion in report generation</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Update to Java 8</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Added commons-lang3</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Update unit tests to BaseUnit5Test</td>
+<td><a href="team-list.html#painter">painter</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Update to yaafi-1.0.8 and testcontainer 1.0.8</td>
+<td><a href="team-list.html#painter">painter</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.0.6">Release 1.0.6 &#x2013; 2009-06-18</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
 <th>Changes</th>
-<th>By</th>
-</tr>
-<tr class="a"><td><img src="images/add.gif" alt="add" /></td>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added a Maven-2 build.</td>
-<td><a href="team-list.html#tv">tv</a></td>
-</tr>
-<tr class="b"><td><img src="images/add.gif" alt="add" /></td>
+<td><a href="team-list.html#tv">tv</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Split the service into a simple one that does not depend on servlet-api
-and an extended one that does. This allows to use the service in non-web
-environments without hassles.</td>
-<td><a href="team-list.html#tv">tv</a></td>
-</tr>
-<tr class="a"><td><img src="images/update.gif" alt="update" /></td>
+        and an extended one that does. This allows to use the service in non-web
+        environments without hassles.</td>
+<td><a href="team-list.html#tv">tv</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Fix unit tests to run properly in non US english environments. Thanks to Kostyantyn Shchekotykhin.</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-</table>
-<h3><a name="a1.0.5"></a>Release 1.0.5 - 2004-11-24</h3>
-<table class="bodyTable"><tr class="b"><th>Type</th>
+<td><a href="team-list.html#epugh">epugh</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.0.5">Release 1.0.5 &#x2013; 2004-11-24</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
 <th>Changes</th>
-<th>By</th>
-</tr>
-<tr class="a"><td><img src="images/update.gif" alt="update" /></td>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Merge api and impl jars into one project. Thanks to Kostyantyn Shchekotykhin.</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-<tr class="b"><td><img src="images/remove.gif" alt="remove" /></td>
+<td><a href="team-list.html#epugh">epugh</a></td></tr>
+<tr class="b">
+<td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>Remove Localization, it was a facade that shouldn't be here.
-Facade's of this nature are specific to the user...</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-<tr class="a"><td><img src="images/update.gif" alt="update" /></td>
+        Facade's of this nature are specific to the user...</td>
+<td><a href="team-list.html#epugh">epugh</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Tweak dependencies to build under gump.</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-<tr class="b"><td><img src="images/update.gif" alt="update" /></td>
-<td>Bump versions, clean up dependenci
-es</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-</table>
-<h3><a name="a1.0.4"></a>Release 1.0.4 - </h3>
-<table class="bodyTable"><tr class="a"><th>Type</th>
+<td><a href="team-list.html#epugh">epugh</a></td></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Bump versions, clean up dependencies</td>
+<td><a href="team-list.html#epugh">epugh</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.0.4">Release 1.0.4 &#x2013; </h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Type</th>
 <th>Changes</th>
-<th>By</th>
-</tr>
-<tr class="b"><td><img src="images/update.gif" alt="update" /></td>
+<th>By</th></tr>
+<tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Use inherited getLogger() instead of Log in classes
-extending AbstractLogEnabled.</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-<tr class="a"><td><img src="images/update.gif" alt="update" /></td>
+        extending AbstractLogEnabled.</td>
+<td><a href="team-list.html#epugh">epugh</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Update to use Merlin 3.3.0</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-<tr class="b"><td><img src="images/add.gif" alt="add" /></td>
+<td><a href="team-list.html#epugh">epugh</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Merlinized code with input from Stephen</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-</table>
-<h3><a name="a1.0-alpha-3"></a>Release 1.0-alpha-3 - </h3>
-<table class="bodyTable"><tr class="a"><th>Type</th>
+<td><a href="team-list.html#epugh">epugh</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.0-alpha-3">Release 1.0-alpha-3 &#x2013; </h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Type</th>
 <th>Changes</th>
-<th>By</th>
-</tr>
-<tr class="b"><td><img src="images/add.gif" alt="add" /></td>
+<th>By</th></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>New Localization class that is a facade to the underlying service.</td>
-<td><a href="team-list.html#epugh">epugh</a></td>
-</tr>
-</table>
-
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">&#169;  
-          2005-2009
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
-            
-  
-    
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>
+<td><a href="team-list.html#epugh">epugh</a></td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        Copyright &#169;      2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/help.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/help.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/help.css Tue May 21 03:35:35 2019
@@ -1,22 +1,22 @@
-dl {
-	float: left;
-	width: 100%;
-}
-
-dt {
-	border-top: 1px solid #808080;
-	float: left;
-	font-weight: bold;
-	margin: 0;
-	padding: 1em;
-	width: 20%;
-}
-
-dd {
-	border-top: 1px solid #808080;
-	float: left;
-	font-style: italic;
-	margin: 0;
-	padding: 1em;
-	width: 60%;
-}
+dl {
+	float: left;
+	width: 100%;
+}
+
+dt {
+	border-top: 1px solid #808080;
+	float: left;
+	font-weight: bold;
+	margin: 0;
+	padding: 1em;
+	width: 20%;
+}
+
+dd {
+	border-top: 1px solid #808080;
+	float: left;
+	font-style: italic;
+	margin: 0;
+	padding: 1em;
+	width: 60%;
+}
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/main.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/main.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/main.css Tue May 21 03:35:35 2019
@@ -1,131 +1,131 @@
-@import url("help.css");
-@import url("source-viewer.css");
-@import url("tooltip.css");
-
-.hidden {
-	display: none;
-}
-
-a.dfn {
-	border-bottom: 1px dotted #00aa00;
-	cursor: help;
-}
-
-a.dfn:active, a.dfn:link, a.dfn:visited {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.dfn:hover {
-	color: #0000ff;
-	text-decoration: none;
-}
-
-body {
-	font-family: verdana, arial, helvetica;
-}
-
-h1, h2, h3, h4, h5, h6 {
-	margin-bottom: 0.5em;
-}
-
-h5 {
-	margin-top: 0.5em;
-}
-
-div.footer {
-	font-size: 68%;
-	margin-top: 1.5em;
-}
-
-div.percentgraph
-{
-	background-color: #f02020;
-	border: #808080 1px solid;
-	height: 1.3em;
-	magin: 0px;
-	padding: 0px;
-	width: 100px;
-}
-
-div.percentgraph div.greenbar
-{
-	background-color: #00f000;
-	height: 1.3em;
-	magin: 0px;
-	padding: 0px;
-}
-
-div.percentgraph div.na
-{
-	background-color: #eaeaea;
-	height: 1.3em;
-	magin: 0px;
-	padding: 0px;
-}
-
-div.percentgraph span.text
-{
-	display: block;
-	position: absolute;
-	text-align: center;
-	width: 100px;
-}
-
-div.separator {
-	height: 10px;
-}
-
-table tr td, table tr th {
-	font-size: 68%;
-}
-
-td.value table tr td {
-    font-size: 11px;
-}
-
-table.percentgraph {
-	border: 0px;
-	font-size: 130%;
-	margin: 0px;
-	margin-left: auto;
-	margin-right: 0px;
-	padding: 0px;
-}
-
-table.percentgraph tr.percentgraph {
-	border: 0px;
-	margin: 0px;
-	padding: 0px;
-}
-
-table.percentgraph td.percentgraph {
-	border: 0px;
-	margin: 0px;
-	padding: 0px;
-	padding-left: 4px;
-}
-
-table.report {
-	border-collapse: collapse;
-	width: 100%;
-}
-
-table.report td {
-	border: #d0d0d0 1px solid;
-}
-
-table.report td.heading {
-    background: #dcecff;
-	font-weight: bold;
-	text-align: center;
-}
-
-table.report td.heading:hover {
-    background: #c0ffc0;
-	cursor: pointer;
-}
-
-table.report td.value {
-	text-align: right;
-}
+@import url("help.css");
+@import url("source-viewer.css");
+@import url("tooltip.css");
+
+.hidden {
+	display: none;
+}
+
+a.dfn {
+	border-bottom: 1px dotted #00aa00;
+	cursor: help;
+}
+
+a.dfn:active, a.dfn:link, a.dfn:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.dfn:hover {
+	color: #0000ff;
+	text-decoration: none;
+}
+
+body {
+	font-family: verdana, arial, helvetica;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	margin-bottom: 0.5em;
+}
+
+h5 {
+	margin-top: 0.5em;
+}
+
+div.footer {
+	font-size: 68%;
+	margin-top: 1.5em;
+}
+
+div.percentgraph
+{
+	background-color: #f02020;
+	border: #808080 1px solid;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+	width: 100px;
+}
+
+div.percentgraph div.greenbar
+{
+	background-color: #00f000;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph div.na
+{
+	background-color: #eaeaea;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph span.text
+{
+	display: block;
+	position: absolute;
+	text-align: center;
+	width: 100px;
+}
+
+div.separator {
+	height: 10px;
+}
+
+table tr td, table tr th {
+	font-size: 68%;
+}
+
+td.value table tr td {
+    font-size: 11px;
+}
+
+table.percentgraph {
+	border: 0px;
+	font-size: 130%;
+	margin: 0px;
+	margin-left: auto;
+	margin-right: 0px;
+	padding: 0px;
+}
+
+table.percentgraph tr.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.percentgraph td.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+	padding-left: 4px;
+}
+
+table.report {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+table.report td {
+	border: #d0d0d0 1px solid;
+}
+
+table.report td.heading {
+    background: #dcecff;
+	font-weight: bold;
+	text-align: center;
+}
+
+table.report td.heading:hover {
+    background: #c0ffc0;
+	cursor: pointer;
+}
+
+table.report td.value {
+	text-align: right;
+}
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/sortabletable.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/sortabletable.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/sortabletable.css Tue May 21 03:35:35 2019
@@ -1,50 +1,50 @@
-.sort-table {
-	font:		Icon;
-	border:		1px Solid ThreeDShadow;
-	background:	Window;
-	color:		WindowText;
-}
-
-.sort-table thead {
-	background:	ButtonFace;
-}
-
-.sort-table td {
-	padding:	2px 5px;
-}
-
-.sort-table thead td {
-	border:			1px solid;
-	border-color:	ButtonHighlight ButtonShadow
-					ButtonShadow ButtonHighlight;
-	cursor:			default;
-}
-
-.sort-table thead td:active {
-	border-color:	ButtonShadow ButtonHighlight
-					ButtonHighlight ButtonShadow;
-	padding:		3px 4px 1px 6px;
-}
-
-.sort-table thead td[_sortType=None]:active {
-	border-color:	ButtonHighlight ButtonShadow
-					ButtonShadow ButtonHighlight;
-	padding:		2px 5px;
-}
-
-.sort-arrow {
-	width:					11px;
-	height:					11px;
-	background-position:	center center;
-	background-repeat:		no-repeat;
-	margin:					0 2px;
-}
-
-.sort-arrow.descending {
-	background-image:		url("../images/downsimple.png");
-
-}
-
-.sort-arrow.ascending {
-	background-image:		url("../images/upsimple.png");
+.sort-table {
+	font:		Icon;
+	border:		1px Solid ThreeDShadow;
+	background:	Window;
+	color:		WindowText;
+}
+
+.sort-table thead {
+	background:	ButtonFace;
+}
+
+.sort-table td {
+	padding:	2px 5px;
+}
+
+.sort-table thead td {
+	border:			1px solid;
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	cursor:			default;
+}
+
+.sort-table thead td:active {
+	border-color:	ButtonShadow ButtonHighlight
+					ButtonHighlight ButtonShadow;
+	padding:		3px 4px 1px 6px;
+}
+
+.sort-table thead td[_sortType=None]:active {
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	padding:		2px 5px;
+}
+
+.sort-arrow {
+	width:					11px;
+	height:					11px;
+	background-position:	center center;
+	background-repeat:		no-repeat;
+	margin:					0 2px;
+}
+
+.sort-arrow.descending {
+	background-image:		url("../images/downsimple.png");
+
+}
+
+.sort-arrow.ascending {
+	background-image:		url("../images/upsimple.png");
 }
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/source-viewer.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/source-viewer.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/source-viewer.css Tue May 21 03:35:35 2019
@@ -1,74 +1,73 @@
-pre.src {
-    background: #ffffff;
-    margin-top: 0px;
-    margin-bottom: 0px;
-}
-
-table.src {
-	border: #dcdcdc 1px solid;
-	font-size: 16px;
-}
-
-td.numLine {
-    background: #f0f0f0;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.numLineCover {
-    background: #80ff80;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHits {
-    background: #f0f0f0;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHitsCovered {
-    background: #80ff80;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHitsUncovered {
-    background: #ff9090;
-    border-right: #dcdcdc 1px solid;
-    font-weight: bold;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.src {
-    width: 100%;
-}
-
-span.comment {
-    color: #b22222;
-    font-style: italic;
-}
-
-span.keyword {
-    color: #2020bf;
-    font-weight: bold;
-}
-
-span.srcUncovered {
-    background: #ff9090;
-    font-weight: bold;
-}
-
-span.string {
-    color: #2a00ff;
-}
-
-span.text_italic {
-	font-size: 12px;
-    font-style: italic;
-}
+pre.src {
+    background: #ffffff;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+table.src {
+	border: #dcdcdc 1px solid;
+	font-size: 16px;
+}
+
+td.numLine {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.numLineCover {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHits {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsCovered {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsUncovered {
+    background: #ff9090;
+    border-right: #dcdcdc 1px solid;
+    font-weight: bold;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.src {
+    width: 100%;
+}
+
+span.comment {
+    color: #b22222;
+    font-style: italic;
+}
+
+span.keyword {
+    color: #2020bf;
+    font-weight: bold;
+}
+
+span.srcUncovered {
+    background: #ff9090;
+}
+
+span.string {
+    color: #2a00ff;
+}
+
+span.text_italic {
+	font-size: 12px;
+    font-style: italic;
+}
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/tooltip.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/tooltip.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/css/tooltip.css Tue May 21 03:35:35 2019
@@ -1,49 +1,49 @@
-a.hastooltip {
-	border-bottom: 1px dotted #00aa00;
-	color: #000000;
-	cursor: help;
-	font-style: normal;
-	position: relative; /* This is the key */
-	text-decoration: none;
-	z-index: 24; /* What does this do? */
-}
-
-a.hastooltip:active {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip:link {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip:hover {
-	background-color: #a0b8ff;
-	color: #000000;
-	text-decoration: none;
-	z-index: 25;
-}
-
-a.hastooltip:visited {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip span {
-	display: none;
-}
-
-a.hastooltip:hover span {
-	background-color: #eeeeee;
-	border: 1px solid #000000;
-	color: #000000;
-	display: block;
-	padding: 5px;
-	left: -15.2em;
-	position: absolute;
-	text-align: center;
-	text-decoration: none;
-	top: 2em;
-	width: 20em;
-}
+a.hastooltip {
+	border-bottom: 1px dotted #00aa00;
+	color: #000000;
+	cursor: help;
+	font-style: normal;
+	position: relative; /* This is the key */
+	text-decoration: none;
+	z-index: 24; /* What does this do? */
+}
+
+a.hastooltip:active {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:link {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:hover {
+	background-color: #a0b8ff;
+	color: #000000;
+	text-decoration: none;
+	z-index: 25;
+}
+
+a.hastooltip:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip span {
+	display: none;
+}
+
+a.hastooltip:hover span {
+	background-color: #eeeeee;
+	border: 1px solid #000000;
+	color: #000000;
+	display: block;
+	padding: 5px;
+	left: -15.2em;
+	position: absolute;
+	text-align: center;
+	text-decoration: none;
+	top: 2em;
+	width: 20em;
+}
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-packages.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-packages.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-packages.html Tue May 21 03:35:35 2019
@@ -17,4 +17,4 @@
 </tr>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles-org.apache.fulcrum.localization.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles-org.apache.fulcrum.localization.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles-org.apache.fulcrum.localization.html Tue May 21 03:35:35 2019
@@ -18,18 +18,18 @@ org.apache.fulcrum.localization
 <td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.DefaultLocalizationService.html">DefaultLocalizationService</a> <i>(18%)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a> <i>(87%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a> <i>(83%)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService</a> <i>(100%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService</a> <i>(N/A)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService</a> <i>(N/A)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a> <i>(69%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a> <i>(72%)</i></td>
 </tr>
 </tbody>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-sourcefiles.html Tue May 21 03:35:35 2019
@@ -18,18 +18,18 @@ All Packages
 <td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.DefaultLocalizationService.html">DefaultLocalizationService</a> <i>(18%)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a> <i>(87%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a> <i>(83%)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService</a> <i>(100%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService</a> <i>(N/A)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService</a> <i>(N/A)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a> <i>(69%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a> <i>(72%)</i></td>
 </tr>
 </tbody>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary-org.apache.fulcrum.localization.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary-org.apache.fulcrum.localization.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary-org.apache.fulcrum.localization.html Tue May 21 03:35:35 2019
@@ -16,7 +16,7 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="frame-summary-org.apache.fulcrum.localization.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.localization.html"'>org.apache.fulcrum.localization</a></td><td class="value">8</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">68%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:68px"><span class="text">117/171</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">52%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:52px"><span class="text">48/92</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.88;</span>1,88</td></tr>
+  <tr><td><a href="frame-summary-org.apache.fulcrum.localization.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.localization.html"'>org.apache.fulcrum.localization</a></td><td class="value">6</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">71%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:71px"><span class="text">130/182</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">54%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:54px"><span class="text">48/88</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0961538461538463;</span>2.096</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -28,18 +28,16 @@ packageTable.sort(0);
 <table class="report" id="classResults">
 <thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="org.apache.fulcrum.localization.DefaultLocalizationService.html">DefaultLocalizationService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">18%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:18px"><span class="text">2/11</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.5;</span>1,5</td></tr>
+  <tr><td><a href="org.apache.fulcrum.localization.DefaultLocalizationService.html">DefaultLocalizationService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">18%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:18px"><span class="text">2/11</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.5;</span>1.5</td></tr>
 
-  <tr><td><a href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">85%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:85px"><span class="text">23/27</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">67%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:66px"><span class="text">8/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.6;</span>2,6</td></tr>
-  <tr><td><a href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer$AcceptLanguage</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">3/3</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.6;</span>2,6</td></tr>
+  <tr><td><a href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">86%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:86px"><span class="text">25/29</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">66%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:66px"><span class="text">8/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.6;</span>3.6</td></tr>
+  <tr><td><a href="org.apache.fulcrum.localization.LocaleTokenizer.html">LocaleTokenizer$AcceptLanguage</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">6/8</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">2/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.6;</span>3.6</td></tr>
 
   <tr><td><a href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return f
 alse;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
-  <tr><td><a href="org.apache.fulcrum.localization.LocalizationService.html">LocalizationService$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">1/1</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
 
   <tr><td><a href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html
 '); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
-  <tr><td><a href="org.apache.fulcrum.localization.SimpleLocalizationService.html">SimpleLocalizationService$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/1</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
 
-  <tr><td><a href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">69%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:68px"><span class="text">88/128</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">53%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:52px"><span class="text">40/76</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.5714285714285716;</span>2,571</td></tr>
+  <tr><td><a href="org.apache.fulcrum.localization.SimpleLocalizationServiceImpl.html">SimpleLocalizationServiceImpl</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">72%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:72px"><span class="text">97/134</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">55%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:55px"><span class="text">38/68</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.8636363636363638;</span>2.864</td></tr>
 
 </tbody>
 </table>
@@ -48,6 +46,6 @@ var classTable = new SortableTable(docum
     ["String", "Percentage", "Percentage", "FormattedNumber"]);
 classTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9 on 10.07.09 17:12.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.1.1 on 5/20/19 11:35 PM.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/frame-summary.html Tue May 21 03:35:35 2019
@@ -16,8 +16,8 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><b>All Packages</b></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">68%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:68px"><span class="text">117/171</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">52%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:52px"><span class="text">48/92</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.88;</span>1,88</td></tr>
-  <tr><td><a href="frame-summary-org.apache.fulcrum.localization.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.localization.html"'>org.apache.fulcrum.localization</a></td><td class="value">8</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">68%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:68px"><span class="text">117/171</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">52%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:52px"><span class="text">48/92</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.88;</span>1,88</td></tr>
+  <tr><td><b>All Packages</b></td><td class="value">6</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">71%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:71px"><span class="text">130/182</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">54%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:54px"><span class="text">48/88</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0961538461538463;</span>2.096</td></tr>
+  <tr><td><a href="frame-summary-org.apache.fulcrum.localization.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.fulcrum.localization.html"'>org.apache.fulcrum.localization</a></td><td class="value">6</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">71%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:71px"><span class="text">130/182</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">54%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:54px"><span class="text">48/88</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0961538461538463;</span>2.096</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -25,6 +25,6 @@ var packageTable = new SortableTable(doc
     ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
 packageTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9 on 10.07.09 17:12.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.1.1 on 5/20/19 11:35 PM.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/help.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/help.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/help.html Tue May 21 03:35:35 2019
@@ -1,31 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
-<title>Coverage Report - Help</title>
-</head>
-
-<body>
-
-<dl>
-
-<dt>Line Coverage</dt>
-<dd>The percent of lines executed by this test run.</dd>
-
-<dt>Branch Coverage</dt>
-<dd>The percent of branches executed by this test run.</dd>
-
-<dt>Complexity</dt>
-<dd>Average McCabe's cyclomatic code complexity for all methods.  This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd>
-
-<dt>N/A</dt>
-<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file.  This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd>
-
-</dl>
-
-</body>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<title>Coverage Report - Help</title>
+</head>
+
+<body>
+
+<dl>
+
+<dt>Line Coverage</dt>
+<dd>The percent of lines executed by this test run.</dd>
+
+<dt>Branch Coverage</dt>
+<dd>The percent of branches executed by this test run.</dd>
+
+<dt>Complexity</dt>
+<dd>Average McCabe's cyclomatic code complexity for all methods.  This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd>
+
+<dt>N/A</dt>
+<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file.  This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd>
+
+</dl>
+
+</body>
+
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/index.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/index.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/index.html Tue May 21 03:35:35 2019
@@ -1,25 +1,25 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
-           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<title>Coverage Report</title>
-</head>
-
-<frameset cols="20%,80%">
-	<frameset rows="30%,70%">
-		<frame src="frame-packages.html" name="packageList" title="All Packages"/>
-		<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
-	</frameset>
-	<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
-
-	<noframes>
-		<body>
-			<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
-			<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
-		</body>
-	</noframes>
-</frameset>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+</head>
+
+<frameset cols="20%,80%">
+	<frameset rows="30%,70%">
+		<frame src="frame-packages.html" name="packageList" title="All Packages"/>
+		<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
+	</frameset>
+	<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
+
+	<noframes>
+		<body>
+			<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
+			<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
+		</body>
+	</noframes>
+</frameset>
+
+</html>
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/customsorttypes.js
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/customsorttypes.js (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/customsorttypes.js Tue May 21 03:35:35 2019
@@ -62,4 +62,4 @@ function formattedNumberSortType( s )
 	return ret;
 }
 
-SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType );
+SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType );
\ No newline at end of file

Modified: websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/popup.js
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/popup.js (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-localization/cobertura/js/popup.js Tue May 21 03:35:35 2019
@@ -1,8 +1,8 @@
-var newwindow;
-function popupwindow(url)
-{
-	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
-	if (window.focus) {
-		newwindow.focus()
-	}
-}
+var newwindow;
+function popupwindow(url)
+{
+	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
+	if (window.focus) {
+		newwindow.focus()
+	}
+}
\ No newline at end of file