Author: buildbot Date: Wed Sep 11 02:19:32 2013 New Revision: 877993 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/gtask.html websites/production/camel/content/jpa.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 Wed Sep 11 02:19:32 2013 @@ -10052,7 +10052,7 @@ monitor.start(); <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -jpa:[entityClassName][?options] +jpa:entityClassName[?options] ]]></script> </div></div> 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 Wed Sep 11 02:19:32 2013 @@ -31453,7 +31453,7 @@ monitor.start(); <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -jpa:[entityClassName][?options] +jpa:entityClassName[?options] ]]></script> </div></div> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/gtask.html ============================================================================== --- websites/production/camel/content/gtask.html (original) +++ websites/production/camel/content/gtask.html Wed Sep 11 02:19:32 2013 @@ -94,7 +94,7 @@ The <tt>gtask</tt> component contributes <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -gtask://queue-name +gtask://queue-name[?options] ]]></script> </div></div> Modified: websites/production/camel/content/jpa.html ============================================================================== --- websites/production/camel/content/jpa.html (original) +++ websites/production/camel/content/jpa.html Wed Sep 11 02:19:32 2013 @@ -119,7 +119,7 @@ <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -jpa:[entityClassName][?options] +jpa:entityClassName[?options] ]]></script> </div></div>