Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AD5ACF9C for ; Thu, 12 Apr 2012 21:18:43 +0000 (UTC) Received: (qmail 73545 invoked by uid 500); 12 Apr 2012 21:18:43 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 73491 invoked by uid 500); 12 Apr 2012 21:18:43 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 73474 invoked by uid 99); 12 Apr 2012 21:18:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 21:18:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 21:18:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4F6A72388962 for ; Thu, 12 Apr 2012 21:18:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r812594 - in /websites/production/camel/content: cache/main.pageCache cronscheduledroutepolicy.html Date: Thu, 12 Apr 2012 21:18:19 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120412211819.4F6A72388962@eris.apache.org> Author: buildbot Date: Thu Apr 12 21:18:18 2012 New Revision: 812594 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/cronscheduledroutepolicy.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/cronscheduledroutepolicy.html ============================================================================== --- websites/production/camel/content/cronscheduledroutepolicy.html (original) +++ websites/production/camel/content/cronscheduledroutepolicy.html Thu Apr 12 21:18:18 2012 @@ -141,7 +141,7 @@ CronScheduledRoutePolicy startPolicy = < startPolicy.setRouteStartTime("*/3 * * * * ?"); from("direct:start") - .routeId("testRoute").routePolicy(policy).noAutoStartup() + .routeId("testRoute").routePolicy(startPolicy).noAutoStartup() .to("mock:success");;