From 86986d5cfb4d468e8c4588f05700f767c6c600cf Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 24 Sep 2008 16:35:18 +0000 Subject: [PATCH] Refactored cron-based "OddEvenDemo" sample for new TaskScheduler interface based on Trigger (and the CronTrigger in particular). --- org.springframework.integration.samples/.classpath | 1 - .../integration/samples/oddeven/cronOddEvenDemo.xml | 12 +----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/org.springframework.integration.samples/.classpath b/org.springframework.integration.samples/.classpath index 85822494ce..b0f8ca23c0 100644 --- a/org.springframework.integration.samples/.classpath +++ b/org.springframework.integration.samples/.classpath @@ -19,7 +19,6 @@ - diff --git a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/oddeven/cronOddEvenDemo.xml b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/oddeven/cronOddEvenDemo.xml index 1f1c2405da..8dc6124963 100644 --- a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/oddeven/cronOddEvenDemo.xml +++ b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/oddeven/cronOddEvenDemo.xml @@ -7,7 +7,7 @@ http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-1.0.xsd"> - + @@ -36,14 +36,4 @@ - - - - - - - - - -