Fixed "of the Spring" text and reformatted.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3438 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2010-06-21 20:37:08 +00:00
parent 7e3fb3a8df
commit 7cc7d1b883
1 changed files with 12 additions and 11 deletions

View File

@ -4,23 +4,24 @@ http://www.springframework.org
1. INTRODUCTION 1. INTRODUCTION
Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based, Spring Framework 3.0 is the next generation of Spring: fully Java 5 based,
EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection) EL enabled, REST enabled, and with support for JSR-330 (Dependency
and JSR-303 (Bean Validation). Injection) and JSR-303 (Bean Validation).
2. RELEASE NOTES 2. RELEASE NOTES
This release comes with complete reference documentation. For further details, This release comes with complete reference documentation. For further
consult the provided javadoc for specific packages and classes. details, consult the provided javadoc for specific packages and classes.
3. DISTRIBUTION JAR FILES 3. DISTRIBUTION JAR FILES
The Spring Framework module jar files can be found in the 'dist' directory. Note that The Spring Framework module jar files can be found in the 'dist'
this release does not contain a 'spring.jar' file anymore, in contrast to previous Spring directory. Note that this release does not contain a 'spring.jar' file
generations. Furthermore, the jar file names follow bundle repository conventions now. anymore, in contrast to previous Spring generations. Furthermore, the jar
file names now follow bundle repository conventions.
4. GETTING STARTED 4. GETTING STARTED
Please consult the blog examples at http://blog.springsource.com as well as the sections Please consult the blog examples at http://blog.springsource.com as well
of interest in the reference documentation. Sample applications and related material as sections of interest in the reference documentation. Sample
will be provided as separate downloads. applications and related material are provided as separate downloads.