Added line breaks for people with less screen real estate.

This commit is contained in:
Erwin Vervaet
2007-04-02 06:14:09 +00:00
parent 0b3a37382e
commit 9134d34476

View File

@@ -68,12 +68,15 @@ Package org.springframework.webflow.test
and AbstractXmlFlowExecutionTests.
Package org.springframework.webflow.samples
* Made all samples Spring IDE 2.0 projects for use with the Spring Web Flow Graphical Editor and XML Flow Definition Editor out of the box.
To use these features, import the sample projects into Eclipse 3.2.2 with WTP 1.5.3 and Spring IDE 2.0 M3 or greater installed (See http://springide.org)
* Made all samples Spring IDE 2.0 projects for use with the Spring Web Flow Graphical Editor and XML Flow
Definition Editor out of the box. To use these features, import the sample projects into Eclipse 3.2.2 with
WTP 1.5.3 and Spring IDE 2.0 M3 or greater installed (See http://springide.org).
* Featured alternate versions of "ItemList" and "Sellitem" flows more prominently.
* Enhanced the JSF-based version of SellItem to take advantage of the latest simplifications in Spring Web Flow's JSF support. Please see this sample
along with the practical section in the reference manual for illustrations of how to use Spring Web Flow in a JSF environment.
* Greatly enhanced sample walkthrough documentation in 'practical' section of reference manual (special thanks to Rossen Stoyanchev who contributed this)
* Enhanced the JSF-based version of SellItem to take advantage of the latest simplifications in Spring Web Flow's
JSF support. Please see this sample along with the practical section in the reference manual for illustrations
of how to use Spring Web Flow in a JSF environment.
* Greatly enhanced sample walkthrough documentation in 'practical' section of reference manual (special thanks to
Rossen Stoyanchev who contributed this).
Changes in version 1.0.1 (08.01.2007)
-------------------------------------