polish - added conventions as much as possible for flow moduarlization and naming

tweaked package structure
This commit is contained in:
Keith Donald
2007-08-21 02:57:32 +00:00
parent 638bb5094d
commit 6e9cb66ec5
30 changed files with 409 additions and 492 deletions

View File

@@ -2,8 +2,12 @@
<webflow-project-description>
<configs>
<config>
<file>src/main/webapp/WEB-INF/flows/booking-flow.xml</file>
<file>src/main/webapp/flows/booking/booking-flow.xml</file>
<name><![CDATA[booking-flow]]></name>
</config>
<config>
<file>src/main/webapp/flows/main/main-flow.xml</file>
<name><![CDATA[main-flow]]></name>
</config>
</configs>
</webflow-project-description>