diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt
index 67e2c502..7b453d44 100644
--- a/build-spring-webflow/resources/changelog.txt
+++ b/build-spring-webflow/resources/changelog.txt
@@ -2,6 +2,12 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
+Changes in version 2.4.0.RELEASE
+-----------------------------------------------
+
+
+
+
Changes in version 2.3.0.RELEASE (Feb 28, 2011)
-----------------------------------------------
[SWF-360] - Flow managed persistence context propagation
diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt
index 69bedf7e..a3218721 100644
--- a/build-spring-webflow/resources/readme.txt
+++ b/build-spring-webflow/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB FLOW 2.3.0
+SPRING WEB FLOW 2.4.0
----------------------
http://www.springframework.org/webflow
@@ -50,25 +50,25 @@ The following jar files are included in the distribution.
The contents of each jar and its dependencies are noted.
Dependencies in [brackets] are optional, and are just necessary for certain functionality.
-* org.springframework.webflow-2.3.0.RELEASE.jar
+* org.springframework.webflow-2.4.0.RELEASE.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-expression, spring-binding, spring-web, spring-web-servlet, spring-js
[Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit]
-* org.springframework.binding-2.3.0.RELEASE.jar
+* org.springframework.binding-2.4.0.RELEASE.jar
- Contents: The Spring Data Binding framework, a utility library used by Web Flow
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-expression
[Log4J, OGNL, EL API]
-* org.springframework.js-2.3.0.RELEASE.jar
+* org.springframework.js-2.4.0.RELEASE.jar
- Contents: The Spring JavaScript module
- Dependencies: spring-beans, spring-core, spring-context, spring-web, spring-web-servlet
-* org.springframework.js.resources-2.3.0.RELEASE.jar
+* org.springframework.js.resources-2.4.0.RELEASE.jar
- Contents: Spring's custom Dojo build and client-side Dojo integration files.
- Dependencies:
-* org.springframework.faces-2.3.0.RELEASE.jar
+* org.springframework.faces-2.4.0.RELEASE.jar
- Contents: The Spring Faces module, containing Spring's integration with Java Server Faces (JSF) and additional JSF functionality.
- Dependencies: spring-webflow, spring-js, spring-js-resources, JSF API
@@ -109,19 +109,19 @@ org.springframework.js, and org.springframework.js via transitive dependencies):
org.springframework.webflow
org.springframework.binding
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
org.springframework.webflow
org.springframework.js
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
org.springframework.webflow
org.springframework.webflow
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
If using JavaServerFaces all you need to include is:
@@ -129,7 +129,7 @@ If using JavaServerFaces all you need to include is:
org.springframework.webflow
org.springframework.faces
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
To access jars using Ivy, add the following repositories to your Ivy config:
@@ -146,13 +146,13 @@ To access jars using Ivy, add the following repositories to your Ivy config:
Then declare the following dependencies in your ivy.xml:
-
-
-
+
+
+
If using JavaServerFaces:
-
+
Refer to the reference documentation for more coverage on obtaining Web Flow jars using Maven or Ivy.
diff --git a/build.properties b/build.properties
index 1bc2bd83..b9b50c63 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
-version=2.3.0
+version=2.4.0
release.type=integration
natural.name=spring-webflow
project.key=SWF
@@ -21,4 +21,3 @@ ivy.settings.file=${basedir}/../build-spring-webflow/ivysettings.xml
# For development in trunk
#release.type=integration
-
diff --git a/pom.xml b/pom.xml
index f55958f6..c9dc471c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
spring-webflow-root
pom
Spring Web Flow
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
spring-binding
spring-js-resources
diff --git a/spring-binding/.classpath b/spring-binding/.classpath
index 950a9819..586caa4c 100644
--- a/spring-binding/.classpath
+++ b/spring-binding/.classpath
@@ -1,21 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-binding/.project b/spring-binding/.project
index d0cc361b..bef675d6 100644
--- a/spring-binding/.project
+++ b/spring-binding/.project
@@ -1,17 +1,13 @@
-
- spring-binding
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
-
-
+ spring-binding
+ NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
\ No newline at end of file
diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml
index cca0ab16..8086c2b9 100644
--- a/spring-binding/pom.xml
+++ b/spring-binding/pom.xml
@@ -5,7 +5,7 @@
spring-binding
jar
Spring Binding
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml
index 95a7ec4a..dbbde107 100644
--- a/spring-faces/pom.xml
+++ b/spring-faces/pom.xml
@@ -5,7 +5,7 @@
spring-faces
jar
Spring Faces
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-faces/template.mf b/spring-faces/template.mf
index ac6c098c..709dbdd2 100644
--- a/spring-faces/template.mf
+++ b/spring-faces/template.mf
@@ -3,11 +3,11 @@ Bundle-Name: Spring Faces
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
- org.springframework.webflow.engine.builder.support;version="[2.3.0, 2.4.0)"
+ org.springframework.webflow.engine.builder.support;version="[2.4.0, 2.5.0)"
Import-Template:
- org.springframework.binding.*;version="[2.3.0, 2.4.0)",
- org.springframework.js.*;version="[2.3.0, 2.4.0)",
- org.springframework.webflow.*;version="[2.3.0, 2.4.0)",
+ org.springframework.binding.*;version="[2.4.0, 2.5.0)",
+ org.springframework.js.*;version="[2.4.0, 2.5.0)",
+ org.springframework.webflow.*;version="[2.4.0, 2.5.0)",
org.springframework.*;version="[3.0.5.RELEASE, 3.1.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.el;version="[1.0.0, 2.0.0)",
diff --git a/spring-js-resources/pom.xml b/spring-js-resources/pom.xml
index 9f60f661..994c74c0 100644
--- a/spring-js-resources/pom.xml
+++ b/spring-js-resources/pom.xml
@@ -5,7 +5,7 @@
spring-js-resources
jar
Spring JavaScript Resources
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
diff --git a/spring-js/pom.xml b/spring-js/pom.xml
index 26fcbacb..24ec239d 100644
--- a/spring-js/pom.xml
+++ b/spring-js/pom.xml
@@ -5,7 +5,7 @@
spring-js
jar
Spring JavaScript
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-js/src/main/resources/.gitignore b/spring-js/src/main/resources/.gitignore
new file mode 100644
index 00000000..e69de29b
diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml
index 7912ec9b..0bbc7153 100644
--- a/spring-webflow-reference/src/overview.xml
+++ b/spring-webflow-reference/src/overview.xml
@@ -58,7 +58,7 @@
org.springframework.webflow
spring-webflow
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
]]>
@@ -69,7 +69,7 @@
org.springframework.webflow
spring-faces
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
]]>
@@ -106,7 +106,7 @@
org.springframework.webflow
org.springframework.webflow
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
]]>
@@ -116,7 +116,7 @@
org.springframework.webflow
org.springframework.faces
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
]]>
@@ -150,14 +150,14 @@
runtime" />]]>
+ rev="2.4.0.RELEASE" conf="compile->runtime" />]]>
And if using JavaServerFaces:
runtime" />]]>
+ rev="2.4.0.RELEASE" conf="compile->runtime" />]]>
@@ -182,7 +182,7 @@
org.springframework.webflow
org.springframework.webflow-library
libd
- 2.3.0.RELEASE
+ 2.4.0.RELEASE
]]>
diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml
index f538cf21..d6b55c7b 100644
--- a/spring-webflow-reference/src/spring-webflow-reference.xml
+++ b/spring-webflow-reference/src/spring-webflow-reference.xml
@@ -6,7 +6,7 @@
Spring Web Flow Reference Guide
Spring Web Flow
Spring Web Flow
- Version 2.3.0
+ Version 2.4.0
diff --git a/spring-webflow-samples/booking-faces/.classpath b/spring-webflow-samples/booking-faces/.classpath
index 50ce8018..7056877b 100755
--- a/spring-webflow-samples/booking-faces/.classpath
+++ b/spring-webflow-samples/booking-faces/.classpath
@@ -72,15 +72,15 @@
-
+
-
+
-
-
+
+
@@ -88,7 +88,7 @@
-
+
diff --git a/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
index 8223f501..b0f60e72 100755
--- a/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -97,7 +96,7 @@
uses
-
+
uses
@@ -112,16 +111,16 @@
uses
-
+
uses
uses
-
+
uses
-
+
uses
@@ -142,7 +141,7 @@
uses
-
+
uses
@@ -159,8 +158,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml
index 3bf68092..d1fa8210 100644
--- a/spring-webflow-samples/booking-faces/pom.xml
+++ b/spring-webflow-samples/booking-faces/pom.xml
@@ -6,7 +6,7 @@
booking-faces
war
Hotel Booking : Spring MVC + Web Flow + JSF/PrimeFaces
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
3.0.5.RELEASE
3.0.2.RELEASE
diff --git a/spring-webflow-samples/booking-mvc/.classpath b/spring-webflow-samples/booking-mvc/.classpath
index 5d7401e6..3323c77e 100755
--- a/spring-webflow-samples/booking-mvc/.classpath
+++ b/spring-webflow-samples/booking-mvc/.classpath
@@ -86,14 +86,14 @@
-
+
-
-
+
+
@@ -103,10 +103,8 @@
-
+
-
-
diff --git a/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
index 1bfbb1d0..9af66bb5 100755
--- a/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -100,7 +99,7 @@
uses
-
+
uses
@@ -118,10 +117,10 @@
uses
-
+
uses
-
+
uses
@@ -148,21 +147,15 @@
uses
-
+
uses
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -183,8 +176,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml
index 98df10cc..fee152f4 100644
--- a/spring-webflow-samples/booking-mvc/pom.xml
+++ b/spring-webflow-samples/booking-mvc/pom.xml
@@ -6,7 +6,7 @@
booking-mvc
war
Hotel Booking : Spring MVC + Web Flow + JSP
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
3.0.5.RELEASE
3.0.2.RELEASE
diff --git a/spring-webflow-samples/booking-portlet-faces/.classpath b/spring-webflow-samples/booking-portlet-faces/.classpath
index fe66f7c2..9778f4ce 100644
--- a/spring-webflow-samples/booking-portlet-faces/.classpath
+++ b/spring-webflow-samples/booking-portlet-faces/.classpath
@@ -83,24 +83,22 @@
-
+
-
+
-
-
+
+
-
+
-
-
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
index 2fd06f3a..feccd726 100644
--- a/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -103,7 +102,7 @@
uses
-
+
uses
@@ -118,16 +117,16 @@
uses
-
+
uses
uses
-
+
uses
-
+
uses
@@ -139,7 +138,7 @@
uses
-
+
uses
@@ -148,15 +147,9 @@
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -165,7 +158,5 @@
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-faces/pom.xml b/spring-webflow-samples/booking-portlet-faces/pom.xml
index 6631bbc3..b18d73c6 100644
--- a/spring-webflow-samples/booking-portlet-faces/pom.xml
+++ b/spring-webflow-samples/booking-portlet-faces/pom.xml
@@ -6,7 +6,7 @@
booking-portlet-faces
war
Hotel Booking : Spring Portlet MVC + Web Flow + JSF
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/booking-portlet-mvc/.classpath b/spring-webflow-samples/booking-portlet-mvc/.classpath
index 38c7e01d..6000c1ad 100644
--- a/spring-webflow-samples/booking-portlet-mvc/.classpath
+++ b/spring-webflow-samples/booking-portlet-mvc/.classpath
@@ -74,23 +74,21 @@
-
+
-
-
+
+
-
+
-
-
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
index 6d9b89e2..c0d3d84e 100644
--- a/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -88,7 +87,7 @@
uses
-
+
uses
@@ -106,10 +105,10 @@
uses
-
+
uses
-
+
uses
@@ -121,7 +120,7 @@
uses
-
+
uses
@@ -130,15 +129,9 @@
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -147,8 +140,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-mvc/pom.xml b/spring-webflow-samples/booking-portlet-mvc/pom.xml
index acd4c5d6..b22b34fb 100644
--- a/spring-webflow-samples/booking-portlet-mvc/pom.xml
+++ b/spring-webflow-samples/booking-portlet-mvc/pom.xml
@@ -6,7 +6,7 @@
booking-portlet-mvc
war
Hotel Booking : Spring Portlet MVC + Web Flow + JSP
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
index c9b76ff8..0da81cfa 100644
--- a/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -99,7 +98,5 @@
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/jsf-booking/pom.xml b/spring-webflow-samples/jsf-booking/pom.xml
index 547bee1e..deeca6b4 100644
--- a/spring-webflow-samples/jsf-booking/pom.xml
+++ b/spring-webflow-samples/jsf-booking/pom.xml
@@ -6,7 +6,7 @@
jsf-booking
war
Hotel Booking : Spring Framework + JSF
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/pom.xml b/spring-webflow-samples/pom.xml
index 4445aad6..fe578352 100644
--- a/spring-webflow-samples/pom.xml
+++ b/spring-webflow-samples/pom.xml
@@ -6,7 +6,7 @@
spring-webflow-samples
pom
Spring Web Flow Samples
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
booking-mvc
booking-faces
diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml
index 34c064a4..991a64b3 100644
--- a/spring-webflow/pom.xml
+++ b/spring-webflow/pom.xml
@@ -5,7 +5,7 @@
spring-webflow
jar
Spring Web Flow
- 2.3.0.BUILD-SNAPSHOT
+ 2.4.0.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-webflow/template.mf b/spring-webflow/template.mf
index b1c793ec..6291d5a2 100644
--- a/spring-webflow/template.mf
+++ b/spring-webflow/template.mf
@@ -3,8 +3,8 @@ Bundle-Name: Spring Web Flow
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
- org.springframework.binding.*;version="[2.3.0, 2.4.0)",
- org.springframework.js.*;version="[2.3.0, 2.4.0)",
+ org.springframework.binding.*;version="[2.4.0, 2.5.0)",
+ org.springframework.js.*;version="[2.4.0, 2.5.0)",
org.springframework.*;version="[3.0.5.RELEASE, 3.1.0)",
org.springframework.orm.*;version="[3.0.5.RELEASE, 3.1.0)";resolution:=optional,
org.springframework.transaction.*;version="[3.0.5.RELEASE, 3.1.0)";resolution:=optional,