updating changelog and readme for M4

This commit is contained in:
Mark Fisher
2010-05-08 16:06:39 +00:00
parent 4e6878840c
commit de7b23d837
2 changed files with 8 additions and 17 deletions

View File

@@ -5,6 +5,9 @@ For the full detailed changelog, see:
https://fisheye.springsource.org/changelog/spring-integration
Changes in version 2.0.0 Milestone 4 (May 8, 2010)
http://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11389
Changes in version 2.0.0 Milestone 3 (Mar 12, 2010)
http://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11307

View File

@@ -1,7 +1,7 @@
SPRING INTEGRATION 2.0.0 Milestone 3 (Mar 12, 2010)
---------------------------------------------------
SPRING INTEGRATION 2.0.0 Milestone 4 (May 8, 2010)
--------------------------------------------------
To find out what has changed since version 1.0.3 or 2.0 M2, see 'changelog.txt'
To find out what has changed since version 1.0.4 or 2.0 M3, see 'changelog.txt'
Please consult the documentation located within the 'docs/reference' directory of this
release and also visit the official Spring Integration home at:
@@ -25,17 +25,5 @@ An expanded version is also available in "build-spring-integration/target/packag
To build the JavaDoc, run 'ant javadoc-api' from within 'build-spring-integration'. The
result will be available in "build-spring-integration/target/javadoc-api".
To run the code within Eclipse, do the following:
Import... > General > Existing Projects into Workspace
Browse to the directory where you checked out the project
Select each module that begins with "org.springframework.integration"
Define a Classpath Variable named IVY_CACHE under "Preferences > Java > Build Path"
Its value should be: <checkout-dir>/ivy-cache/repository
To run the code within Idea, do the following:
Import the existing Eclipse projects:
(File > New Project... > Import project from external model > Eclipse)
Define a Path Variable named IVY_CACHE (IDE Settings > Path Variables)
Its value should be: <checkout-dir>/ivy-cache/repository
The projects are Maven enabled, so you should be able to import them into any IDE that
has support for Maven (2.0.9 or greater).