You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/07/23 21:59:27 UTC

git commit: Tiny typo correction.

Updated Branches:
  refs/heads/master f4ac2a5e1 -> 39268a8ec


Tiny typo correction.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/39268a8e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/39268a8e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/39268a8e

Branch: refs/heads/master
Commit: 39268a8ec151494417d7033f020326815b725afd
Parents: f4ac2a5
Author: Babak Vahdat <bv...@apache.org>
Authored: Tue Jul 23 21:59:21 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Tue Jul 23 21:59:21 2013 +0200

----------------------------------------------------------------------
 components/camel-spring-batch/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/39268a8e/components/camel-spring-batch/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/src/test/resources/log4j.properties b/components/camel-spring-batch/src/test/resources/log4j.properties
index e6ffc4c..b54d622 100644
--- a/components/camel-spring-batch/src/test/resources/log4j.properties
+++ b/components/camel-spring-batch/src/test/resources/log4j.properties
@@ -33,5 +33,5 @@ log4j.appender.out.layout.ConversionPattern=[%30.30t] %-30.30c{1} %-5p %m%n
 log4j.appender.file=org.apache.log4j.FileAppender
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
-log4j.appender.file.file=target/camel-spring-ws-test.log
+log4j.appender.file.file=target/camel-spring-batch-test.log
 log4j.appender.file.append=true