Author: buildbot
Date: Thu Dec 27 09:24:48 2012
New Revision: 843970

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/mina.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 Dec 27 
09:24:48 2012
@@ -11133,6 +11133,8 @@ You can get the IoSession from the messa
 
 <p>Filters permit you to use some Mina Filters, such as <tt>SslFilter</tt>. 
You can also implement some customized filters. Please note that <tt>codec</tt> 
and <tt>logger</tt> are also implemented as Mina filters of type, 
<tt>IoFilter</tt>. Any filters you may define are appended to the end of the 
filter chain; that is, after <tt>codec</tt> and <tt>logger</tt>.</p>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If 
using the <tt>SslFilter</tt> you need to add the <tt>mina-filter-ssl</tt> JAR 
to the classpath.</td></tr></table></div>
+
 <p>For instance, the example below will send a keep-alive message after 10 
seconds of inactivity:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">

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 Dec 27 09:24:48 
2012
@@ -31392,6 +31392,8 @@ You can get the IoSession from the messa
 
 <p>Filters permit you to use some Mina Filters, such as <tt>SslFilter</tt>. 
You can also implement some customized filters. Please note that <tt>codec</tt> 
and <tt>logger</tt> are also implemented as Mina filters of type, 
<tt>IoFilter</tt>. Any filters you may define are appended to the end of the 
filter chain; that is, after <tt>codec</tt> and <tt>logger</tt>.</p>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If 
using the <tt>SslFilter</tt> you need to add the <tt>mina-filter-ssl</tt> JAR 
to the classpath.</td></tr></table></div>
+
 <p>For instance, the example below will send a keep-alive message after 10 
seconds of inactivity:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">

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

Modified: websites/production/camel/content/mina.html
==============================================================================
--- websites/production/camel/content/mina.html (original)
+++ websites/production/camel/content/mina.html Thu Dec 27 09:24:48 2012
@@ -262,6 +262,8 @@ You can get the IoSession from the messa
 
 <p>Filters permit you to use some Mina Filters, such as <tt>SslFilter</tt>. 
You can also implement some customized filters. Please note that <tt>codec</tt> 
and <tt>logger</tt> are also implemented as Mina filters of type, 
<tt>IoFilter</tt>. Any filters you may define are appended to the end of the 
filter chain; that is, after <tt>codec</tt> and <tt>logger</tt>.</p>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">If 
using the <tt>SslFilter</tt> you need to add the <tt>mina-filter-ssl</tt> JAR 
to the classpath.</td></tr></table></div>
+
 <p>For instance, the example below will send a keep-alive message after 10 
seconds of inactivity:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">


Reply via email to