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>

View File

@@ -11,7 +11,7 @@
<dependencies defaultconf="global->default">
<!-- global dependencies -->
<dependency org="log4j" name="log4j" rev="1.2.13"/>
<dependency org="log4j" name="log4j" rev="1.2.14"/>
<dependency org="commons-fileupload" name="commons-fileupload" rev="1.1.1"/>
<dependency org="commons-io" name="commons-io" rev="1.2"/>
<dependency org="taglibs" name="standard" rev="1.1.2"/>

View File

@@ -11,7 +11,7 @@
<dependencies defaultconf="global->default">
<!-- global 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"/>

View File

@@ -11,7 +11,7 @@
<dependencies defaultconf="global->default">
<!-- global 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"/>

View File

@@ -11,7 +11,7 @@
<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"/>

View File

@@ -11,13 +11,13 @@
<dependencies defaultconf="global->default">
<!-- global 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->portlet"/>
<!-- 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>

View File

@@ -11,13 +11,13 @@
<dependencies defaultconf="global->default">
<!-- global 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"/>
<!-- 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>

View File

@@ -11,22 +11,22 @@
<dependencies defaultconf="global->default">
<!-- global 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="aopalliance" name="aopalliance" rev="1.0" />
<dependency org="org.springframework" name="spring-webflow" rev="latest.integration" conf="global->default,jsf"/>
<dependency org="org.springframework" name="spring-aop" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-dao" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-aop" rev="2.0.3"/>
<dependency org="org.springframework" name="spring-dao" rev="2.0.3"/>
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.3"/>
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7"/>
<!-- build-time only dependencies -->
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default"/>
<!-- test-time only dependencies -->
<dependency org="junit" name="junit" rev="3.8.1" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.2" conf="test->default"/>
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.3" conf="test->default"/>
</dependencies>
</ivy-module>

View File

@@ -11,23 +11,23 @@
<dependencies defaultconf="global->default">
<!-- global 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="aopalliance" name="aopalliance" rev="1.0" />
<dependency org="org.springframework" name="spring-webflow" rev="latest.integration"/>
<dependency org="org.springframework" name="spring-aop" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-dao" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.2"/>
<dependency org="org.springframework" name="spring-aop" rev="2.0.3"/>
<dependency org="org.springframework" name="spring-dao" rev="2.0.3"/>
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.3"/>
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7"/>
<!-- build-time only dependencies -->
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default"/>
<!-- 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" />
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.2" conf="test->default"/>
<dependency org="org.springframework" name="spring-mock" rev="2.0.3" conf="test->default"/>
</dependencies>
</ivy-module>

View File

@@ -11,7 +11,7 @@
<dependencies defaultconf="global->default">
<!-- global 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"/>