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