Author: buildbot
Date: Tue Jun 23 08:19:45 2015
New Revision: 955745

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/ftp.html
    websites/production/camel/content/ftp2.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 Tue Jun 23 
08:19:45 2015
@@ -1334,11 +1334,11 @@ template.send("direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a 
shape="rect" href="http://cxf.apache.org";>Apache CXF</a> for connecting to 
JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1434705538281 {padding: 0px;}
-div.rbtoc1434705538281 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1434705538281 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1435047495676 {padding: 0px;}
+div.rbtoc1435047495676 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1435047495676 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1434705538281">
+/*]]>*/</style></p><div class="toc-macro rbtoc1435047495676">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -3429,7 +3429,7 @@ protected RouteBuilder createRouteBuilde
 sftp://[username@]hostname[:port]/directoryname[?options]
 ftps://[username@]hostname[:port]/directoryname[?options]
 ]]></script>
-</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us.</p><p>If no <strong>username</strong> is provided, then 
<code>anonymous</code> login is attempted using no password.<br clear="none"> 
If no <strong>port</strong> number is provided, Camel will provide default 
values according to the protocol (ftp = 21, sftp = 22, ftps = 2222).</p><p>You 
can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses 
two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only availa
 ble in Camel 2.2 or newer.<br clear="none"> FTPS (also known as FTP Secure) is 
an extension to FTP that adds support for the Transport Layer Security (TLS) 
and the Secure Sockets Layer (SSL) cryptographic protocols.</p><h3 
id="BookComponentAppendix-URIOptions.3">URI Options</h3><p>The options below 
are exclusive for the FTP component.</p>    <div class="aui-message hint 
shadowed information-macro">
+</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us. The directoryName&#160;<strong>must</strong> exist already 
as this component does not support the&#160;<code>autoCreate</code> option 
(which the file component does). The reason is that its the FTP administrator 
(FTP server) task to properly setup user accounts, and home directories with 
the right file permissions etc.&#160;</p><p>If no <strong>username</strong> is 
provided, then <code>anonymous</code> login is attempted using no password.<br 
clear="none"> If no <strong>port</strong> number is provided, Camel will 
provide default values according to the protocol (ftp = 21, sftp = 22, ftps = 
2222).</p><p>You can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses
  two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only available in Camel 2.2 or newer.<br clear="none"> FTPS 
(also known as FTP Secure) is an extension to FTP that adds support for the 
Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic 
protocols.</p><h3 id="BookComponentAppendix-URIOptions.3">URI 
Options</h3><p>The options below are exclusive for the FTP component.</p>    
<div class="aui-message hint shadowed information-macro">
                     <p class="title">More options</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">

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 Tue Jun 23 08:19:45 
2015
@@ -3876,11 +3876,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the 
reader through the stages of creating a project which uses Camel to facilitate 
the routing of messages from a JMS queue to a <a shape="rect" 
class="external-link" href="http://www.springramework.org"; 
rel="nofollow">Spring</a> service. The route works in a synchronous fashion 
returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1434705562832 {padding: 0px;}
-div.rbtoc1434705562832 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1434705562832 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1435047520743 {padding: 0px;}
+div.rbtoc1435047520743 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1435047520743 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1434705562832">
+/*]]>*/</style></p><div class="toc-macro rbtoc1435047520743">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring 
Remoting with JMS</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the 
Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with 
Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing 
the Server</a>
@@ -6066,11 +6066,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1434705563283 {padding: 0px;}
-div.rbtoc1434705563283 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1434705563283 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1435047521187 {padding: 0px;}
+div.rbtoc1435047521187 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1435047521187 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1434705563283">
+/*]]>*/</style><div class="toc-macro rbtoc1435047521187">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using 
Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting 
up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the 
Example</a></li></ul>
@@ -18653,11 +18653,11 @@ template.send(&quot;direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a 
shape="rect" href="http://cxf.apache.org";>Apache CXF</a> for connecting to 
JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1434705583351 {padding: 0px;}
-div.rbtoc1434705583351 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1434705583351 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1435047541373 {padding: 0px;}
+div.rbtoc1435047541373 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1435047541373 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1434705583351">
+/*]]>*/</style></p><div class="toc-macro rbtoc1435047541373">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -20748,7 +20748,7 @@ protected RouteBuilder createRouteBuilde
 sftp://[username@]hostname[:port]/directoryname[?options]
 ftps://[username@]hostname[:port]/directoryname[?options]
 ]]></script>
-</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us.</p><p>If no <strong>username</strong> is provided, then 
<code>anonymous</code> login is attempted using no password.<br clear="none"> 
If no <strong>port</strong> number is provided, Camel will provide default 
values according to the protocol (ftp = 21, sftp = 22, ftps = 2222).</p><p>You 
can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses 
two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only availa
 ble in Camel 2.2 or newer.<br clear="none"> FTPS (also known as FTP Secure) is 
an extension to FTP that adds support for the Transport Layer Security (TLS) 
and the Secure Sockets Layer (SSL) cryptographic protocols.</p><h3 
id="BookInOnePage-URIOptions.3">URI Options</h3><p>The options below are 
exclusive for the FTP component.</p>    <div class="aui-message hint shadowed 
information-macro">
+</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us. The directoryName&#160;<strong>must</strong> exist already 
as this component does not support the&#160;<code>autoCreate</code> option 
(which the file component does). The reason is that its the FTP administrator 
(FTP server) task to properly setup user accounts, and home directories with 
the right file permissions etc.&#160;</p><p>If no <strong>username</strong> is 
provided, then <code>anonymous</code> login is attempted using no password.<br 
clear="none"> If no <strong>port</strong> number is provided, Camel will 
provide default values according to the protocol (ftp = 21, sftp = 22, ftps = 
2222).</p><p>You can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses
  two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only available in Camel 2.2 or newer.<br clear="none"> FTPS 
(also known as FTP Secure) is an extension to FTP that adds support for the 
Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic 
protocols.</p><h3 id="BookInOnePage-URIOptions.3">URI Options</h3><p>The 
options below are exclusive for the FTP component.</p>    <div 
class="aui-message hint shadowed information-macro">
                     <p class="title">More options</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">

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

Modified: websites/production/camel/content/ftp.html
==============================================================================
--- websites/production/camel/content/ftp.html (original)
+++ websites/production/camel/content/ftp.html Tue Jun 23 08:19:45 2015
@@ -120,7 +120,7 @@
 sftp://[username@]hostname[:port]/directoryname[?options]
 ftps://[username@]hostname[:port]/directoryname[?options]
 ]]></script>
-</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us.</p><p>If no <strong>username</strong> is provided, then 
<code>anonymous</code> login is attempted using no password.<br clear="none"> 
If no <strong>port</strong> number is provided, Camel will provide default 
values according to the protocol (ftp = 21, sftp = 22, ftps = 2222).</p><p>You 
can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses 
two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only availa
 ble in Camel 2.2 or newer.<br clear="none"> FTPS (also known as FTP Secure) is 
an extension to FTP that adds support for the Transport Layer Security (TLS) 
and the Secure Sockets Layer (SSL) cryptographic protocols.</p><h3 
id="FTP-URIOptions">URI Options</h3><p>The options below are exclusive for the 
FTP component.</p>    <div class="aui-message hint shadowed information-macro">
+</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us. The directoryName&#160;<strong>must</strong> exist already 
as this component does not support the&#160;<code>autoCreate</code> option 
(which the file component does). The reason is that its the FTP administrator 
(FTP server) task to properly setup user accounts, and home directories with 
the right file permissions etc.&#160;</p><p>If no <strong>username</strong> is 
provided, then <code>anonymous</code> login is attempted using no password.<br 
clear="none"> If no <strong>port</strong> number is provided, Camel will 
provide default values according to the protocol (ftp = 21, sftp = 22, ftps = 
2222).</p><p>You can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses
  two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only available in Camel 2.2 or newer.<br clear="none"> FTPS 
(also known as FTP Secure) is an extension to FTP that adds support for the 
Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic 
protocols.</p><h3 id="FTP-URIOptions">URI Options</h3><p>The options below are 
exclusive for the FTP component.</p>    <div class="aui-message hint shadowed 
information-macro">
                     <p class="title">More options</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">

Modified: websites/production/camel/content/ftp2.html
==============================================================================
--- websites/production/camel/content/ftp2.html (original)
+++ websites/production/camel/content/ftp2.html Tue Jun 23 08:19:45 2015
@@ -120,7 +120,7 @@
 sftp://[username@]hostname[:port]/directoryname[?options]
 ftps://[username@]hostname[:port]/directoryname[?options]
 ]]></script>
-</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us.</p><p>If no <strong>username</strong> is provided, then 
<code>anonymous</code> login is attempted using no password.<br clear="none"> 
If no <strong>port</strong> number is provided, Camel will provide default 
values according to the protocol (ftp = 21, sftp = 22, ftps = 2222).</p><p>You 
can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses 
two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only availa
 ble in Camel 2.2 or newer.<br clear="none"> FTPS (also known as FTP Secure) is 
an extension to FTP that adds support for the Transport Layer Security (TLS) 
and the Secure Sockets Layer (SSL) cryptographic protocols.</p><h3 
id="FTP2-URIOptions">URI Options</h3><p>The options below are exclusive for the 
FTP component.</p>    <div class="aui-message hint shadowed information-macro">
+</div></div><p>Where <strong>directoryname</strong> represents the underlying 
directory. The directory name is a relative path. Absolute path's is 
<strong>not</strong> supported. The relative path can contain nested folders, 
such as /inbox/us. The directoryName&#160;<strong>must</strong> exist already 
as this component does not support the&#160;<code>autoCreate</code> option 
(which the file component does). The reason is that its the FTP administrator 
(FTP server) task to properly setup user accounts, and home directories with 
the right file permissions etc.&#160;</p><p>If no <strong>username</strong> is 
provided, then <code>anonymous</code> login is attempted using no password.<br 
clear="none"> If no <strong>port</strong> number is provided, Camel will 
provide default values according to the protocol (ftp = 21, sftp = 22, ftps = 
2222).</p><p>You can append query options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><p>This component uses
  two different libraries for the actual FTP work. FTP and FTPS uses <a 
shape="rect" class="external-link" href="http://commons.apache.org/net/";>Apache 
Commons Net</a> while SFTP uses <a shape="rect" class="external-link" 
href="http://www.jcraft.com/jsch/"; rel="nofollow">JCraft JSCH</a>.</p><p>The 
FTPS component is only available in Camel 2.2 or newer.<br clear="none"> FTPS 
(also known as FTP Secure) is an extension to FTP that adds support for the 
Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic 
protocols.</p><h3 id="FTP2-URIOptions">URI Options</h3><p>The options below are 
exclusive for the FTP component.</p>    <div class="aui-message hint shadowed 
information-macro">
                     <p class="title">More options</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">


Reply via email to