Author: buildbot
Date: Wed Mar 30 11:18:57 2016
New Revision: 984241

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/spring-boot.html

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

Modified: websites/production/camel/content/spring-boot.html
==============================================================================
--- websites/production/camel/content/spring-boot.html (original)
+++ websites/production/camel/content/spring-boot.html Wed Mar 30 11:18:57 2016
@@ -297,12 +297,7 @@ camel.springboot.xmlRoutes = false
 // scan in the com/foo/routes classpath
 camel.springboot.xmlRoutes = classpath:com/foo/routes/*.xml]]></script>
 </div></div><p>The XML files should be Camel XML routes (not CamelContext) 
such as</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;beans 
xmlns=&quot;http://www.springframework.org/schema/beans&quot;
-       xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
-       xsi:schemaLocation=&quot;http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
-       http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd&quot;&gt;
- 
-   &lt;routes xmlns=&quot;http://camel.apache.org/schema/spring&quot;&gt;
+<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[   &lt;routes 
xmlns=&quot;http://camel.apache.org/schema/spring&quot;&gt;
         &lt;route id=&quot;test&quot;&gt;
             &lt;from uri=&quot;timer://trigger&quot;/&gt;
             &lt;transform&gt;
@@ -310,8 +305,7 @@ camel.springboot.xmlRoutes = classpath:c
             &lt;/transform&gt;
             &lt;to uri=&quot;log:out&quot;/&gt;
         &lt;/route&gt;
-    &lt;/routes&gt;
-&lt;/beans&gt;]]></script>
+    &lt;/routes&gt;]]></script>
 </div></div><p>&#160;</p><p><br clear="none"></p><h3 
id="SpringBoot-SeeAlso">See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html">Configuring 
Camel</a></li><li><a shape="rect" 
href="component.html">Component</a></li><li><a shape="rect" 
href="endpoint.html">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li></ul></div>
         </td>


Reply via email to