webflow ide enabled
updated ivys
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<configExtension>xml</configExtension>
|
||||
</configExtensions>
|
||||
<configs>
|
||||
<config>src/main/webapp/WEB-INF/webflow-config.xml</config>
|
||||
</configs>
|
||||
<configSets>
|
||||
</configSets>
|
||||
|
||||
15
spring-webflow-samples/birthdate/.springWebflow
Normal file
15
spring-webflow-samples/birthdate/.springWebflow
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<webflow-project-description>
|
||||
<configs>
|
||||
<config>
|
||||
<file>src/main/webapp/WEB-INF/birthdate-alternate.xml</file>
|
||||
<name>birthdate-alternate</name>
|
||||
<beans-config>1:BeansModel|2:swf-birthdate|3:src/main/webapp/WEB-INF/webflow-config.xml</beans-config>
|
||||
</config>
|
||||
<config>
|
||||
<file>src/main/webapp/WEB-INF/birthdate.xml</file>
|
||||
<name>birthdate</name>
|
||||
<beans-config>1:BeansModel|2:swf-birthdate|3:src/main/webapp/WEB-INF/webflow-config.xml</beans-config>
|
||||
</config>
|
||||
</configs>
|
||||
</webflow-project-description>
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
<dependencies defaultconf="global->default">
|
||||
<!-- global (core) dependencies -->
|
||||
<dependency org="log4j" name="log4j" rev="1.2.13"/>
|
||||
<dependency org="log4j" name="log4j" rev="1.2.14"/>
|
||||
<dependency org="taglibs" name="standard" rev="1.1.2"/>
|
||||
<dependency org="jstl" name="jstl" rev="1.1.2"/>
|
||||
<dependency org="org.springframework" name="spring-webflow" rev="latest.integration" conf="global->struts"/>
|
||||
|
||||
<!-- test time only dependencies -->
|
||||
<dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
|
||||
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default"/>
|
||||
</dependencies>
|
||||
|
||||
</ivy-module>
|
||||
Reference in New Issue
Block a user