webflow ide enabled

updated ivys
This commit is contained in:
Keith Donald
2007-04-01 16:44:41 +00:00
parent 869f50c4d2
commit 64628ba209
12 changed files with 39 additions and 23 deletions

View File

@@ -4,6 +4,7 @@
<configExtension>xml</configExtension>
</configExtensions>
<configs>
<config>src/main/webapp/WEB-INF/webflow-config.xml</config>
</configs>
<configSets>
</configSets>

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

View File

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