Updated Branches: refs/heads/camel-2.12.x 71885ef5b -> 170a51ff6
Corrected the typo inside the comment. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/170a51ff Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/170a51ff Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/170a51ff Branch: refs/heads/camel-2.12.x Commit: 170a51ff6161f7e65aa7d936a6ed63dfbb6420b7 Parents: 71885ef5 Author: Babak Vahdat <[email protected]> Authored: Sat Sep 28 21:01:32 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Sat Sep 28 21:03:38 2013 +0200 ---------------------------------------------------------------------- .../camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml | 2 +- .../camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml | 2 +- .../camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml | 2 +- .../camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/170a51ff/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml ---------------------------------------------------------------------- diff --git a/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml b/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml index d7cc4c7..76090f1 100644 --- a/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml +++ b/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppOne.xml @@ -25,7 +25,7 @@ <bean id="quartzDataSource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="org.apache.derby.jdbc.EmbeddedDriver" /> - <!-- refer the embedded database we setup inside SpringQuartzEmbeddedDatabase.xml --> + <!-- refer the embedded database we setup inside SpringQuartzConsumerClusteredAppDatabase.xml --> <property name="url" value="jdbc:derby:memory:quartz-db" /> <property name="username" value="sa" /> <property name="password" value="" /> http://git-wip-us.apache.org/repos/asf/camel/blob/170a51ff/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml ---------------------------------------------------------------------- diff --git a/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml b/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml index a27161c..784c2bb 100644 --- a/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml +++ b/components/camel-quartz/src/test/resources/org/apache/camel/component/quartz/SpringQuartzConsumerClusteredAppTwo.xml @@ -25,7 +25,7 @@ <bean id="quartzDataSource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="org.apache.derby.jdbc.EmbeddedDriver" /> - <!-- refer the embedded database we setup inside SpringQuartzEmbeddedDatabase.xml --> + <!-- refer the embedded database we setup inside SpringQuartzConsumerClusteredAppDatabase.xml --> <property name="url" value="jdbc:derby:memory:quartz-db" /> <property name="username" value="sa" /> <property name="password" value="" /> http://git-wip-us.apache.org/repos/asf/camel/blob/170a51ff/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml ---------------------------------------------------------------------- diff --git a/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml b/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml index 2936366..ae837e2 100644 --- a/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml +++ b/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppOne.xml @@ -25,7 +25,7 @@ <bean id="quartzDataSource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="org.apache.derby.jdbc.EmbeddedDriver" /> - <!-- refer the embedded database we setup inside SpringQuartzEmbeddedDatabase.xml --> + <!-- refer the embedded database we setup inside SpringQuartzClusteredAppDatabase.xml --> <property name="url" value="jdbc:derby:memory:quartz-db" /> <property name="username" value="sa" /> <property name="password" value="" /> http://git-wip-us.apache.org/repos/asf/camel/blob/170a51ff/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml ---------------------------------------------------------------------- diff --git a/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml b/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml index ef1993a..51a488c 100644 --- a/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml +++ b/components/camel-quartz/src/test/resources/org/apache/camel/routepolicy/quartz/SpringQuartzClusteredAppTwo.xml @@ -25,7 +25,7 @@ <bean id="quartzDataSource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="org.apache.derby.jdbc.EmbeddedDriver" /> - <!-- refer the embedded database we setup inside SpringQuartzEmbeddedDatabase.xml --> + <!-- refer the embedded database we setup inside SpringQuartzClusteredAppDatabase.xml --> <property name="url" value="jdbc:derby:memory:quartz-db" /> <property name="username" value="sa" /> <property name="password" value="" />
