diff --git a/build-spring-framework/build.xml b/build-spring-framework/build.xml
index 9b327fb6d2a..0df1c330abf 100644
--- a/build-spring-framework/build.xml
+++ b/build-spring-framework/build.xml
@@ -1,5 +1,5 @@
-
+
@@ -26,6 +26,6 @@
-
+
diff --git a/build-spring-framework/ivy.xml b/build-spring-framework/ivy.xml
deleted file mode 100644
index 5ccfeb4460a..00000000000
--- a/build-spring-framework/ivy.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/build-spring-framework/package-top-level.xml b/build-spring-framework/package-top-level.xml
index eab06a2a610..9fe11c06646 100644
--- a/build-spring-framework/package-top-level.xml
+++ b/build-spring-framework/package-top-level.xml
@@ -15,7 +15,7 @@
-
+
@@ -38,8 +38,8 @@
-
+
@@ -52,9 +52,21 @@
file="${package.output.dir}/projects/build.properties"/>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build-spring-framework/publish-top-level.xml b/build-spring-framework/publish-top-level.xml
index 1f39333bcf8..ab489fdc277 100644
--- a/build-spring-framework/publish-top-level.xml
+++ b/build-spring-framework/publish-top-level.xml
@@ -4,4 +4,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build-spring-framework/readme.txt b/build-spring-framework/readme.txt
index 40a13319772..71e840b58de 100644
--- a/build-spring-framework/readme.txt
+++ b/build-spring-framework/readme.txt
@@ -1,13 +1,13 @@
This is where the master build that creates releases of Spring Framework resides. The build system is based on spring-build, which is linked in using an SVN external to https://src.springframework.org/svn/spring-build.
USERS
-- To build all Spring Web Flow projects, including samples:
+- To build all Spring Framework projects, including samples:
1. From this directory, run:
ant
Build Pre-requisites:
-- javac 1.5 or > must be in your system path
+- javac 1.6 or > must be in your system path
- ant 1.7 or > must be in your system path
DEVELOPERS