You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/02/16 22:23:24 UTC

svn commit: r850805 - in /websites/production/camel/content: book-in-one-page.html cache/main.pageCache camel-2110-release.html zip-file-dataformat.html

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 &amp; 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">
-&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-  &lt;artifactId&gt;camel-xmlbeans&lt;/artifactId&gt;
-  &lt;version&gt;2.8.0&lt;/version&gt;
-&lt;/dependency&gt;
+<pre class="code-xml">
+<span class="code-tag">&lt;dependency&gt;</span>
+  <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
+  <span class="code-tag">&lt;artifactId&gt;</span>camel-xmlbeans<span class="code-tag">&lt;/artifactId&gt;</span>
+  <span class="code-tag">&lt;version&gt;</span>x.x.x<span class="code-tag">&lt;/version&gt;</span>
+  <span class="code-tag"><span class="code-comment">&lt;!-- use the same version as your Camel core version --&gt;</span></span>
+<span class="code-tag">&lt;/dependency&gt;</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 &amp; 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">