updated for spring-faces.jar

This commit is contained in:
Keith Donald
2007-08-21 07:16:04 +00:00
parent 04d4a78a03
commit dfd00bc614

View File

@@ -52,14 +52,18 @@ optional, i.e. just necessary for certain functionality.
* spring-webflow-2.0-m1.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-web, spring-binding, OGNL
[Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX,
Struts, JSF]
[Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX, Struts]
* spring-binding-2.0-m1.jar
- Contents: The Spring Data Binding framework, an internal library used by SWF
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
[Log4J]
* spring-faces-2.0-m1.jar
- Contents: The Spring Faces module, containing Spring Web Flow's integration with Java Server Faces (JSF) and additional JSF functionality.
- Dependencies: spring-webflow, JSF, Unified EL
[Shale Remoting]
For an exact list of Spring Web Flow project dependencies see "projects/spring-webflow/ivy.xml".
4. WHERE TO START