Author: buildbot
Date: Mon Apr 30 15:20:29 2012
New Revision: 815142

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-cookbook.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/pojo-producing.html

Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Mon Apr 30 15:20:29 
2012
@@ -747,7 +747,7 @@ from(uri).to(<span class="code-quote">"b
 
 <h4><a shape="rect" 
name="Bookcookbook-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use the <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can participate in message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" 
href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">

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 Mon Apr 30 15:20:29 
2012
@@ -1884,7 +1884,7 @@ from(uri).to(<span class="code-quote">"b
 
 <h4><a shape="rect" 
name="BookInOnePage-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use the <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can participate in message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" 
href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">

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

Modified: websites/production/camel/content/pojo-producing.html
==============================================================================
--- websites/production/camel/content/pojo-producing.html (original)
+++ websites/production/camel/content/pojo-producing.html Mon Apr 30 15:20:29 
2012
@@ -79,7 +79,7 @@
 
 <h4><a shape="rect" 
name="POJOProducing-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use the <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html";>@EndpointInject</a>
 annotation. This will inject a <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html";>ProducerTemplate</a>
 so that the bean can participate in message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" 
href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">


Reply via email to