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 2015/04/17 10:18:46 UTC

svn commit: r947989 - in /websites/production/camel/content: cache/main.pageCache raspberrypi.html

Author: buildbot
Date: Fri Apr 17 08:18:45 2015
New Revision: 947989

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/raspberrypi.html

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

Modified: websites/production/camel/content/raspberrypi.html
==============================================================================
--- websites/production/camel/content/raspberrypi.html (original)
+++ websites/production/camel/content/raspberrypi.html Fri Apr 17 08:18:45 2015
@@ -99,7 +99,7 @@ raspberrypi:type:id[?options]]]></script
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[public RouteBuilder createRouteBuilder() throws Exception {
    return new RouteBuilder() {
       public void configure() {
-         from(&quot;rbpi://pin:1?mode=DIGITAL_INPUT&amp;state=HIGH&quot;).id(&quot;rbpi-route&quot;).to(&quot;rbpi://pin:2?&amp;action=TOGGLE&quot;);
+         from(&quot;raspberrypi://pin/1?mode=DIGITAL_INPUT&amp;state=HIGH&quot;).id(&quot;rbpi-route&quot;).to(&quot;raspberrypi://pin/2?&amp;action=TOGGLE&quot;);
       }
     };
  }]]></script>