Author: buildbot
Date: Thu May 16 02:21:32 2013
New Revision: 862128

Log:
Production update by buildbot for camel

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

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 Thu May 16 
02:21:32 2013
@@ -16714,7 +16714,7 @@ string-template:templateName[?options]
 
 <h3><a shape="rect" name="BookComponentAppendix-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>delimiterStart</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable start 
delimiter </td></tr><tr><td colspan="1" rowspan="1
 " class="confluenceTd"> <tt>delimiterEnd</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable end 
delimiter </td></tr></tbody></table>
 </div>
 </div>
 
@@ -16743,15 +16743,16 @@ from(<span class="code-quote">"activemq:
 </div></div>
 
 <h3><a shape="rect" name="BookComponentAppendix-TheEmailSample"></a>The Email 
Sample</h3>
-<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:</p>
+<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:<br clear="none">
+This example works for <b>camel 2.11.0</b>. If your camel version is less than 
2.11.0, the variables should be started and ended with $.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
-Dear $headers.lastName$, $headers.firstName$
+Dear &lt;headers.lastName&gt;, &lt;headers.firstName&gt;
 
-Thanks <span class="code-keyword">for</span> the order of $headers.item$.
+Thanks <span class="code-keyword">for</span> the order of &lt;headers.item&gt;.
 
 Regards Camel Riders Bookstore
-$body$
+&lt;body&gt;
 </pre>
 </div></div>
 

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 Thu May 16 02:21:32 
2013
@@ -37729,7 +37729,7 @@ string-template:templateName[?options]
 
 <h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>delimiterStart</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable start 
delimiter </td></tr><tr><td colspan="1" rowspan="1
 " class="confluenceTd"> <tt>delimiterEnd</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable end 
delimiter </td></tr></tbody></table>
 </div>
 </div>
 
@@ -37758,15 +37758,16 @@ from(<span class="code-quote">"activemq:
 </div></div>
 
 <h3><a shape="rect" name="BookInOnePage-TheEmailSample"></a>The Email 
Sample</h3>
-<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:</p>
+<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:<br clear="none">
+This example works for <b>camel 2.11.0</b>. If your camel version is less than 
2.11.0, the variables should be started and ended with $.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
-Dear $headers.lastName$, $headers.firstName$
+Dear &lt;headers.lastName&gt;, &lt;headers.firstName&gt;
 
-Thanks <span class="code-keyword">for</span> the order of $headers.item$.
+Thanks <span class="code-keyword">for</span> the order of &lt;headers.item&gt;.
 
 Regards Camel Riders Bookstore
-$body$
+&lt;body&gt;
 </pre>
 </div></div>
 

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

Modified: websites/production/camel/content/stringtemplate.html
==============================================================================
--- websites/production/camel/content/stringtemplate.html (original)
+++ websites/production/camel/content/stringtemplate.html Thu May 16 02:21:32 
2013
@@ -105,7 +105,7 @@ string-template:templateName[?options]
 
 <h3><a shape="rect" name="StringTemplate-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Option </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>contentCache</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Cache for the resource content when its loaded. <br 
clear="none" class="atl-forced-newline"> Note : as of <b>Camel 2.9</b> cached 
resource content can be cleared via JMX using the endpoint's 
<tt>clearContentCache</tt> operation. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>delimiterStart</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable start 
delimiter </td></tr><tr><td colspan="1" rowspan="1
 " class="confluenceTd"> <tt>delimiterEnd</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Since Camel 2.11.1</b>, configuring the variable end 
delimiter </td></tr></tbody></table>
 </div>
 </div>
 
@@ -134,15 +134,16 @@ from(<span class="code-quote">"activemq:
 </div></div>
 
 <h3><a shape="rect" name="StringTemplate-TheEmailSample"></a>The Email 
Sample</h3>
-<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:</p>
+<p>In this sample we want to use a string template to send an order 
confirmation email. The email template is laid out in <tt>StringTemplate</tt> 
as:<br clear="none">
+This example works for <b>camel 2.11.0</b>. If your camel version is less than 
2.11.0, the variables should be started and ended with $.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
-Dear $headers.lastName$, $headers.firstName$
+Dear &lt;headers.lastName&gt;, &lt;headers.firstName&gt;
 
-Thanks <span class="code-keyword">for</span> the order of $headers.item$.
+Thanks <span class="code-keyword">for</span> the order of &lt;headers.item&gt;.
 
 Regards Camel Riders Bookstore
-$body$
+&lt;body&gt;
 </pre>
 </div></div>
 


Reply via email to