From ad2288ad2b60eba2bc08814ef5b41da81d7c8430 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 29 Apr 2008 17:26:07 +0000 Subject: [PATCH] Fixed minor typo --- build-spring-webflow/resources/readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index 0002505a..87516fc7 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -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.0.jar +* org.springframework.webflow-2.0.0.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.0.jar +* org.springframework.binding-2.0.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 [Log4J, OGNL, EL API] -* org.springframework.js-2.0.0.jar +* org.springframework.js-2.0.0.RELEASE.jar - Contents: The Spring JavaScript module, containing Spring's Dojo integration and additional JavaScript functionality. - Dependencies: Dojo Toolkit 1.1 -* org.springframework.faces-2.0.0.jar +* org.springframework.faces-2.0.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, JSF API