Author: buildbot
Date: Tue Aug 13 07:21:05 2013
New Revision: 874423

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-dataformat-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/data-format.html

Modified: websites/production/camel/content/book-dataformat-appendix.html
==============================================================================
--- websites/production/camel/content/book-dataformat-appendix.html (original)
+++ websites/production/camel/content/book-dataformat-appendix.html Tue Aug 13 
07:21:05 2013
@@ -146,8 +146,8 @@
        </li></ul>
 
 
-<p>And related is the following <a shape="rect" href="type-converter.html" 
title="Type Converter">Type Converter</a>s:</p>
-<ul class="alternate" type="square"><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a></li></ul>
+<p>And related is the following:</p>
+<ul class="alternate" type="square"><li><a shape="rect" 
href="dataformat-component.html" title="DataFormat Component">DataFormat 
Component</a> for working with <a shape="rect" href="data-format.html" 
title="Data Format">Data Format</a>s as if it was a regular <a shape="rect" 
href="component.html" title="Component">Component</a> supporting <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s and <a 
shape="rect" href="uris.html" title="URIs">URIs</a>.</li><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a> using Dozer for type converting POJOs</li></ul>
 
 
 <h3><a shape="rect" 
name="BookDataFormatAppendix-Unmarshalling"></a>Unmarshalling</h3>
@@ -231,7 +231,6 @@ from("file://foo/bar").
 ]]></script>
 </div></div>
 
-
 <h2><a shape="rect" 
name="BookDataFormatAppendix-Serialization"></a>Serialization</h2>
 
 <p>Serialization is a <a shape="rect" href="data-format.html" title="Data 
Format">Data Format</a> which uses the standard Java Serialization mechanism to 
unmarshal a binary payload into Java objects or to marshal Java objects into a 
binary blob.<br clear="none">

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Tue Aug 13 07:21:05 
2013
@@ -11536,8 +11536,8 @@ This is done using the following syntax:
        </li></ul>
 
 
-<p>And related is the following <a shape="rect" href="type-converter.html" 
title="Type Converter">Type Converter</a>s:</p>
-<ul class="alternate" type="square"><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a></li></ul>
+<p>And related is the following:</p>
+<ul class="alternate" type="square"><li><a shape="rect" 
href="dataformat-component.html" title="DataFormat Component">DataFormat 
Component</a> for working with <a shape="rect" href="data-format.html" 
title="Data Format">Data Format</a>s as if it was a regular <a shape="rect" 
href="component.html" title="Component">Component</a> supporting <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s and <a 
shape="rect" href="uris.html" title="URIs">URIs</a>.</li><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a> using Dozer for type converting POJOs</li></ul>
 
 
 <h3><a shape="rect" name="BookInOnePage-Unmarshalling"></a>Unmarshalling</h3>
@@ -11621,7 +11621,6 @@ from("file://foo/bar").
 ]]></script>
 </div></div>
 
-
 <h2><a shape="rect" name="BookInOnePage-Serialization"></a>Serialization</h2>
 
 <p>Serialization is a <a shape="rect" href="data-format.html" title="Data 
Format">Data Format</a> which uses the standard Java Serialization mechanism to 
unmarshal a binary payload into Java objects or to marshal Java objects into a 
binary blob.<br clear="none">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/data-format.html
==============================================================================
--- websites/production/camel/content/data-format.html (original)
+++ websites/production/camel/content/data-format.html Tue Aug 13 07:21:05 2013
@@ -141,8 +141,8 @@
        </li></ul>
 
 
-<p>And related is the following <a shape="rect" href="type-converter.html" 
title="Type Converter">Type Converter</a>s:</p>
-<ul class="alternate" type="square"><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a></li></ul>
+<p>And related is the following:</p>
+<ul class="alternate" type="square"><li><a shape="rect" 
href="dataformat-component.html" title="DataFormat Component">DataFormat 
Component</a> for working with <a shape="rect" href="data-format.html" 
title="Data Format">Data Format</a>s as if it was a regular <a shape="rect" 
href="component.html" title="Component">Component</a> supporting <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s and <a 
shape="rect" href="uris.html" title="URIs">URIs</a>.</li><li><a shape="rect" 
href="dozer-type-conversion.html" title="Dozer Type Conversion">Dozer Type 
Conversion</a> using Dozer for type converting POJOs</li></ul>
 
 
 <h3><a shape="rect" name="DataFormat-Unmarshalling"></a>Unmarshalling</h3>
@@ -224,8 +224,7 @@ from("file://foo/bar").
   &lt;property name="contextPath" value="org.apache.camel.example"/&gt;
 &lt;/bean&gt;  
 ]]></script>
-</div></div>
-</div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to