From 246df09f0abc6e82539f2174c46e81f96d921f8c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 27 Feb 2008 17:11:46 +0000 Subject: [PATCH] resources --- spring-webflow-samples/booking-jsf/.classpath | 2 ++ .../.settings/org.eclipse.wst.common.component | 2 ++ .../booking-jsf/src/test/java/log4j.properties | 9 --------- 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100755 spring-webflow-samples/booking-jsf/src/test/java/log4j.properties diff --git a/spring-webflow-samples/booking-jsf/.classpath b/spring-webflow-samples/booking-jsf/.classpath index e7394167..30804270 100755 --- a/spring-webflow-samples/booking-jsf/.classpath +++ b/spring-webflow-samples/booking-jsf/.classpath @@ -2,6 +2,8 @@ + + diff --git a/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.component index 384bd6cb..eaca15f2 100755 --- a/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.component +++ b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.component @@ -4,6 +4,8 @@ + + diff --git a/spring-webflow-samples/booking-jsf/src/test/java/log4j.properties b/spring-webflow-samples/booking-jsf/src/test/java/log4j.properties deleted file mode 100755 index 5ba9222c..00000000 --- a/spring-webflow-samples/booking-jsf/src/test/java/log4j.properties +++ /dev/null @@ -1,9 +0,0 @@ -log4j.rootCategory=WARN, stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n - -# Enable web flow logging -log4j.category.org.springframework.webflow=DEBUG -log4j.category.org.springframework.binding=DEBUG \ No newline at end of file