Author: buildbot
Date: Fri Aug  3 14:19:48 2012
New Revision: 827822

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/activemq.html
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/activemq.html
==============================================================================
--- websites/production/camel/content/activemq.html (original)
+++ websites/production/camel/content/activemq.html Fri Aug  3 14:19:48 2012
@@ -166,7 +166,7 @@ camelContext.addComponent(<span class="c
 <span class="code-tag">&lt;dependency&gt;</span>
    <span class="code-tag">&lt;groupId&gt;</span>org.apache.activemq<span 
class="code-tag">&lt;/groupId&gt;</span>
    <span class="code-tag">&lt;artifactId&gt;</span>activemq-pool<span 
class="code-tag">&lt;/artifactId&gt;</span>
-   <span class="code-tag">&lt;version&gt;</span>5.3.2<span 
class="code-tag">&lt;/version&gt;</span>
+   <span class="code-tag">&lt;version&gt;</span>5.6.0<span 
class="code-tag">&lt;/version&gt;</span>
 <span class="code-tag">&lt;/dependency&gt;</span>
 </pre>
 </div></div>
@@ -302,55 +302,23 @@ originBrokerURL=vm:<span class="code-com
 <ul class="alternate" 
type="square"><li><tt>camel-jms</tt></li><li><tt>activemq-camel</tt></li></ul>
 
 
-<h4><a shape="rect" name="ActiveMQ-cameljms"></a>camel-jms</h4>
-<p>You <b>must</b> have the <tt>camel-jms</tt> as dependency as <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component.</p>
+<p>You <b>must</b> add <tt>camel-jms</tt> as a dependency as well. <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
of the <a shape="rect" href="jms.html" title="JMS">JMS</a> component released 
with the <a shape="rect" class="external-link" 
href="http://activemq.apache.org";>ActiveMQ project</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-jms&lt;/artifactId&gt;
-  &lt;version&gt;1.6.0&lt;/version&gt;
+  &lt;version&gt;2.10.0&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
-</div></div>
-
-<p>The ActiveMQ Camel component is released with the ActiveMQ project 
itself.<br clear="none">
-For Maven 2 users you simply just need to add the following dependency to your 
project.</p>
-
-<h4><a shape="rect" name="ActiveMQ-ActiveMQ5.2orlater"></a>ActiveMQ 5.2 or 
later</h4>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.activemq&lt;/groupId&gt;
   &lt;artifactId&gt;activemq-camel&lt;/artifactId&gt;
-  &lt;version&gt;5.2.0&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
-</div></div>
-
-<h4><a shape="rect" name="ActiveMQ-ActiveMQ5.1.0"></a>ActiveMQ 5.1.0</h4>
-
-<p>For 5.1.0 its in the activemq-core library</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.activemq&lt;/groupId&gt;
-  &lt;artifactId&gt;activemq-core&lt;/artifactId&gt;
-  &lt;version&gt;5.1.0&lt;/version&gt;
+  &lt;version&gt;5.6.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </div></div>
 
-<p>Alternatively you can download the component jar directly from the Maven 
repository:</p>
-
-<ul><li><a shape="rect" class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-camel/5.2.0/activemq-camel-5.2.0.jar";
 rel="nofollow">activemq-camel-5.2.0.jar</a></li><li><a shape="rect" 
class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-core/5.1.0/activemq-core-5.1.0.jar";
 rel="nofollow">activemq-core-5.1.0.jar</a></li></ul>
-
-
-<h4><a shape="rect" name="ActiveMQ-ActiveMQ4.x"></a>ActiveMQ 4.x</h4>
-
-<p>For this version you must use the <a shape="rect" href="jms.html" 
title="JMS">JMS</a> component instead. Please be careful to use a pooling 
connection factory as described in the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/jmstemplate-gotchas.html";>JmsTemplate 
Gotchas</a></p>
 
 <h3><a shape="rect" name="ActiveMQ-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Fri Aug  3 
14:19:48 2012
@@ -170,7 +170,7 @@ camelContext.addComponent(<span class="c
 <span class="code-tag">&lt;dependency&gt;</span>
    <span class="code-tag">&lt;groupId&gt;</span>org.apache.activemq<span 
class="code-tag">&lt;/groupId&gt;</span>
    <span class="code-tag">&lt;artifactId&gt;</span>activemq-pool<span 
class="code-tag">&lt;/artifactId&gt;</span>
-   <span class="code-tag">&lt;version&gt;</span>5.3.2<span 
class="code-tag">&lt;/version&gt;</span>
+   <span class="code-tag">&lt;version&gt;</span>5.6.0<span 
class="code-tag">&lt;/version&gt;</span>
 <span class="code-tag">&lt;/dependency&gt;</span>
 </pre>
 </div></div>
@@ -306,55 +306,23 @@ originBrokerURL=vm:<span class="code-com
 <ul class="alternate" 
type="square"><li><tt>camel-jms</tt></li><li><tt>activemq-camel</tt></li></ul>
 
 
-<h4><a shape="rect" name="BookComponentAppendix-cameljms"></a>camel-jms</h4>
-<p>You <b>must</b> have the <tt>camel-jms</tt> as dependency as <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component.</p>
+<p>You <b>must</b> add <tt>camel-jms</tt> as a dependency as well. <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
of the <a shape="rect" href="jms.html" title="JMS">JMS</a> component released 
with the <a shape="rect" class="external-link" 
href="http://activemq.apache.org";>ActiveMQ project</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-jms&lt;/artifactId&gt;
-  &lt;version&gt;1.6.0&lt;/version&gt;
+  &lt;version&gt;2.10.0&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
-</div></div>
-
-<p>The ActiveMQ Camel component is released with the ActiveMQ project 
itself.<br clear="none">
-For Maven 2 users you simply just need to add the following dependency to your 
project.</p>
-
-<h4><a shape="rect" 
name="BookComponentAppendix-ActiveMQ5.2orlater"></a>ActiveMQ 5.2 or later</h4>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.activemq&lt;/groupId&gt;
   &lt;artifactId&gt;activemq-camel&lt;/artifactId&gt;
-  &lt;version&gt;5.2.0&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
-</div></div>
-
-<h4><a shape="rect" name="BookComponentAppendix-ActiveMQ5.1.0"></a>ActiveMQ 
5.1.0</h4>
-
-<p>For 5.1.0 its in the activemq-core library</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.activemq&lt;/groupId&gt;
-  &lt;artifactId&gt;activemq-core&lt;/artifactId&gt;
-  &lt;version&gt;5.1.0&lt;/version&gt;
+  &lt;version&gt;5.6.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </div></div>
 
-<p>Alternatively you can download the component jar directly from the Maven 
repository:</p>
-
-<ul><li><a shape="rect" class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-camel/5.2.0/activemq-camel-5.2.0.jar";
 rel="nofollow">activemq-camel-5.2.0.jar</a></li><li><a shape="rect" 
class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-core/5.1.0/activemq-core-5.1.0.jar";
 rel="nofollow">activemq-core-5.1.0.jar</a></li></ul>
-
-
-<h4><a shape="rect" name="BookComponentAppendix-ActiveMQ4.x"></a>ActiveMQ 
4.x</h4>
-
-<p>For this version you must use the <a shape="rect" href="jms.html" 
title="JMS">JMS</a> component instead. Please be careful to use a pooling 
connection factory as described in the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/jmstemplate-gotchas.html";>JmsTemplate 
Gotchas</a></p>
 
 <h3><a shape="rect" name="BookComponentAppendix-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>

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 Fri Aug  3 14:19:48 
2012
@@ -20692,7 +20692,7 @@ camelContext.addComponent(<span class="c
 <span class="code-tag">&lt;dependency&gt;</span>
    <span class="code-tag">&lt;groupId&gt;</span>org.apache.activemq<span 
class="code-tag">&lt;/groupId&gt;</span>
    <span class="code-tag">&lt;artifactId&gt;</span>activemq-pool<span 
class="code-tag">&lt;/artifactId&gt;</span>
-   <span class="code-tag">&lt;version&gt;</span>5.3.2<span 
class="code-tag">&lt;/version&gt;</span>
+   <span class="code-tag">&lt;version&gt;</span>5.6.0<span 
class="code-tag">&lt;/version&gt;</span>
 <span class="code-tag">&lt;/dependency&gt;</span>
 </pre>
 </div></div>
@@ -20828,55 +20828,23 @@ originBrokerURL=vm:<span class="code-com
 <ul class="alternate" 
type="square"><li><tt>camel-jms</tt></li><li><tt>activemq-camel</tt></li></ul>
 
 
-<h4><a shape="rect" name="BookInOnePage-cameljms"></a>camel-jms</h4>
-<p>You <b>must</b> have the <tt>camel-jms</tt> as dependency as <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component.</p>
+<p>You <b>must</b> add <tt>camel-jms</tt> as a dependency as well. <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> is an extension 
of the <a shape="rect" href="jms.html" title="JMS">JMS</a> component released 
with the <a shape="rect" class="external-link" 
href="http://activemq.apache.org";>ActiveMQ project</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-jms&lt;/artifactId&gt;
-  &lt;version&gt;1.6.0&lt;/version&gt;
+  &lt;version&gt;2.10.0&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
-</div></div>
-
-<p>The ActiveMQ Camel component is released with the ActiveMQ project 
itself.<br clear="none">
-For Maven 2 users you simply just need to add the following dependency to your 
project.</p>
-
-<h4><a shape="rect" name="BookInOnePage-ActiveMQ5.2orlater"></a>ActiveMQ 5.2 
or later</h4>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.activemq&lt;/groupId&gt;
   &lt;artifactId&gt;activemq-camel&lt;/artifactId&gt;
-  &lt;version&gt;5.2.0&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
-</div></div>
-
-<h4><a shape="rect" name="BookInOnePage-ActiveMQ5.1.0"></a>ActiveMQ 5.1.0</h4>
-
-<p>For 5.1.0 its in the activemq-core library</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.activemq&lt;/groupId&gt;
-  &lt;artifactId&gt;activemq-core&lt;/artifactId&gt;
-  &lt;version&gt;5.1.0&lt;/version&gt;
+  &lt;version&gt;5.6.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </div></div>
 
-<p>Alternatively you can download the component jar directly from the Maven 
repository:</p>
-
-<ul><li><a shape="rect" class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-camel/5.2.0/activemq-camel-5.2.0.jar";
 rel="nofollow">activemq-camel-5.2.0.jar</a></li><li><a shape="rect" 
class="external-link" 
href="http://repo2.maven.org/maven2/org/apache/activemq/activemq-core/5.1.0/activemq-core-5.1.0.jar";
 rel="nofollow">activemq-core-5.1.0.jar</a></li></ul>
-
-
-<h4><a shape="rect" name="BookInOnePage-ActiveMQ4.x"></a>ActiveMQ 4.x</h4>
-
-<p>For this version you must use the <a shape="rect" href="jms.html" 
title="JMS">JMS</a> component instead. Please be careful to use a pooling 
connection factory as described in the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/jmstemplate-gotchas.html";>JmsTemplate 
Gotchas</a></p>
 
 <h3><a shape="rect" name="BookInOnePage-SeeAlso"></a>See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring 
Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" 
title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html" title="Getting Started">Getting 
Started</a></li></ul>

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


Reply via email to