-Cleaning up the build - moving to Spring 2.1-m3

-Refactored for more modularization of the flows
This commit is contained in:
Jeremy Grelle
2007-08-09 17:28:37 +00:00
parent 41143046a3
commit e2f0d821cb
25 changed files with 59 additions and 55 deletions

View File

@@ -5,9 +5,9 @@
version="1.0">
<persistence-unit name="bookingDatabase">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<class>org.springframework.webflow.samples.booking.User</class>
<class>org.springframework.webflow.samples.booking.Booking</class>
<class>org.springframework.webflow.samples.booking.Hotel</class>
<class>org.springframework.webflow.samples.booking.model.User</class>
<class>org.springframework.webflow.samples.booking.model.Booking</class>
<class>org.springframework.webflow.samples.booking.model.Hotel</class>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
<property name="hibernate.hbm2ddl.auto" value="create-drop" />