webflow enabled

This commit is contained in:
Keith Donald
2007-04-01 14:05:42 +00:00
parent bd2db87ad3
commit de10f7a250
4 changed files with 22 additions and 10 deletions

View File

@@ -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

View File

@@ -24,15 +24,7 @@
<incomplete>false</incomplete>
<configs>
<config>src/main/webapp/WEB-INF/flows/sellitem-beans.xml</config>
</configs>
</configSet>
<configSet>
<name>webapp</name>
<allowBeanDefinitionOverriding>false</allowBeanDefinitionOverriding>
<incomplete>false</incomplete>
<configs>
<config>src/main/java/org/springframework/webflow/samples/sellitem/services-config.xml</config>
<config>src/main/webapp/WEB-INF/flows/sellitem-beans.xml</config>
<config>src/main/webapp/WEB-INF/sellitem-servlet-config.xml</config>
<config>src/main/webapp/WEB-INF/sellitem-webflow-config.xml</config>
</configs>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<webflow-project-description>
<configs>
<config>
<file>src/main/webapp/WEB-INF/flows/sellitem-flow.xml</file>
<name>sellitem-flow</name>
<beans-config>1:BeansModel|2:swf-sellitem|3:src/main/java/org/springframework/webflow/samples/sellitem/services-config.xml</beans-config>
<beans-config>1:BeansModel|2:swf-sellitem|3:src/main/webapp/WEB-INF/flows/sellitem-beans.xml</beans-config>
</config>
<config>
<file>src/main/webapp/WEB-INF/flows/shipping-flow.xml</file>
<name>shipping-flow</name>
<beans-config>1:BeansModel|2:swf-sellitem|3:src/main/webapp/WEB-INF/flows/sellitem-beans.xml</beans-config>
</config>
</configs>
</webflow-project-description>

View File

@@ -22,7 +22,6 @@
</flow:registry>
<!-- Observes the lifecycle of sellitem-flow executions -->
<bean id="listener"
class="org.springframework.webflow.samples.sellitem.SellItemFlowExecutionListener" />
<bean id="listener" class="org.springframework.webflow.samples.sellitem.SellItemFlowExecutionListener" />
</beans>