updated jar names

This commit is contained in:
Keith Donald
2008-04-29 12:30:32 +00:00
parent 7b498a1fda
commit 45d71c2aa9
3 changed files with 26 additions and 24 deletions

View File

@@ -14,14 +14,16 @@ DEVELOPERS
- To build a new Spring Web Flow distribution for release:
1. Update the files containing the version number to reflect the new release version, if necessary.
build.properties
build-spring-webflow/resources/readme.txt
spring-webflow-reference/src/spring-webflow-reference.xml
build.properties
build-spring-webflow/resources/readme.txt
spring-webflow-reference/src/spring-webflow-reference.xml
2. From this directory, run:
ant jar package
ant jar package
The release archive will be created and placed in:
target/artifacts
target/artifacts
Questions? See http://forum.springframework.org

View File

@@ -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.
* spring-webflow-2.0.0.jar
* org.springframework.webflow-2.0.0.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-binding, spring-web, spring-webmvc, spring-js
[Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Servlet API, Portlet API, Struts, JUnit]
- 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]
* spring-binding-2.0.0.jar
* org.springframework.binding-2.0.0.jar
- Contents: The Spring Data Binding framework, a utility library used by Web Flow
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
[Log4J]
[Log4J, OGNL, EL API]
* spring-js-2.0.0.jar
* org.springframework.js-2.0.0.jar
- Contents: The Spring JavaScript module, containing Spring's Dojo integration and additional JavaScript functionality.
- Dependencies: Dojo Toolkit 1.1
* spring-faces-2.0.0.jar
* org.springframework.faces-2.0.0.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

View File

@@ -4,17 +4,17 @@ DIRECTORIES
1. build-spring-webflow - Contains the metadata needed to build the SWF projects using spring-build.
To build all projects, simply run 'ant' (v1.7 or >) in this directory.
2. spring-build - A linked in SVN external to Spring's master build system.
Used to power the build for all Spring projects.
2. spring-build - A linked in SVN external to Spring's master build system.
Used to power the build for all Spring projects.
3. spring-binding - the data binding and mapping project, a Spring Web Flow driven internal library.
4. spring-webflow - The Spring Web Flow project. Contains the Web Flow engine.
5. spring-javscript - Spring's JavaScript abstraction framework, which includes Dojo integration.
6. spring-faces - Spring's JavaServerFaces integration module, which includes Web Flow & JavaScript support.
5. spring-js - Spring's JavaScript abstraction framework, which includes Dojo integration.
6. spring-faces - Spring's JavaServerFaces integration module, which includes Web Flow & JavaScript support.
7. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action.
@@ -23,11 +23,11 @@ ARCHITECTURE DOCUMENTS
Also contained in this directory are two SonarJ files
1. webflow-architecture.xml
2. webflow-workspace.xml
SonarJ is an architecture analysis tool.
SonarJ is an architecture analysis tool.
When opened in SonarJ, these files provide an architectural breakdown of the Spring Web Flow projects.
This can be a good way to familiarize yourself with the Spring Web Flow system architecture,
including its layers, subsystems, dependencies, and various architectural metrics such as total lines of code
This can be a good way to familiarize yourself with the Spring Web Flow system architecture,
including its layers, subsystems, dependencies, and various architectural metrics such as total lines of code
and average component dependency.
To use SonarJ: