From 8452e1994e7afd1e0e00a87d9837fc9f7b0e0e51 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 25 Sep 2009 03:11:14 +0000 Subject: [PATCH] 2.0.9 build properties --- build-spring-webflow/resources/readme.txt | 26 +++++++++---------- spring-faces/template.mf | 8 +++--- spring-webflow-reference/src/overview.xml | 26 +++++++++---------- .../src/spring-webflow-reference.xml | 4 +-- spring-webflow/template.mf | 2 +- 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index 05604b09..259641c1 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 2.0.8 (2009.08.06) +SPRING WEB FLOW 2.0.9 () ---------------------------------- http://www.springframework.org/webflow @@ -49,21 +49,21 @@ 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.0.8.RELEASE.jar +* org.springframework.webflow-2.0.9.RELEASE.jar - Contents: The Spring Web Flow system - Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-binding, spring-web, spring-webmvc-servlet, spring-js [Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit] -* org.springframework.binding-2.0.8.RELEASE.jar +* org.springframework.binding-2.0.9.RELEASE.jar - Contents: The Spring Data Binding framework, a utility library used by Web Flow - Dependencies: Commons Logging, spring-beans, spring-core, spring-context [Log4J, OGNL, EL API] -* org.springframework.js-2.0.8.RELEASE.jar +* org.springframework.js-2.0.9.RELEASE.jar - Contents: The Spring JavaScript module, containing Spring's Dojo integration and additional JavaScript functionality. - Dependencies: Dojo Toolkit -* org.springframework.faces-2.0.8.RELEASE.jar +* org.springframework.faces-2.0.9.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, JSF API @@ -102,19 +102,19 @@ Then declare the following dependencies: org.springframework.webflow org.springframework.binding - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow org.springframework.js - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow org.springframework.webflow - 2.0.8.RELEASE + 2.0.9.RELEASE If using JavaServerFaces: @@ -122,7 +122,7 @@ If using JavaServerFaces: org.springframework.webflow org.springframework.faces - 2.0.8.RELEASE + 2.0.9.RELEASE To access jars using Ivy, add the following repositories to your Ivy config: @@ -139,13 +139,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/spring-faces/template.mf b/spring-faces/template.mf index f0b5af67..291be97c 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.0.8, 2.0.9)" + org.springframework.webflow.engine.builder.support;version="[2.0.9, 2.0.10)" Import-Template: - org.springframework.binding.*;version="[2.0.8, 2.0.9)", - org.springframework.js.*;version="[2.0.8, 2.0.9)", - org.springframework.webflow.*;version="[2.0.8, 2.0.9)", + org.springframework.binding.*;version="[2.0.9, 2.0.10)", + org.springframework.js.*;version="[2.0.9, 2.0.10)", + org.springframework.webflow.*;version="[2.0.9, 2.0.10)", org.springframework.*;version="[2.5.6.SEC01, 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-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index 99de8f68..ed2bf3ff 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -73,19 +73,19 @@ org.springframework.webflow spring-binding - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow spring-js - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow spring-webflow - 2.0.8.RELEASE + 2.0.9.RELEASE ]]> @@ -96,7 +96,7 @@ org.springframework.webflow spring-faces - 2.0.8.RELEASE + 2.0.9.RELEASE ]]> @@ -133,19 +133,19 @@ org.springframework.webflow org.springframework.binding - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow org.springframework.js - 2.0.8.RELEASE + 2.0.9.RELEASE org.springframework.webflow org.springframework.webflow - 2.0.8.RELEASE + 2.0.9.RELEASE ]]> @@ -155,7 +155,7 @@ org.springframework.webflow org.springframework.faces - 2.0.8.RELEASE + 2.0.9.RELEASE ]]> @@ -188,18 +188,18 @@ runtime" /> + rev="2.0.9.RELEASE" conf="compile->runtime" /> + rev="2.0.9.RELEASE" conf="compile->runtime" /> ]]> + rev="2.0.9.RELEASE" conf="compile->runtime" />]]> And if using JavaServerFaces: runtime" />]]> + rev="2.0.9.RELEASE" conf="compile->runtime" />]]> @@ -224,7 +224,7 @@ org.springframework.webflow org.springframework.webflow-library libd - 2.0.8.RELEASE + 2.0.9.RELEASE ]]> diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml index e57e8236..411fbd67 100644 --- a/spring-webflow-reference/src/spring-webflow-reference.xml +++ b/spring-webflow-reference/src/spring-webflow-reference.xml @@ -25,8 +25,8 @@ Spring Web Flow Reference Guide Spring Web Flow Spring Web Flow - Version 2.0.8 - August 2009 + Version 2.0.0 + Keith diff --git a/spring-webflow/template.mf b/spring-webflow/template.mf index ae682697..df6fbd06 100644 --- a/spring-webflow/template.mf +++ b/spring-webflow/template.mf @@ -3,7 +3,7 @@ Bundle-Name: Spring Web Flow Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: - org.springframework.binding.*;version="[2.0.8, 2.0.9)", + org.springframework.binding.*;version="[2.0.9, 2.0.10)", org.springframework.js.*;version="[2.0.8, 2.0.9)", org.springframework.*;version="[2.5.6.SEC01, 3.1.0)", org.springframework.orm.*;version="[2.5.6.SEC01, 3.1.0)";resolution:=optional,