From e56ce33b5d949f71f49b22879f810e9905b1b2b7 Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 5 Dec 2007 13:14:35 +0000 Subject: [PATCH] Move zip download section to top. --- src/site/apt/downloads.apt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 78b9000c7..d2894b17e 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -7,7 +7,13 @@ Milestone Builds - These builds are provided for evaluation and community feedback. They will have a release identifier ending in "-mX" where X is the milestone number. The current release is <<1.0.0.m3>>. + These builds are provided for evaluation and community feedback. They will have a release identifier ending in "mX" where X is the milestone number. The current release is <<1.0.0.m3>>. + +* Zip Downloads + + Starting with Spring Batch 1.0.0.m3 there are ZIP based artifacts that contain the release JARs. You can find those releases {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}. There are two ZIP files in the release. The first zip file is called <<>. This file contains only the JAR files for the release. The second zip file is called <<>>. This file contains the JAR files for the release as well as all of the third-party dependencies for the release. In addition, this release contains the Spring Batch source code including the samples and their third-party dependencies as well. + +* Maven Artifacts You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. You can see the internal and external project dependencies in the <<>> files. You will probably need <<>>, <<>> and <<>>. Source code is packaged in a separate jar file in the same directory, and the samples are also bundled in the same way. @@ -41,8 +47,6 @@ Milestone Builds +--------------- - Starting with Spring Batch 1.0.0.m3 there are ZIP based artifacts that contain the release JARs. You can find those releases {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}. There are two ZIP files in the release. The first zip file is called <<>. This file contains only the JAR files for the release. The second zip file is called <<>>. This file contains the JAR files for the release as well as all of the third-party dependencies for the release. In addition, this release contains the source code for the release as well as the sample applications and their third-party dependencies as well. - Snapshot Builds Nightly snapshots are also available through the same process with slightly different URLs. See {{{snapshots.html}here}} for details.