webflow enabled
This commit is contained in:
@@ -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
|
||||
@@ -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>
|
||||
|
||||
16
spring-webflow-samples/sellitem/.springWebflow
Normal file
16
spring-webflow-samples/sellitem/.springWebflow
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user