diff --git a/spring-webflow-samples/sellitem/.settings/org.springframework.ide.eclipse.core.prefs b/spring-webflow-samples/sellitem/.settings/org.springframework.ide.eclipse.core.prefs new file mode 100644 index 00000000..78a9b8e8 --- /dev/null +++ b/spring-webflow-samples/sellitem/.settings/org.springframework.ide.eclipse.core.prefs @@ -0,0 +1,5 @@ +#Sun Apr 01 10:01:58 EDT 2007 +eclipse.preferences.version=1 +org.springframework.ide.eclipse.core.builders.enable.aopreferencemodelbuilder=true +org.springframework.ide.eclipse.core.builders.enable.beansvalidator=true +org.springframework.ide.eclipse.core.builders.enable.webflowvalidator=true diff --git a/spring-webflow-samples/sellitem/.springBeans b/spring-webflow-samples/sellitem/.springBeans index 39bb7234..5fe9740b 100644 --- a/spring-webflow-samples/sellitem/.springBeans +++ b/spring-webflow-samples/sellitem/.springBeans @@ -24,15 +24,7 @@ false src/main/webapp/WEB-INF/flows/sellitem-beans.xml - - - - webapp - false - false - src/main/java/org/springframework/webflow/samples/sellitem/services-config.xml - src/main/webapp/WEB-INF/flows/sellitem-beans.xml src/main/webapp/WEB-INF/sellitem-servlet-config.xml src/main/webapp/WEB-INF/sellitem-webflow-config.xml diff --git a/spring-webflow-samples/sellitem/.springWebflow b/spring-webflow-samples/sellitem/.springWebflow new file mode 100644 index 00000000..bd43ef8c --- /dev/null +++ b/spring-webflow-samples/sellitem/.springWebflow @@ -0,0 +1,16 @@ + + + + + src/main/webapp/WEB-INF/flows/sellitem-flow.xml + sellitem-flow + 1:BeansModel|2:swf-sellitem|3:src/main/java/org/springframework/webflow/samples/sellitem/services-config.xml + 1:BeansModel|2:swf-sellitem|3:src/main/webapp/WEB-INF/flows/sellitem-beans.xml + + + src/main/webapp/WEB-INF/flows/shipping-flow.xml + shipping-flow + 1:BeansModel|2:swf-sellitem|3:src/main/webapp/WEB-INF/flows/sellitem-beans.xml + + + diff --git a/spring-webflow-samples/sellitem/src/main/webapp/WEB-INF/sellitem-webflow-config.xml b/spring-webflow-samples/sellitem/src/main/webapp/WEB-INF/sellitem-webflow-config.xml index df11ecea..74fa5b20 100644 --- a/spring-webflow-samples/sellitem/src/main/webapp/WEB-INF/sellitem-webflow-config.xml +++ b/spring-webflow-samples/sellitem/src/main/webapp/WEB-INF/sellitem-webflow-config.xml @@ -22,7 +22,6 @@ - + \ No newline at end of file