From f9f53cdcfd2532ac834453e32c29b83358fcb2b6 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 6 Aug 2007 23:39:47 +0000 Subject: [PATCH] Moving to the correct place --- .../booking-jsf/.classpath | 0 .../booking-jsf/.m7project | 0 .../booking-jsf/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../booking-jsf/.settings/org.eclipse.jdt.ui.prefs | 0 .../.settings/org.eclipse.jpt.core.prefs | 0 .../org.eclipse.jst.common.project.facet.core.prefs | 0 .../.settings/org.eclipse.wst.common.component | 0 .../org.eclipse.wst.common.project.facet.core.xml | 0 .../.settings/org.eclipse.wst.validation.prefs | 0 .../.settings/org.hibernate.eclipse.console.prefs | 0 .../org.springframework.ide.eclipse.core.prefs | 0 .../booking-jsf/.springBeans | 0 .../booking-jsf/.springWebflow | 0 .../booking-jsf/build.xml | 0 .../booking-jsf/hibernate.cfg.xml | 0 .../booking-jsf/ivy.xml | 0 .../booking-jsf/project.properties | 0 .../booking-jsf/src/etc/filter.properties | 0 .../src/etc/test-resources/log4j.properties | 0 .../src/main/java/META-INF/persistence.xml | 0 .../booking-jsf/src/main/java/import.sql | 0 .../webflow/samples/booking/Booking.java | 0 .../webflow/samples/booking/BookingService.java | 0 .../samples/booking/DebuggingPhaseListener.java | 0 .../webflow/samples/booking/Hotel.java | 0 .../webflow/samples/booking/HotelSearch.java | 0 .../webflow/samples/booking/JpaBookingService.java | 0 .../webflow/samples/booking/SearchAction.java | 0 .../samples/booking/SerializableListDataModel.java | 0 .../webflow/samples/booking/User.java | 0 .../samples/booking/ValidateBookingAction.java | 0 .../webflow/samples/booking/services-config-jpa.xml | 0 .../booking/testdb/TestDataSourceFactory.java | 0 .../main/webapp/WEB-INF/classes/log4j.properties | 0 .../src/main/webapp/WEB-INF/faces-config.xml | 0 .../main/webapp/WEB-INF/flows/bookHotel-flow.xml | 0 .../src/main/webapp/WEB-INF/flows/login-flow.xml | 0 .../src/main/webapp/WEB-INF/flows/main-flow.xml | 0 .../booking-jsf/src/main/webapp/WEB-INF/web.xml | 0 .../src/main/webapp/WEB-INF/webflow-config.xml | 0 .../booking-jsf/src/main/webapp/book.xhtml | 0 .../booking-jsf/src/main/webapp/confirm.xhtml | 0 .../booking-jsf/src/main/webapp/conversations.xhtml | 0 .../booking-jsf/src/main/webapp/css/date.css | 0 .../booking-jsf/src/main/webapp/css/screen.css | 0 .../src/main/webapp/css/trailblazer_main.css | 0 .../booking-jsf/src/main/webapp/home.xhtml | 0 .../booking-jsf/src/main/webapp/hotel.xhtml | 0 .../src/main/webapp/images/spring-logo.jpg | Bin .../src/main/webapp/images/webflow-logo.jpg | Bin .../booking-jsf/src/main/webapp/img/bg.gif | Bin .../booking-jsf/src/main/webapp/img/btn.bg.gif | Bin .../booking-jsf/src/main/webapp/img/cal-next.png | Bin .../booking-jsf/src/main/webapp/img/cal-prev.png | Bin .../booking-jsf/src/main/webapp/img/cnt.bg.gif | Bin .../booking-jsf/src/main/webapp/img/dtpick.gif | Bin .../booking-jsf/src/main/webapp/img/hdr.ad.jpg | Bin .../booking-jsf/src/main/webapp/img/hdr.bar.jpg | Bin .../booking-jsf/src/main/webapp/img/hdr.bg.gif | Bin .../booking-jsf/src/main/webapp/img/hdr.title.gif | Bin .../booking-jsf/src/main/webapp/img/header_line.gif | Bin .../booking-jsf/src/main/webapp/img/input.bg.gif | Bin .../booking-jsf/src/main/webapp/img/sdb.bg.gif | Bin .../booking-jsf/src/main/webapp/img/spinner.gif | Bin .../booking-jsf/src/main/webapp/img/th.bg.gif | Bin .../booking-jsf/src/main/webapp/index.html | 0 .../booking-jsf/src/main/webapp/intro.xhtml | 0 .../booking-jsf/src/main/webapp/main.xhtml | 0 .../booking-jsf/src/main/webapp/password.xhtml | 0 .../booking-jsf/src/main/webapp/register.xhtml | 0 .../booking-jsf/src/main/webapp/style.css | 0 .../booking-jsf/src/main/webapp/template.xhtml | 0 .../booking-jsf/src/test/java/log4j.properties | 0 74 files changed, 0 insertions(+), 0 deletions(-) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.classpath (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.m7project (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.project (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.jdt.core.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.jdt.ui.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.jpt.core.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.jst.common.project.facet.core.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.wst.common.component (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.wst.common.project.facet.core.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.eclipse.wst.validation.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.hibernate.eclipse.console.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.settings/org.springframework.ide.eclipse.core.prefs (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.springBeans (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/.springWebflow (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/build.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/hibernate.cfg.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/ivy.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/project.properties (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/etc/filter.properties (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/etc/test-resources/log4j.properties (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/META-INF/persistence.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/import.sql (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Booking.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/BookingService.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/DebuggingPhaseListener.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Hotel.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/HotelSearch.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/JpaBookingService.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SearchAction.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SerializableListDataModel.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/User.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/ValidateBookingAction.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/services-config-jpa.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/testdb/TestDataSourceFactory.java (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/faces-config.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/flows/bookHotel-flow.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/flows/login-flow.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/flows/main-flow.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/web.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/WEB-INF/webflow-config.xml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/book.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/confirm.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/conversations.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/css/date.css (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/css/screen.css (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/css/trailblazer_main.css (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/home.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/hotel.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/images/spring-logo.jpg (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/images/webflow-logo.jpg (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/btn.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/cal-next.png (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/cal-prev.png (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/cnt.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/dtpick.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/hdr.ad.jpg (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/hdr.bar.jpg (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/hdr.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/hdr.title.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/header_line.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/input.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/sdb.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/spinner.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/img/th.bg.gif (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/index.html (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/intro.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/main.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/password.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/register.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/style.css (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/main/webapp/template.xhtml (100%) rename {spring-webflow-samples => spring-webflow-samples}/booking-jsf/src/test/java/log4j.properties (100%) diff --git a/spring-webflow-samples /booking-jsf/.classpath b/spring-webflow-samples/booking-jsf/.classpath similarity index 100% rename from spring-webflow-samples /booking-jsf/.classpath rename to spring-webflow-samples/booking-jsf/.classpath diff --git a/spring-webflow-samples /booking-jsf/.m7project b/spring-webflow-samples/booking-jsf/.m7project similarity index 100% rename from spring-webflow-samples /booking-jsf/.m7project rename to spring-webflow-samples/booking-jsf/.m7project diff --git a/spring-webflow-samples /booking-jsf/.project b/spring-webflow-samples/booking-jsf/.project similarity index 100% rename from spring-webflow-samples /booking-jsf/.project rename to spring-webflow-samples/booking-jsf/.project diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.jdt.core.prefs b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.jdt.core.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.jdt.core.prefs diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.jdt.ui.prefs b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.jdt.ui.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.jdt.ui.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.jdt.ui.prefs diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.jpt.core.prefs b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.jpt.core.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.jpt.core.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.jpt.core.prefs diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.jst.common.project.facet.core.prefs b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.jst.common.project.facet.core.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.jst.common.project.facet.core.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.jst.common.project.facet.core.prefs 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 similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.wst.common.component rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.component diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.wst.common.project.facet.core.xml b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.project.facet.core.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.wst.common.project.facet.core.xml rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.common.project.facet.core.xml diff --git a/spring-webflow-samples /booking-jsf/.settings/org.eclipse.wst.validation.prefs b/spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.validation.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.eclipse.wst.validation.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.eclipse.wst.validation.prefs diff --git a/spring-webflow-samples /booking-jsf/.settings/org.hibernate.eclipse.console.prefs b/spring-webflow-samples/booking-jsf/.settings/org.hibernate.eclipse.console.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.hibernate.eclipse.console.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.hibernate.eclipse.console.prefs diff --git a/spring-webflow-samples /booking-jsf/.settings/org.springframework.ide.eclipse.core.prefs b/spring-webflow-samples/booking-jsf/.settings/org.springframework.ide.eclipse.core.prefs similarity index 100% rename from spring-webflow-samples /booking-jsf/.settings/org.springframework.ide.eclipse.core.prefs rename to spring-webflow-samples/booking-jsf/.settings/org.springframework.ide.eclipse.core.prefs diff --git a/spring-webflow-samples /booking-jsf/.springBeans b/spring-webflow-samples/booking-jsf/.springBeans similarity index 100% rename from spring-webflow-samples /booking-jsf/.springBeans rename to spring-webflow-samples/booking-jsf/.springBeans diff --git a/spring-webflow-samples /booking-jsf/.springWebflow b/spring-webflow-samples/booking-jsf/.springWebflow similarity index 100% rename from spring-webflow-samples /booking-jsf/.springWebflow rename to spring-webflow-samples/booking-jsf/.springWebflow diff --git a/spring-webflow-samples /booking-jsf/build.xml b/spring-webflow-samples/booking-jsf/build.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/build.xml rename to spring-webflow-samples/booking-jsf/build.xml diff --git a/spring-webflow-samples /booking-jsf/hibernate.cfg.xml b/spring-webflow-samples/booking-jsf/hibernate.cfg.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/hibernate.cfg.xml rename to spring-webflow-samples/booking-jsf/hibernate.cfg.xml diff --git a/spring-webflow-samples /booking-jsf/ivy.xml b/spring-webflow-samples/booking-jsf/ivy.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/ivy.xml rename to spring-webflow-samples/booking-jsf/ivy.xml diff --git a/spring-webflow-samples /booking-jsf/project.properties b/spring-webflow-samples/booking-jsf/project.properties similarity index 100% rename from spring-webflow-samples /booking-jsf/project.properties rename to spring-webflow-samples/booking-jsf/project.properties diff --git a/spring-webflow-samples /booking-jsf/src/etc/filter.properties b/spring-webflow-samples/booking-jsf/src/etc/filter.properties similarity index 100% rename from spring-webflow-samples /booking-jsf/src/etc/filter.properties rename to spring-webflow-samples/booking-jsf/src/etc/filter.properties diff --git a/spring-webflow-samples /booking-jsf/src/etc/test-resources/log4j.properties b/spring-webflow-samples/booking-jsf/src/etc/test-resources/log4j.properties similarity index 100% rename from spring-webflow-samples /booking-jsf/src/etc/test-resources/log4j.properties rename to spring-webflow-samples/booking-jsf/src/etc/test-resources/log4j.properties diff --git a/spring-webflow-samples /booking-jsf/src/main/java/META-INF/persistence.xml b/spring-webflow-samples/booking-jsf/src/main/java/META-INF/persistence.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/META-INF/persistence.xml rename to spring-webflow-samples/booking-jsf/src/main/java/META-INF/persistence.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/java/import.sql b/spring-webflow-samples/booking-jsf/src/main/java/import.sql similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/import.sql rename to spring-webflow-samples/booking-jsf/src/main/java/import.sql diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Booking.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Booking.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Booking.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Booking.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/BookingService.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/BookingService.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/BookingService.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/BookingService.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/DebuggingPhaseListener.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/DebuggingPhaseListener.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/DebuggingPhaseListener.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/DebuggingPhaseListener.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Hotel.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Hotel.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Hotel.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/Hotel.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/HotelSearch.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/HotelSearch.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/HotelSearch.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/HotelSearch.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/JpaBookingService.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/JpaBookingService.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/JpaBookingService.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/JpaBookingService.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SearchAction.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SearchAction.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SearchAction.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SearchAction.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SerializableListDataModel.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SerializableListDataModel.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SerializableListDataModel.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/SerializableListDataModel.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/User.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/User.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/User.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/User.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/ValidateBookingAction.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/ValidateBookingAction.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/ValidateBookingAction.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/ValidateBookingAction.java diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/services-config-jpa.xml b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/services-config-jpa.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/services-config-jpa.xml rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/services-config-jpa.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/testdb/TestDataSourceFactory.java b/spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/testdb/TestDataSourceFactory.java similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/java/org/springframework/webflow/samples/booking/testdb/TestDataSourceFactory.java rename to spring-webflow-samples/booking-jsf/src/main/java/org/springframework/webflow/samples/booking/testdb/TestDataSourceFactory.java diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/faces-config.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/faces-config.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/faces-config.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/faces-config.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/bookHotel-flow.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/bookHotel-flow.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/bookHotel-flow.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/bookHotel-flow.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/login-flow.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/login-flow.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/login-flow.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/login-flow.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/main-flow.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/main-flow.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/flows/main-flow.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/main-flow.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/web.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/webflow-config.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/webflow-config.xml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/WEB-INF/webflow-config.xml rename to spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/webflow-config.xml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/book.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/book.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/book.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/book.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/confirm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/confirm.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/confirm.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/confirm.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/conversations.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/conversations.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/conversations.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/conversations.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/css/date.css b/spring-webflow-samples/booking-jsf/src/main/webapp/css/date.css similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/css/date.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/css/date.css diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/css/screen.css b/spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/css/screen.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/css/screen.css diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/css/trailblazer_main.css b/spring-webflow-samples/booking-jsf/src/main/webapp/css/trailblazer_main.css similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/css/trailblazer_main.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/css/trailblazer_main.css diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/home.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/home.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/home.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/home.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/hotel.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/hotel.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/hotel.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/hotel.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/images/spring-logo.jpg b/spring-webflow-samples/booking-jsf/src/main/webapp/images/spring-logo.jpg similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/images/spring-logo.jpg rename to spring-webflow-samples/booking-jsf/src/main/webapp/images/spring-logo.jpg diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/images/webflow-logo.jpg b/spring-webflow-samples/booking-jsf/src/main/webapp/images/webflow-logo.jpg similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/images/webflow-logo.jpg rename to spring-webflow-samples/booking-jsf/src/main/webapp/images/webflow-logo.jpg diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/btn.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/btn.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/btn.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/btn.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/cal-next.png b/spring-webflow-samples/booking-jsf/src/main/webapp/img/cal-next.png similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/cal-next.png rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/cal-next.png diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/cal-prev.png b/spring-webflow-samples/booking-jsf/src/main/webapp/img/cal-prev.png similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/cal-prev.png rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/cal-prev.png diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/cnt.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/cnt.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/cnt.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/cnt.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/dtpick.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/dtpick.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/dtpick.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/dtpick.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.ad.jpg b/spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.ad.jpg similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.ad.jpg rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.ad.jpg diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.bar.jpg b/spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.bar.jpg similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.bar.jpg rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.bar.jpg diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.title.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.title.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/hdr.title.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/hdr.title.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/header_line.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/header_line.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/header_line.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/header_line.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/input.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/input.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/input.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/input.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/sdb.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/sdb.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/sdb.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/sdb.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/spinner.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/spinner.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/spinner.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/spinner.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/img/th.bg.gif b/spring-webflow-samples/booking-jsf/src/main/webapp/img/th.bg.gif similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/img/th.bg.gif rename to spring-webflow-samples/booking-jsf/src/main/webapp/img/th.bg.gif diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/index.html b/spring-webflow-samples/booking-jsf/src/main/webapp/index.html similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/index.html rename to spring-webflow-samples/booking-jsf/src/main/webapp/index.html diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/intro.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/intro.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/main.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/main.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/main.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/main.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/password.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/password.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/password.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/password.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/register.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/register.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/register.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/register.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/style.css b/spring-webflow-samples/booking-jsf/src/main/webapp/style.css similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/style.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/style.css diff --git a/spring-webflow-samples /booking-jsf/src/main/webapp/template.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml similarity index 100% rename from spring-webflow-samples /booking-jsf/src/main/webapp/template.xhtml rename to spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml diff --git a/spring-webflow-samples /booking-jsf/src/test/java/log4j.properties b/spring-webflow-samples/booking-jsf/src/test/java/log4j.properties similarity index 100% rename from spring-webflow-samples /booking-jsf/src/test/java/log4j.properties rename to spring-webflow-samples/booking-jsf/src/test/java/log4j.properties