Updated Branches: refs/heads/master 15e0c6d8f -> 4ddabf958
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/4ddabf95 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4ddabf95 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4ddabf95 Branch: refs/heads/master Commit: 4ddabf95839721402305289d849f61fb67bb8313 Parents: 15e0c6d Author: Babak Vahdat <[email protected]> Authored: Sat Sep 28 21:01:32 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Sat Sep 28 21:01:32 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/4ddabf95/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/4ddabf95/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/4ddabf95/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/4ddabf95/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="" />
