Author: buildbot
Date: Sat Feb 16 21:23:24 2013
New Revision: 850805
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-2110-release.html
websites/production/camel/content/zip-file-dataformat.html
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 Sat Feb 16 21:23:24
2013
@@ -11142,7 +11142,7 @@ This is done using the following syntax:
<ul><li>Compression
- <ul><li><a shape="rect" href="gzip-data-format.html" title="GZip data
format">GZip data format</a></li><li><a shape="rect" href="zip-dataformat.html"
title="Zip DataFormat">Zip DataFormat</a></li></ul>
+ <ul><li><a shape="rect" href="gzip-data-format.html" title="GZip data
format">GZip data format</a></li><li><a shape="rect" href="zip-dataformat.html"
title="Zip DataFormat">Zip DataFormat</a></li><li><a shape="rect"
href="zip-file-dataformat.html" title="Zip File DataFormat">Zip File
DataFormat</a></li></ul>
</li></ul>
@@ -11462,15 +11462,15 @@ from(<span class="code-quote">"activemq:
<p>If you use maven you could just add the following to your pom.xml,
substituting the version number for the latest & greatest release (see <a
shape="rect" href="download.html" title="Download">the download page for the
latest versions</a>).</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java">
-<dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-xmlbeans</artifactId>
- <version>2.8.0</version>
-</dependency>
+<pre class="code-xml">
+<span class="code-tag"><dependency></span>
+ <span class="code-tag"><groupId></span>org.apache.camel<span
class="code-tag"></groupId></span>
+ <span class="code-tag"><artifactId></span>camel-xmlbeans<span
class="code-tag"></artifactId></span>
+ <span class="code-tag"><version></span>x.x.x<span
class="code-tag"></version></span>
+ <span class="code-tag"><span class="code-comment"><!-- use the same
version as your Camel core version --></span></span>
+<span class="code-tag"></dependency></span>
</pre>
</div></div>
-
<h2><a shape="rect" name="BookInOnePage-XStream"></a>XStream</h2>
<p>XStream is a <a shape="rect" href="data-format.html" title="Data
Format">Data Format</a> which uses the <a shape="rect" class="external-link"
href="http://xstream.codehaus.org/" rel="nofollow">XStream library</a> to
marshal and unmarshal Java objects to and from XML.</p>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/camel-2110-release.html
==============================================================================
--- websites/production/camel/content/camel-2110-release.html (original)
+++ websites/production/camel/content/camel-2110-release.html Sat Feb 16
21:23:24 2013
@@ -112,7 +112,7 @@
<h3><a shape="rect" name="Camel2.11.0Release-NewAnnotations"></a>New
Annotations</h3>
<h3><a shape="rect" name="Camel2.11.0Release-NewDataFormatsDataFormat"></a>New
<a shape="rect" href="data-format.html" title="Data Format">Data
Formats</a></h3>
-<ul><li><tt><a shape="rect" href="base64.html"
title="Base64">camel-base64</a></tt> - support base64 encoding and
decoding.</li><li><tt><a shape="rect" href="xmlrpc.html"
title="XmlRpc">camel-xmlrpc</a></tt> - support to marshal and unmarshal the
request and response of xmlrpc.</li></ul>
+<ul><li><tt><a shape="rect" href="base64.html"
title="Base64">camel-base64</a></tt> - support base64 encoding and
decoding.</li><li><tt><a shape="rect" href="xmlrpc.html"
title="XmlRpc">camel-xmlrpc</a></tt> - support to marshal and unmarshal the
request and response of xmlrpc.</li><li><tt><a shape="rect"
href="zip-file-dataformat.html" title="Zip File
DataFormat">camel-zipfile</a></tt> - support to Zip files containing a single
entry.</li></ul>
Modified: websites/production/camel/content/zip-file-dataformat.html
==============================================================================
--- websites/production/camel/content/zip-file-dataformat.html (original)
+++ websites/production/camel/content/zip-file-dataformat.html Sat Feb 16
21:23:24 2013
@@ -114,7 +114,7 @@ from(<span class="code-quote">"activemq:
<h3><a shape="rect" name="ZipFileDataFormat-Dependencies"></a>Dependencies</h3>
-<p>To use Zip files in your camel routes you need to add the a dependency on
<b>camel-zipfile</b> which implements this data format.</p>
+<p>To use Zip files in your camel routes you need to add a dependency on
<b>camel-zipfile</b> which implements this data format.</p>
<p>If you use Maven you can just add the following to your <tt>pom.xml</tt>,
substituting the version number for the latest & greatest release (see <a
shape="rect" href="download.html" title="Download">the download page for the
latest versions</a>).</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">