Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.StringValidator.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.StringValidator.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.StringValidator.html
Sun Sep 4 14:16:31 2016
@@ -119,17 +119,17 @@
<td class="src"><pre class="src"> {</pre></td></tr>
<tr> <td class="numLine"> 51</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The
matching mask String as supplied by the XML input */</span></pre></td></tr>
-<tr> <td class="numLineCover"> 52</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> String maskString = <span
class="keyword">null</span>;</pre></td></tr>
+<tr> <td class="numLineCover"> 52</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> String maskString = <span
class="keyword">null</span>;</pre></td></tr>
<tr> <td class="numLine"> 53</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 54</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The
compiled Regular Expression */</span></pre></td></tr>
-<tr> <td class="numLineCover"> 55</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> Pattern maskPattern = <span
class="keyword">null</span>;</pre></td></tr>
+<tr> <td class="numLineCover"> 55</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> Pattern maskPattern = <span
class="keyword">null</span>;</pre></td></tr>
<tr> <td class="numLine"> 56</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 57</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The
message to report if the mask constraint is not satisfied
*/</span></pre></td></tr>
-<tr> <td class="numLineCover"> 58</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> String maskMessage = <span
class="keyword">null</span>;</pre></td></tr>
+<tr> <td class="numLineCover"> 58</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
<span class="keyword">protected</span> String maskMessage = <span
class="keyword">null</span>;</pre></td></tr>
<tr> <td class="numLine"> 59</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 60</td> <td class="nbHits"> </td>
@@ -142,8 +142,8 @@
<td class="src"><pre class="src"> <span
class="keyword">public</span> StringValidator()</pre></td></tr>
<tr> <td class="numLine"> 64</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 65</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
<span class="keyword">super</span>();</pre></td></tr>
-<tr> <td class="numLineCover"> 66</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 65</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
<span class="keyword">super</span>();</pre></td></tr>
+<tr> <td class="numLineCover"> 66</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
}</pre></td></tr>
<tr> <td class="numLine"> 67</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 68</td> <td class="nbHits"> </td>
@@ -170,21 +170,21 @@
<td class="src"><pre class="src"> <span
class="keyword">throws</span> InvalidMaskException</pre></td></tr>
<tr> <td class="numLine"> 79</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 80</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
<span class="keyword">super</span>.init(paramMap);</pre></td></tr>
+<tr> <td class="numLineCover"> 80</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
<span class="keyword">super</span>.init(paramMap);</pre></td></tr>
<tr> <td class="numLine"> 81</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
-<tr> <td class="numLineCover"> 82</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
Constraint constraint = paramMap.get(MASK_RULE_NAME);</pre></td></tr>
-<tr> <td class="numLineCover"> 83</td> <td class="nbHitsCovered"><a
title="Line 83: Conditional coverage 100% (2/2)."> 6</a></td> <td
class="src"><pre class="src"> <a title="Line 83: Conditional coverage 100%
(2/2)."> <span class="keyword">if</span> (constraint != <span
class="keyword">null</span>)</a></pre></td></tr>
+<tr> <td class="numLineCover"> 82</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
Constraint constraint = paramMap.get(MASK_RULE_NAME);</pre></td></tr>
+<tr> <td class="numLineCover"> 83</td> <td class="nbHitsCovered"><a
title="Line 83: Conditional coverage 100% (2/2)."> 3</a></td> <td
class="src"><pre class="src"> <a title="Line 83: Conditional coverage 100%
(2/2)."> <span class="keyword">if</span> (constraint != <span
class="keyword">null</span>)</a></pre></td></tr>
<tr> <td class="numLine"> 84</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 85</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
String param = constraint.getValue();</pre></td></tr>
-<tr> <td class="numLineCover"> 86</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
setMask(param);</pre></td></tr>
-<tr> <td class="numLineCover"> 87</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
maskMessage = constraint.getMessage();</pre></td></tr>
+<tr> <td class="numLineCover"> 85</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
String param = constraint.getValue();</pre></td></tr>
+<tr> <td class="numLineCover"> 86</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
setMask(param);</pre></td></tr>
+<tr> <td class="numLineCover"> 87</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
maskMessage = constraint.getMessage();</pre></td></tr>
<tr> <td class="numLine"> 88</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 89</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
-<tr> <td class="numLineCover"> 90</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 90</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
}</pre></td></tr>
<tr> <td class="numLine"> 91</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 92</td> <td class="nbHits"> </td>
@@ -211,32 +211,32 @@
<td class="src"><pre class="src"> <span
class="keyword">throws</span> ValidationException</pre></td></tr>
<tr> <td class="numLine"> 103</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 104</td> <td
class="nbHitsCovered"> 14</td> <td class="src"><pre class="src">
<span
class="keyword">super</span>.assertValidity(testValue);</pre></td></tr>
+<tr> <td class="numLineCover"> 104</td> <td
class="nbHitsCovered"> 7</td> <td class="src"><pre class="src">
<span class="keyword">super</span>.assertValidity(testValue);</pre></td></tr>
<tr> <td class="numLine"> 105</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
-<tr> <td class="numLineCover"> 106</td> <td class="nbHitsUncovered"><a
title="Line 106: Conditional coverage 83% (5/6) [each condition: 100%, 50%,
100%]."> 8</a></td> <td class="src"><pre class="src"><span
class="srcUncovered"> <a title="Line 106: Conditional coverage 83% (5/6)
[each condition: 100%, 50%, 100%]."> <span class="keyword">if</span>
((required || StringUtils.isNotEmpty(testValue)) && maskPattern !=
<span class="keyword">null</span>)</a></span></pre></td></tr>
+<tr> <td class="numLineCover"> 106</td> <td class="nbHitsUncovered"><a
title="Line 106: Conditional coverage 83% (5/6) [each condition: 100%, 50%,
100%]."> 4</a></td> <td class="src"><pre class="src"><span
class="srcUncovered"> <a title="Line 106: Conditional coverage 83% (5/6)
[each condition: 100%, 50%, 100%]."> <span class="keyword">if</span>
((required || StringUtils.isNotEmpty(testValue)) && maskPattern !=
<span class="keyword">null</span>)</a></span></pre></td></tr>
<tr> <td class="numLine"> 107</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
<tr> <td class="numLine"> 108</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**
JDK 1.4 matcher */</span></pre></td></tr>
-<tr> <td class="numLineCover"> 109</td> <td
class="nbHitsCovered"> 4</td> <td class="src"><pre class="src">
<span class="keyword">boolean</span> patternMatch =
maskPattern.matcher(testValue).matches();</pre></td></tr>
+<tr> <td class="numLineCover"> 109</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
<span class="keyword">boolean</span> patternMatch =
maskPattern.matcher(testValue).matches();</pre></td></tr>
<tr> <td class="numLine"> 110</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
-<tr> <td class="numLineCover"> 111</td> <td
class="nbHitsCovered"> 4</td> <td class="src"><pre class="src">
log.debug(<span class="string">"Trying to match "</span> +
testValue</pre></td></tr>
+<tr> <td class="numLineCover"> 111</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
log.debug(<span class="string">"Trying to match "</span> +
testValue</pre></td></tr>
<tr> <td class="numLine"> 112</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> + <span
class="string">" to pattern "</span> + maskString);</pre></td></tr>
<tr> <td class="numLine"> 113</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
-<tr> <td class="numLineCover"> 114</td> <td class="nbHitsCovered"><a
title="Line 114: Conditional coverage 100% (2/2)."> 4</a></td> <td
class="src"><pre class="src"> <a title="Line 114: Conditional coverage
100% (2/2)."> <span class="keyword">if</span>
(!patternMatch)</a></pre></td></tr>
+<tr> <td class="numLineCover"> 114</td> <td class="nbHitsCovered"><a
title="Line 114: Conditional coverage 100% (2/2)."> 2</a></td> <td
class="src"><pre class="src"> <a title="Line 114: Conditional coverage
100% (2/2)."> <span class="keyword">if</span>
(!patternMatch)</a></pre></td></tr>
<tr> <td class="numLine"> 115</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 116</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
errorMessage = maskMessage;</pre></td></tr>
-<tr> <td class="numLineCover"> 117</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
<span class="keyword">throw</span> <span class="keyword">new</span>
ValidationException(maskMessage);</pre></td></tr>
+<tr> <td class="numLineCover"> 116</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
errorMessage = maskMessage;</pre></td></tr>
+<tr> <td class="numLineCover"> 117</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
<span class="keyword">throw</span> <span class="keyword">new</span>
ValidationException(maskMessage);</pre></td></tr>
<tr> <td class="numLine"> 118</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 119</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
-<tr> <td class="numLineCover"> 120</td> <td
class="nbHitsCovered"> 6</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 120</td> <td
class="nbHitsCovered"> 3</td> <td class="src"><pre class="src">
}</pre></td></tr>
<tr> <td class="numLine"> 121</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 122</td> <td class="nbHits"> </td>
@@ -284,28 +284,28 @@
<td class="src"><pre class="src"> <span
class="keyword">throws</span> InvalidMaskException</pre></td></tr>
<tr> <td class="numLine"> 144</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 145</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
maskString = mask;</pre></td></tr>
+<tr> <td class="numLineCover"> 145</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
maskString = mask;</pre></td></tr>
<tr> <td class="numLine"> 146</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 147</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">//
Fixme. We should make this configureable by the XML file --
hps</span></pre></td></tr>
-<tr> <td class="numLineCover"> 148</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
<span class="keyword">int</span> maskOptions = 0;</pre></td></tr>
+<tr> <td class="numLineCover"> 148</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
<span class="keyword">int</span> maskOptions = 0;</pre></td></tr>
<tr> <td class="numLine"> 149</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 150</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span
class="keyword">try</span></pre></td></tr>
<tr> <td class="numLine"> 151</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 152</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
log.debug(<span class="string">"Compiling pattern "</span> +
maskString);</pre></td></tr>
-<tr> <td class="numLineCover"> 153</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
maskPattern = Pattern.compile(maskString, maskOptions);</pre></td></tr>
+<tr> <td class="numLineCover"> 152</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
log.debug(<span class="string">"Compiling pattern "</span> +
maskString);</pre></td></tr>
+<tr> <td class="numLineCover"> 153</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
maskPattern = Pattern.compile(maskString, maskOptions);</pre></td></tr>
<tr> <td class="numLine"> 154</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLineCover"> 155</td> <td
class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span
class="srcUncovered"> <span class="keyword">catch</span>
(PatternSyntaxException pe)</span></pre></td></tr>
<tr> <td class="numLine"> 156</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
<tr> <td class="numLineCover"> 157</td> <td
class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span
class="srcUncovered"> <span class="keyword">throw</span> <span
class="keyword">new</span> InvalidMaskException(<span class="string">"Could not
compile pattern "</span> + maskString, pe);</span></pre></td></tr>
-<tr> <td class="numLineCover"> 158</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
}</pre></td></tr>
-<tr> <td class="numLineCover"> 159</td> <td
class="nbHitsCovered"> 2</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 158</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 159</td> <td
class="nbHitsCovered"> 1</td> <td class="src"><pre class="src">
}</pre></td></tr>
<tr> <td class="numLine"> 160</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 161</td> <td class="nbHits"> </td>
@@ -347,6 +347,6 @@
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
-<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
02.05.15 11:42.</div>
+<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
04.09.16 16:15.</div>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.ValidationException.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.ValidationException.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.ValidationException.html
Sun Sep 4 14:16:31 2016
@@ -109,12 +109,12 @@
<td class="src"><pre class="src"> <span
class="keyword">public</span> ValidationException(String
message)</pre></td></tr>
<tr> <td class="numLine"> 46</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> {</pre></td></tr>
-<tr> <td class="numLineCover"> 47</td> <td
class="nbHitsCovered"> 98</td> <td class="src"><pre class="src">
<span class="keyword">super</span>(message);</pre></td></tr>
-<tr> <td class="numLineCover"> 48</td> <td
class="nbHitsCovered"> 98</td> <td class="src"><pre class="src">
}</pre></td></tr>
+<tr> <td class="numLineCover"> 47</td> <td
class="nbHitsCovered"> 49</td> <td class="src"><pre class="src">
<span class="keyword">super</span>(message);</pre></td></tr>
+<tr> <td class="numLineCover"> 48</td> <td
class="nbHitsCovered"> 49</td> <td class="src"><pre class="src">
}</pre></td></tr>
<tr> <td class="numLine"> 49</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
-<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
02.05.15 11:42.</div>
+<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
04.09.16 16:15.</div>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.Validator.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.Validator.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/cobertura/org.apache.fulcrum.intake.validator.Validator.html
Sun Sep 4 14:16:31 2016
@@ -235,6 +235,6 @@
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
-<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
02.05.15 11:42.</div>
+<div class="footer">Report generated by <a
href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on
04.09.16 16:15.</div>
</body>
</html>
\ No newline at end of file
Modified: websites/production/turbine/content/fulcrum/fulcrum-intake/cpd.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/cpd.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/cpd.html Sun Sep
4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -148,7 +148,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/dependencies.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/dependencies.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/dependencies.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -317,7 +317,7 @@
<div class="section">
<h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<ul>
-<li>org.apache.fulcrum:fulcrum-intake:jar:1.2.0 <img id="_img1"
src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
+<li>org.apache.fulcrum:fulcrum-intake:jar:1.2.1 <img id="_img1"
src="./images/icon_info_sml.gif" alt="Information"
onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor:
pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Fulcrum Intake Service</th></tr>
@@ -471,7 +471,7 @@ file comparators, endian transformation
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/dependency-info.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/dependency-info.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/dependency-info.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -143,36 +143,36 @@
<pre><dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-intake</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
</dependency></pre></div></div>
<div class="section">
<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
<div class="source">
-<pre>'org.apache.fulcrum:fulcrum-intake:jar:1.2.0'</pre></div></div>
+<pre>'org.apache.fulcrum:fulcrum-intake:jar:1.2.1'</pre></div></div>
<div class="section">
<h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
<div class="source">
-<pre><dependency org="org.apache.fulcrum"
name="fulcrum-intake" rev="1.2.0">
+<pre><dependency org="org.apache.fulcrum"
name="fulcrum-intake" rev="1.2.1">
<artifact name="fulcrum-intake" type="jar" />
</dependency></pre></div></div>
<div class="section">
<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
<div class="source">
<pre>@Grapes(
-@Grab(group='org.apache.fulcrum', module='fulcrum-intake', version='1.2.0')
+@Grab(group='org.apache.fulcrum', module='fulcrum-intake', version='1.2.1')
)</pre></div></div>
<div class="section">
<h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
<div class="source">
-<pre>compile 'org.apache.fulcrum:fulcrum-intake:1.2.0'</pre></div></div>
+<pre>compile 'org.apache.fulcrum:fulcrum-intake:1.2.1'</pre></div></div>
<div class="section">
<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
<div class="source">
-<pre>[org.apache.fulcrum/fulcrum-intake "1.2.0"]</pre></div></div>
+<pre>[org.apache.fulcrum/fulcrum-intake "1.2.1"]</pre></div></div>
<div class="section">
<h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
<div class="source">
-<pre>libraryDependencies += "org.apache.fulcrum" %%
"fulcrum-intake" % "1.2.0"</pre></div></div></div>
+<pre>libraryDependencies += "org.apache.fulcrum" %%
"fulcrum-intake" % "1.2.1"</pre></div></div></div>
</div>
</div>
<div class="clear">
@@ -180,7 +180,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/distribution-management.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/distribution-management.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/distribution-management.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -149,7 +149,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/findbugs.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/findbugs.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/findbugs.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -233,7 +233,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified: websites/production/turbine/content/fulcrum/fulcrum-intake/howto.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/howto.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/howto.html Sun
Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -14,7 +14,7 @@
<meta name="author" content="John McNally" />
<meta name="author" content="Jon S. Stevens" />
<meta name="author" content="Eric Pugh" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -31,8 +31,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -1298,7 +1298,7 @@ is shown below.
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified: websites/production/turbine/content/fulcrum/fulcrum-intake/index.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/index.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/index.html Sun
Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -12,7 +12,7 @@
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
<meta name="author" content="Eric Pugh" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -29,8 +29,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -292,7 +292,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/integration.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/integration.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/integration.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -145,7 +145,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/issue-tracking.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/issue-tracking.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/issue-tracking.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -150,7 +150,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/jdepend-report.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/jdepend-report.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/jdepend-report.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -306,7 +306,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/license.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/license.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/license.html Sun
Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -353,7 +353,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/mail-lists.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/mail-lists.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/mail-lists.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -164,7 +164,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/plugin-management.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/plugin-management.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/plugin-management.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -249,7 +249,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/plugins.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/plugins.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/plugins.html Sun
Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -256,7 +256,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified: websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.html Sun Sep
4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -180,7 +180,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified: websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.xml
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.xml
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/pmd.xml Sun Sep
4 14:16:31 2016
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2015-05-02T11:42:12.891">
+<pmd version="4.2.5" timestamp="2016-09-04T16:15:02.086">
<file
name="/Users/thomas/Dev/workspace/fulcrum/intake/target/checkout/src/java/org/apache/fulcrum/intake/model/Group.java">
<violation beginline="466" endline="469" begincolumn="21" endcolumn="21"
rule="EmptyCatchBlock" ruleset="Basic Rules"
package="org.apache.fulcrum.intake.model" class="Group"
method="setValidProperties"
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"
priority="3">
Avoid empty catch blocks
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/project-info.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/project-info.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/project-info.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -190,7 +190,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/project-reports.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/project-reports.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/project-reports.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -190,7 +190,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/project-summary.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/project-summary.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/project-summary.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -178,7 +178,7 @@
<td>fulcrum-intake</td></tr>
<tr class="b">
<td>Version</td>
-<td>1.2.0</td></tr>
+<td>1.2.1</td></tr>
<tr class="a">
<td>Type</td>
<td>jar</td></tr>
@@ -192,7 +192,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/rat-report.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/rat-report.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/rat-report.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -144,7 +144,7 @@
*****************************************************
Summary
-------
-Generated at: 2015-05-02T11:42:17+02:00
+Generated at: 2016-09-04T16:15:06+02:00
Notes: 1
Binaries: 0
Archives: 0
@@ -252,7 +252,7 @@ Archives:
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/source-repository.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/source-repository.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/source-repository.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -142,17 +142,17 @@
<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
<p>The following is a link to the online source repository.</p>
<div class="source">
-<pre><a class="externalLink"
href="http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.0">http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.0</a></pre></div></div>
+<pre><a class="externalLink"
href="http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.1">http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-1.2.1</a></pre></div></div>
<div class="section">
<h2>Anonymous access<a name="Anonymous_access"></a></h2><a
name="Anonymous_access"></a>
<p>The source can be checked out anonymously from SVN with this command:</p>
<div class="source">
-<pre>$ svn checkout
http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.0
fulcrum-intake</pre></div></div>
+<pre>$ svn checkout
http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.1
fulcrum-intake</pre></div></div>
<div class="section">
<h2>Developer access<a name="Developer_access"></a></h2><a
name="Developer_access"></a>
<p>Everyone can access the Subversion repository via HTTP, but Committers must
checkout the Subversion repository via HTTPS.</p>
<div class="source">
-<pre>$ svn checkout
https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.0
fulcrum-intake</pre></div>
+<pre>$ svn checkout
https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.1
fulcrum-intake</pre></div>
<p>To commit changes to the repository, execute the following command to
commit your changes (svn will prompt you for your password)</p>
<div class="source">
<pre>$ svn commit --username your-username -m "A
message"</pre></div></div>
@@ -160,7 +160,7 @@
<h2>Access from behind a firewall<a
name="Access_from_behind_a_firewall"></a></h2><a
name="Access_from_behind_a_firewall"></a>
<p>For those users who are stuck behind a corporate firewall which is blocking
HTTP access to the Subversion repository, you can try to access it via the
developer connection:</p>
<div class="source">
-<pre>$ svn checkout
https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.0
fulcrum-intake</pre></div></div>
+<pre>$ svn checkout
https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-1.2.1
fulcrum-intake</pre></div></div>
<div class="section">
<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a
name="Access_through_a_proxy"></a>
<p>The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" configuration file to indicate which proxy
to use. The file's location depends on your operating system. On Linux or Unix
it is located in the directory "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is
a hidden directory.)</p>
@@ -178,7 +178,7 @@ http-proxy-port = 3128
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/surefire-report.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -171,7 +171,7 @@ function toggleDisplay(elementId) {
<td>0</td>
<td>0</td>
<td>100%</td>
-<td>1.778</td></tr></table><br />
+<td>1.807</td></tr></table><br />
<p>Note: failures are anticipated and checked for with assertions while errors
are unanticipated.</p><br /></div>
<div class="section">
<h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a>
@@ -192,7 +192,7 @@ function toggleDisplay(elementId) {
<td>0</td>
<td>0</td>
<td>100%</td>
-<td>1.778</td></tr></table><br />
+<td>1.807</td></tr></table><br />
<p>Note: package statistics are not computed recursively, they only sum up all
of its testsuites numbers.</p>
<div class="section">
<h3>org.apache.fulcrum.intake<a name="org.apache.fulcrum.intake"></a></h3><a
name="org.apache.fulcrum.intake"></a>
@@ -214,7 +214,7 @@ function toggleDisplay(elementId) {
<td>0</td>
<td>0</td>
<td>100%</td>
-<td>0.916</td></tr>
+<td>0.907</td></tr>
<tr class="a">
<td><a href="#org.apache.fulcrum.intakeIntakeTest"><img
src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a href="#org.apache.fulcrum.intakeIntakeTest">IntakeTest</a></td>
@@ -223,7 +223,7 @@ function toggleDisplay(elementId) {
<td>0</td>
<td>0</td>
<td>100%</td>
-<td>0.426</td></tr>
+<td>0.431</td></tr>
<tr class="b">
<td><a href="#org.apache.fulcrum.intakeIntakeValidatonTest"><img
src="images/icon_success_sml.gif" alt="" /></a></td>
<td><a
href="#org.apache.fulcrum.intakeIntakeValidatonTest">IntakeValidatonTest</a></td>
@@ -232,7 +232,7 @@ function toggleDisplay(elementId) {
<td>0</td>
<td>0</td>
<td>100%</td>
-<td>0.436</td></tr></table></div><br /></div>
+<td>0.469</td></tr></table></div><br /></div>
<div class="section">
<h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a>
<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>]
[<a href="#Test_Cases">Test Cases</a>]</p>
@@ -242,69 +242,69 @@ function toggleDisplay(elementId) {
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testBasicConfigLoads</td>
-<td>0.916</td></tr></table></div>
+<td>0.907</td></tr></table></div>
<div class="section">
<h3>IntakeTest<a name="IntakeTest"></a></h3><a
name="org.apache.fulcrum.intakeIntakeTest"></a>
<table border="1" class="bodyTable">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testInterfaceMapTo</td>
-<td>0.063</td></tr>
+<td>testFacadeConfigured</td>
+<td>0.055</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>testFacadeConfigured</td>
-<td>0.071</td></tr>
+<td>testInterfaceMapTo</td>
+<td>0.084</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testParserInit</td>
-<td>0.053</td></tr>
+<td>0.052</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testEmptyBooleanField</td>
-<td>0.061</td></tr>
+<td>0.05</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testBooleanField</td>
-<td>0.051</td></tr>
+<td>0.048</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testRequiredBooleanField</td>
-<td>0.027</td></tr>
+<td>0.049</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testMultiValueField</td>
-<td>0.051</td></tr>
+<td>0.055</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testInvalidNumberMessage</td>
-<td>0.049</td></tr></table></div>
+<td>0.038</td></tr></table></div>
<div class="section">
<h3>IntakeValidatonTest<a name="IntakeValidatonTest"></a></h3><a
name="org.apache.fulcrum.intakeIntakeValidatonTest"></a>
<table border="1" class="bodyTable">
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testStringValidation</td>
-<td>0.028</td></tr>
+<td>0.025</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testBooleanValidation</td>
-<td>0.032</td></tr>
+<td>0.039</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testIntegerValidation</td>
-<td>0.038</td></tr>
+<td>0.033</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testBigDecimalValidation</td>
-<td>0.032</td></tr>
+<td>0.036</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testIntegerRangeValidation</td>
-<td>0.076</td></tr>
+<td>0.078</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testFloatValidation</td>
-<td>0.032</td></tr>
+<td>0.038</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testDateStringValidation</td>
@@ -312,19 +312,19 @@ function toggleDisplay(elementId) {
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testDateRangeValidation</td>
-<td>0.059</td></tr>
+<td>0.063</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testDoubleValidation</td>
-<td>0.035</td></tr>
+<td>0.037</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testShortValidation</td>
-<td>0.029</td></tr>
+<td>0.036</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>testLongValidation</td>
-<td>0.035</td></tr></table></div><br /></div>
+<td>0.044</td></tr></table></div><br /></div>
</div>
</div>
<div class="clear">
@@ -332,7 +332,7 @@ function toggleDisplay(elementId) {
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/taglist.html Sun
Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -162,7 +162,7 @@
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html
(original)
+++ websites/production/turbine/content/fulcrum/fulcrum-intake/team-list.html
Sun Sep 4 14:16:31 2016
@@ -1,5 +1,5 @@
<!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.4 at 02 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 04 September 2016 -->
<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" />
@@ -10,7 +10,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150502" />
+ <meta name="Date-Revision-yyyymmdd" content="20160904" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -27,8 +27,8 @@
<div class="xleft">
- <span id="publishDate">Last Published: 02 May 2015</span>
- | <span id="projectVersion">Version: 1.2.0</span>
+ <span id="publishDate">Last Published: 04 September 2016</span>
+ | <span id="projectVersion">Version: 1.2.1</span>
</div>
<div class="xright"> <a
href="http://www.apache.org" class="externalLink" title="Apache">Apache</a>
|
@@ -203,7 +203,7 @@ window.onLoad = init();
</div>
<div id="footer">
<div class="xright">
- Copyright © 2005-2015
+ Copyright © 2005-2016
<a href="http://www.apache.org/">The Apache Software
Foundation</a>.
All Rights Reserved.
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-frame.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-frame.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-frame.html
Sun Sep 4 14:16:31 2016
@@ -3,7 +3,7 @@
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Fulcrum Intake Service 1.2.0 Test API)</title>
+<title>All Classes (Fulcrum Intake Service 1.2.1 Test API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-noframe.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-noframe.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/allclasses-noframe.html
Sun Sep 4 14:16:31 2016
@@ -3,7 +3,7 @@
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Fulcrum Intake Service 1.2.0 Test API)</title>
+<title>All Classes (Fulcrum Intake Service 1.2.1 Test API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/constant-values.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/constant-values.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/constant-values.html
Sun Sep 4 14:16:31 2016
@@ -3,13 +3,13 @@
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Constant Field Values (Fulcrum Intake Service 1.2.0 Test API)</title>
+<title>Constant Field Values (Fulcrum Intake Service 1.2.1 Test API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Constant Field Values (Fulcrum Intake Service
1.2.0 Test API)";
+ parent.document.title="Constant Field Values (Fulcrum Intake Service
1.2.1 Test API)";
}
//-->
</script>
@@ -110,6 +110,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005-2015 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005-2016 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/deprecated-list.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/deprecated-list.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/deprecated-list.html
Sun Sep 4 14:16:31 2016
@@ -3,13 +3,13 @@
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Deprecated List (Fulcrum Intake Service 1.2.0 Test API)</title>
+<title>Deprecated List (Fulcrum Intake Service 1.2.1 Test API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Deprecated List (Fulcrum Intake Service 1.2.0
Test API)";
+ parent.document.title="Deprecated List (Fulcrum Intake Service 1.2.1
Test API)";
}
//-->
</script>
@@ -110,6 +110,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005-2015 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005-2016 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/help-doc.html
==============================================================================
---
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/help-doc.html
(original)
+++
websites/production/turbine/content/fulcrum/fulcrum-intake/testapidocs/help-doc.html
Sun Sep 4 14:16:31 2016
@@ -3,13 +3,13 @@
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Fulcrum Intake Service 1.2.0 Test API)</title>
+<title>API Help (Fulcrum Intake Service 1.2.1 Test API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="API Help (Fulcrum Intake Service 1.2.0 Test
API)";
+ parent.document.title="API Help (Fulcrum Intake Service 1.2.1 Test
API)";
}
//-->
</script>
@@ -215,6 +215,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005-2015 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005-2016 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
</body>
</html>
\ No newline at end of file