Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 92276 invoked from network); 13 May 2009 17:04:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 17:04:09 -0000 Received: (qmail 39682 invoked by uid 500); 13 May 2009 17:04:09 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 39662 invoked by uid 500); 13 May 2009 17:04:09 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 39652 invoked by uid 99); 13 May 2009 17:04:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 17:04:09 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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; Wed, 13 May 2009 17:04:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A8AF323888BD; Wed, 13 May 2009 17:03:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r774434 - /incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm Date: Wed, 13 May 2009 17:03:40 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090513170340.A8AF323888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Wed May 13 17:03:39 2009 New Revision: 774434 URL: http://svn.apache.org/viewvc?rev=774434&view=rev Log: fixed hardcoded server Modified: incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm Modified: incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm?rev=774434&r1=774433&r2=774434&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm (original) +++ incubator/click/trunk/click/examples/webapp/quartz/quartz-job-scheduler.htm Wed May 13 17:03:39 2009 @@ -1,9 +1,9 @@

This example shows you how to integrate the -Quartz +Quartz job scheduling framework into a Click application. The -ExampleJob +ExampleJob below was added to Quartz by the Click Examples DatabaseInitListener.