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 2012/11/01 14:20:49 UTC

svn commit: r836881 - in /websites/production/camel/content: book-in-one-page.html book-languages-appendix.html cache/main.pageCache simple.html

Author: buildbot
Date: Thu Nov  1 13:20:49 2012
New Revision: 836881

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-languages-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/simple.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 Thu Nov  1 13:20:49 2012
@@ -9946,7 +9946,7 @@ simple(<span class="code-quote">"${in.he
 </pre>
 </div></div>
 
-<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:foo</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
+<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:fooOrders</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
 
 <p>The same example in Java DSL:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Thu Nov  1 13:20:49 2012
@@ -1966,7 +1966,7 @@ simple(<span class="code-quote">"${in.he
 </pre>
 </div></div>
 
-<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:foo</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
+<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:fooOrders</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
 
 <p>The same example in Java DSL:</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/simple.html
==============================================================================
--- websites/production/camel/content/simple.html (original)
+++ websites/production/camel/content/simple.html Thu Nov  1 13:20:49 2012
@@ -408,7 +408,7 @@ simple(<span class="code-quote">"${in.he
 </pre>
 </div></div>
 
-<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:foo</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
+<p>The Simple language can be used for the predicate test above in the <a shape="rect" href="message-filter.html" title="Message Filter">Message Filter</a> pattern, where we test if the in message has a <tt>foo</tt> header (a header with the key <tt>foo</tt> exists). If the expression evaluates to <b>true</b> then the message is routed to the <tt>mock:fooOrders</tt> endpoint, otherwise its lost in the deep blue sea <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0">.</p>
 
 <p>The same example in Java DSL:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">