diff --git a/build-spring-framework/build.iml b/build-spring-framework/build.iml
deleted file mode 100644
index b5887115b1b..00000000000
--- a/build-spring-framework/build.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/build.xml b/build-spring-framework/build.xml
deleted file mode 100644
index dd070acea9f..00000000000
--- a/build-spring-framework/build.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/package-bundle.xml b/build-spring-framework/package-bundle.xml
deleted file mode 100644
index ab9407375f2..00000000000
--- a/build-spring-framework/package-bundle.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/package-library.xml b/build-spring-framework/package-library.xml
deleted file mode 100644
index b42f3219186..00000000000
--- a/build-spring-framework/package-library.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/package-top-level.xml b/build-spring-framework/package-top-level.xml
deleted file mode 100644
index 07863c71af3..00000000000
--- a/build-spring-framework/package-top-level.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/publish-documentation.xml b/build-spring-framework/publish-documentation.xml
deleted file mode 100644
index 4a123667157..00000000000
--- a/build-spring-framework/publish-documentation.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/publish-top-level.xml b/build-spring-framework/publish-top-level.xml
deleted file mode 100644
index c6a6cbb49ef..00000000000
--- a/build-spring-framework/publish-top-level.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build-spring-framework/readme.txt b/build-spring-framework/readme.txt
deleted file mode 100644
index 5b001a6cc51..00000000000
--- a/build-spring-framework/readme.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-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.
-
-Build Pre-requisites:
-- javac 1.6 or > must be in your system path
-- ant 1.7 or > must be in your system path
-- set ANT_OPTS as follows (to avoid out of memory errors):
- ANT_OPTS="-XX:MaxPermSize=1024m -Xmx1024m -Dtest.vm.args='-XX:MaxPermSize=512m -Xmx1024m'"
-
-USERS
-- To build all Spring Framework projects, including samples:
-
- 1. From this directory, run:
- ant
-
-- To install the built artifacts into your local Maven cache:
-
- 1. From this directory, run:
- ant install-maven
-
-- For a complete tutorial, see:
-
- http://blog.springsource.com/2009/03/03/building-spring-3
-
-
-DEVELOPERS
-- To build a new Spring Framework distribution for release:
-
- 1. Update the files containing the version number to reflect the new release
- version, if necessary.
-
- build.properties
- build-spring-framework/resources/readme.txt
- spring-framework/src/spring-framework-reference.xml
-
- 2. From this directory, run:
-
- ant jar package
-
- The release archive will be created and placed in:
- target/artifacts
diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt
deleted file mode 100644
index 589ee6635f6..00000000000
--- a/build-spring-framework/resources/readme.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-SPRING FRAMEWORK 3.1.1 (January 2012)
--------------------------------------
-http://www.springsource.org
-
-1. INTRODUCTION
-
-Spring Framework 3.1 builds on the Spring Framework 3.0 foundation with
-a focus on Java-based application configuration and MVC enhancements.
-
-2. RELEASE NOTES
-
-This release comes with complete reference documentation. For further
-details, consult the provided javadoc for specific packages and classes.
-
-3. DISTRIBUTION JAR FILES
-
-The Spring Framework module jar files can be found in the 'dist'
-directory. Note that this release does not contain a 'spring.jar' file
-anymore, in contrast to previous Spring generations. Furthermore, the jar
-file names now follow bundle repository conventions.
-
-4. GETTING STARTED
-
-Please consult the blog examples at http://blog.springsource.com as well
-as sections of interest in the reference documentation. Sample
-applications and related material are provided as separate downloads.
diff --git a/build.properties b/build.properties
deleted file mode 100644
index d6e087bf64f..00000000000
--- a/build.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-version=3.2.0
-
-natural.name=spring-framework
-project.name=Spring Framework
-project.key=SPR
-ivy.cache.dir=${basedir}/../ivy-cache
-integration.repo.dir=${basedir}/../integration-repo
-license.dir=${basedir}/../build-spring-framework/resources
-javadoc.exclude.package.names=org/springframework/samples/**
-javadoc.max.memory=1024M
-test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
-compiler.args=-enableJavadoc -warn:none
-
-## common osgi ranges used in template.mf files
-spring.osgi.range.nq=${version:[=.=.=, =.=.+1)}
-spring.osgi.range="${spring.osgi.range.nq}"
-aj.osgi.range="[1.6.8, 2.0.0)"
-
-## For GA releases
-#release.type=release
-#build.stamp=RELEASE
-
-## For milestone releases
-#release.type=milestone
-#build.stamp=M1
-
-## For trunk development / ci builds
-release.type=integration
-#build.stamp=BUILD-SNAPSHOT
diff --git a/build.versions b/build.versions
deleted file mode 100644
index bdbac64d93c..00000000000
--- a/build.versions
+++ /dev/null
@@ -1,4 +0,0 @@
-# common dependency versions
-aspectj.version=1.6.8.RELEASE
-junit.version=4.9.0
-testng.version=5.12.1
diff --git a/ci-build.properties b/ci-build.properties
deleted file mode 100644
index 5f7d37a6fda..00000000000
--- a/ci-build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# properties used by Bamboo build plan at http://build.springframework.org/build/admin/buildConfiguration.action?buildKey=SPR-TRUNKQUICK
-# run in conjunction with ANT_OPTS='-XX:MaxPermSize=512m -Xmx1024m'
-compiler.args=-enableJavadoc -warn:none
-java.awt.headless=true
-ci.build=true
-test.vm.args=-XX:MaxPermSize=512m -Xmx1024m
diff --git a/org.springframework.aop/build.xml b/org.springframework.aop/build.xml
deleted file mode 100644
index 73cf8acf0fd..00000000000
--- a/org.springframework.aop/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.aop/ivy.xml b/org.springframework.aop/ivy.xml
deleted file mode 100644
index 4599db46883..00000000000
--- a/org.springframework.aop/ivy.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.asm/build.xml b/org.springframework.asm/build.xml
deleted file mode 100644
index f2f3d52168f..00000000000
--- a/org.springframework.asm/build.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.asm/ivy.xml b/org.springframework.asm/ivy.xml
deleted file mode 100644
index 479c273c3a0..00000000000
--- a/org.springframework.asm/ivy.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.aspects/build.xml b/org.springframework.aspects/build.xml
deleted file mode 100644
index 149f2f61a50..00000000000
--- a/org.springframework.aspects/build.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.aspects/ivy.xml b/org.springframework.aspects/ivy.xml
deleted file mode 100644
index cd5e198657d..00000000000
--- a/org.springframework.aspects/ivy.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.beans/build.xml b/org.springframework.beans/build.xml
deleted file mode 100644
index 4bde9eb6e49..00000000000
--- a/org.springframework.beans/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.beans/ivy.xml b/org.springframework.beans/ivy.xml
deleted file mode 100644
index 8e624d0a836..00000000000
--- a/org.springframework.beans/ivy.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.context.support/build.xml b/org.springframework.context.support/build.xml
deleted file mode 100644
index 67d632d055c..00000000000
--- a/org.springframework.context.support/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.context.support/ivy.xml b/org.springframework.context.support/ivy.xml
deleted file mode 100644
index 85c065e56dc..00000000000
--- a/org.springframework.context.support/ivy.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.context/build.xml b/org.springframework.context/build.xml
deleted file mode 100644
index 24653c5c4b9..00000000000
--- a/org.springframework.context/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.context/ivy.xml b/org.springframework.context/ivy.xml
deleted file mode 100644
index e8871930a56..00000000000
--- a/org.springframework.context/ivy.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.core/build.xml b/org.springframework.core/build.xml
deleted file mode 100644
index 54975892df1..00000000000
--- a/org.springframework.core/build.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/org.springframework.core/ivy.xml b/org.springframework.core/ivy.xml
deleted file mode 100644
index 0538fed5e31..00000000000
--- a/org.springframework.core/ivy.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.expression/build.xml b/org.springframework.expression/build.xml
deleted file mode 100644
index bf253006024..00000000000
--- a/org.springframework.expression/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.expression/ivy.xml b/org.springframework.expression/ivy.xml
deleted file mode 100644
index 501090d6ca3..00000000000
--- a/org.springframework.expression/ivy.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.instrument.tomcat/build.xml b/org.springframework.instrument.tomcat/build.xml
deleted file mode 100644
index 09528c68623..00000000000
--- a/org.springframework.instrument.tomcat/build.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/org.springframework.instrument.tomcat/ivy.xml b/org.springframework.instrument.tomcat/ivy.xml
deleted file mode 100644
index cc025f9a21f..00000000000
--- a/org.springframework.instrument.tomcat/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.instrument/build.xml b/org.springframework.instrument/build.xml
deleted file mode 100644
index a86d256c232..00000000000
--- a/org.springframework.instrument/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.instrument/ivy.xml b/org.springframework.instrument/ivy.xml
deleted file mode 100644
index fb698ac5a30..00000000000
--- a/org.springframework.instrument/ivy.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.jdbc/build.xml b/org.springframework.jdbc/build.xml
deleted file mode 100644
index c93d64ea056..00000000000
--- a/org.springframework.jdbc/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.jdbc/ivy.xml b/org.springframework.jdbc/ivy.xml
deleted file mode 100644
index 20ca8f3de27..00000000000
--- a/org.springframework.jdbc/ivy.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.jms/build.xml b/org.springframework.jms/build.xml
deleted file mode 100644
index 47a67616c0f..00000000000
--- a/org.springframework.jms/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.jms/ivy.xml b/org.springframework.jms/ivy.xml
deleted file mode 100644
index 4a9c8b0eb35..00000000000
--- a/org.springframework.jms/ivy.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.orm/build.xml b/org.springframework.orm/build.xml
deleted file mode 100644
index 6737c9d6d61..00000000000
--- a/org.springframework.orm/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.orm/ivy.xml b/org.springframework.orm/ivy.xml
deleted file mode 100644
index bf107a72392..00000000000
--- a/org.springframework.orm/ivy.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.oxm/ivy.xml b/org.springframework.oxm/ivy.xml
deleted file mode 100644
index b6f2564cb16..00000000000
--- a/org.springframework.oxm/ivy.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.spring-library/build.xml b/org.springframework.spring-library/build.xml
deleted file mode 100644
index a50b708d66e..00000000000
--- a/org.springframework.spring-library/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/org.springframework.spring-library/ivy.xml b/org.springframework.spring-library/ivy.xml
deleted file mode 100644
index 867040f454c..00000000000
--- a/org.springframework.spring-library/ivy.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.spring-library/org.springframework.spring-library.libd b/org.springframework.spring-library/org.springframework.spring-library.libd
deleted file mode 100644
index 22cb05e8bb2..00000000000
--- a/org.springframework.spring-library/org.springframework.spring-library.libd
+++ /dev/null
@@ -1,21 +0,0 @@
-Library-SymbolicName: org.springframework.spring
-Library-Version: @bundle.version@
-Library-Name: Spring Framework
-Import-Bundle:
- org.springframework.aop;version="[@bundle.version@, @bundle.version@]",
- org.springframework.asm;version="[@bundle.version@, @bundle.version@]",
- org.springframework.aspects;version="[@bundle.version@, @bundle.version@]",
- org.springframework.beans;version="[@bundle.version@, @bundle.version@]",
- org.springframework.context;version="[@bundle.version@, @bundle.version@]",
- org.springframework.context.support;version="[@bundle.version@, @bundle.version@]",
- org.springframework.core;version="[@bundle.version@, @bundle.version@]",
- org.springframework.expression;version="[@bundle.version@, @bundle.version@]",
- org.springframework.jdbc;version="[@bundle.version@, @bundle.version@]",
- org.springframework.jms;version="[@bundle.version@, @bundle.version@]",
- org.springframework.orm;version="[@bundle.version@, @bundle.version@]",
- org.springframework.oxm;version="[@bundle.version@, @bundle.version@]",
- org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
- org.springframework.web;version="[@bundle.version@, @bundle.version@]",
- org.springframework.web.servlet;version="[@bundle.version@, @bundle.version@]",
- org.springframework.web.portlet;version="[@bundle.version@, @bundle.version@]",
- com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]"
diff --git a/org.springframework.spring-library/pom.xml b/org.springframework.spring-library/pom.xml
deleted file mode 100644
index d34ae7542a3..00000000000
--- a/org.springframework.spring-library/pom.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- 4.0.0
- org.springframework
- spring-library
- libd
- 3.2.0.BUILD-SNAPSHOT
- Spring Framework
- Spring is a layered Java/J2EE application platform, based on code published in Expert
- One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
- http://www.springframework.org
-
- JIRA
- http://jira.springframework.org/browse/SPR
-
-
- Bamboo
- https://build.springframework.org/browse/SPR
-
- 2003
-
- SpringSource
- http://www.springsource.com
-
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
- repo
-
-
-
- https://fisheye.springframework.org/browse/spring-framework
- scm:svn:https://src.springframework.org/svn/spring-framework/trunk
- scm:svn:https://src.springframework.org/svn/spring-framework/trunk
-
-
-
- Spring Forum
-
- http://forum.springframework.org
- http://forum.springframework.org
-
-
-
-
-
- staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
-
-
-
-
-
- org.springframework
- spring-aop
- ${project.version}
-
-
- org.springframework
- spring-asm
- ${project.version}
-
-
- org.springframework
- spring-aspects
- ${project.version}
-
-
- org.springframework
- spring-beans
- ${project.version}
-
-
- org.springframework
- spring-context
- ${project.version}
-
-
- org.springframework
- spring-context-support
- ${project.version}
-
-
- org.springframework
- spring-core
- ${project.version}
-
-
- org.springframework
- spring-expression
- ${project.version}
-
-
- org.springframework
- spring-jdbc
- ${project.version}
-
-
- org.springframework
- spring-jms
- ${project.version}
-
-
- org.springframework
- spring-orm
- ${project.version}
-
-
- org.springframework
- spring-oxm
- ${project.version}
-
-
- org.springframework
- spring-tx
- ${project.version}
-
-
- org.springframework
- spring-web
- ${project.version}
-
-
- org.springframework
- spring-webmvc
- ${project.version}
-
-
- org.springframework
- spring-webmvc-portlet
- ${project.version}
-
-
- aopalliance
- aopalliance
- 1.0
-
-
-
-
diff --git a/org.springframework.spring-parent/build.xml b/org.springframework.spring-parent/build.xml
deleted file mode 100644
index db90f893e41..00000000000
--- a/org.springframework.spring-parent/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.spring-parent/ivy.xml b/org.springframework.spring-parent/ivy.xml
deleted file mode 100644
index ceff026be6b..00000000000
--- a/org.springframework.spring-parent/ivy.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.spring-parent/pom.xml b/org.springframework.spring-parent/pom.xml
deleted file mode 100644
index 35470b5ef2b..00000000000
--- a/org.springframework.spring-parent/pom.xml
+++ /dev/null
@@ -1,274 +0,0 @@
-
-
-
-
- 4.0.0
- org.springframework
- spring-parent
- pom
- Spring Framework - Parent
- 3.2.0.BUILD-SNAPSHOT
- Spring Framework Parent
-
- https://fisheye.springframework.org/browse/spring-framework
- scm:svn:https://src.springframework.org/svn/spring-framework/trunk
- scm:svn:https://src.springframework.org/svn/spring-framework/trunk
-
-
-
-
-
- javax.xml.ws
- jaxws-api
- 2.1-1
-
-
- javax.jws
- jsr181
-
-
-
-
- javax.inject
- com.springsource.javax.inject
- 1.0.0
- provided
-
-
- junit
- junit
- 4.9
- test
-
-
- org.hamcrest
- hamcrest-all
- 1.1
- test
-
-
- org.aspectj
- aspectjweaver
- 1.6.8
- true
-
-
- org.easymock
- easymock
- 2.5.1
- test
-
-
- org.slf4j
- slf4j-api
- 1.5.10
-
-
- org.slf4j
- slf4j-log4j12
- 1.5.10
-
-
- log4j
- log4j
- 1.2.15
- test
-
-
- javax.mail
- mail
-
-
- javax.jms
- jms
-
-
- com.sun.jdmk
- jmxtools
-
-
- com.sun.jmx
- jmxri
-
-
-
-
-
-
-
-
- strict
-
- false
-
-
-
- fast
-
- true
- true
-
-
-
- staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
-
-
- central
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- spring-milestone
- Spring Milestone Repository
- s3://maven.springframework.org/milestone
-
-
- spring-snapshot
- Spring Snapshot Repository
- s3://maven.springframework.org/snapshot
-
-
-
-
- release
-
-
-
- maven-source-plugin
-
-
- attach-sources
-
- jar
-
-
-
-
-
-
-
-
- build
-
-
- org.springframework.repository.maven
- SpringSource Maven Repository
- http://repository.springframework.org/maven/
- false
-
-
-
-
- legacy-build
-
-
- java.net
- Java.net Repository for Maven
- http://download.java.net/maven/1/
- legacy
- false
-
-
-
- jboss
- JBoss Repository
- http://repository.jboss.org/maven2
- false
-
-
- EclipseLink Repo
- http://mirror.cc.vt.edu/pub/eclipse/rt/eclipselink/maven.repo/
- false
-
-
-
- sun-repo-2
- http://download.java.net/maven/2/
- false
-
-
-
- com.springsource.repository.bundles.release
- SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases
- http://repository.springsource.com/maven/bundles/release/
- false
-
-
- com.springsource.repository.bundles.external
- SpringSource Enterprise Bundle Repository - External Bundle Releases
- http://repository.springsource.com/maven/bundles/external/
- false
-
-
-
-
-
-
-
-
- org.springframework.build.aws
- org.springframework.build.aws.maven
- 2.0.0.RELEASE
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.6
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*Tests.java
-
-
- **/Abstract*.java
-
- junit:junit
- -Xmx512m
-
-
-
-
-
-
-
- staging
- file:///${user.dir}/target/staging
-
-
- staging
- file:///${user.dir}/target/staging
-
-
-
-
diff --git a/org.springframework.test/build.xml b/org.springframework.test/build.xml
deleted file mode 100644
index b738d1e93cd..00000000000
--- a/org.springframework.test/build.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.test/ivy.xml b/org.springframework.test/ivy.xml
deleted file mode 100644
index 1bd3614c675..00000000000
--- a/org.springframework.test/ivy.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.transaction/build.xml b/org.springframework.transaction/build.xml
deleted file mode 100644
index 257816b5989..00000000000
--- a/org.springframework.transaction/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.transaction/ivy.xml b/org.springframework.transaction/ivy.xml
deleted file mode 100644
index 16ec30cd3f9..00000000000
--- a/org.springframework.transaction/ivy.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.web.portlet/build.xml b/org.springframework.web.portlet/build.xml
deleted file mode 100644
index c463a792db4..00000000000
--- a/org.springframework.web.portlet/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.web.portlet/ivy.xml b/org.springframework.web.portlet/ivy.xml
deleted file mode 100644
index 5b22bf12adb..00000000000
--- a/org.springframework.web.portlet/ivy.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.web.servlet/build.xml b/org.springframework.web.servlet/build.xml
deleted file mode 100644
index 5707224bae3..00000000000
--- a/org.springframework.web.servlet/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.web.servlet/ivy.xml b/org.springframework.web.servlet/ivy.xml
deleted file mode 100644
index c15efda0b22..00000000000
--- a/org.springframework.web.servlet/ivy.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.web.struts/build.xml b/org.springframework.web.struts/build.xml
deleted file mode 100644
index f795e2bffa0..00000000000
--- a/org.springframework.web.struts/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.web.struts/ivy.xml b/org.springframework.web.struts/ivy.xml
deleted file mode 100644
index 47e1dfb082f..00000000000
--- a/org.springframework.web.struts/ivy.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org.springframework.web/build.xml b/org.springframework.web/build.xml
deleted file mode 100644
index 6cfd327dc4f..00000000000
--- a/org.springframework.web/build.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/org.springframework.web/ivy.xml b/org.springframework.web/ivy.xml
deleted file mode 100644
index d7cea881b3d..00000000000
--- a/org.springframework.web/ivy.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/aspect/artifact.xml b/spring-build/aspect/artifact.xml
deleted file mode 100644
index ec467be26b0..00000000000
--- a/spring-build/aspect/artifact.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/aspect/common.xml b/spring-build/aspect/common.xml
deleted file mode 100644
index 48a15242ceb..00000000000
--- a/spring-build/aspect/common.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/aspect/default.xml b/spring-build/aspect/default.xml
deleted file mode 100644
index 98907595da7..00000000000
--- a/spring-build/aspect/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/aspect/package.xml b/spring-build/aspect/package.xml
deleted file mode 100644
index 49763b223e0..00000000000
--- a/spring-build/aspect/package.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/aspect/publish.xml b/spring-build/aspect/publish.xml
deleted file mode 100644
index a3ce58ac703..00000000000
--- a/spring-build/aspect/publish.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/aspect/quality.xml b/spring-build/aspect/quality.xml
deleted file mode 100644
index 3af890844d2..00000000000
--- a/spring-build/aspect/quality.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/artifact.xml b/spring-build/common/artifact.xml
deleted file mode 100644
index bf00a872a30..00000000000
--- a/spring-build/common/artifact.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/common.properties b/spring-build/common/common.properties
deleted file mode 100644
index f8aaea0e537..00000000000
--- a/spring-build/common/common.properties
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 2010 SpringSource
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Common Properties
-lib.dir=${spring.build.dir}/lib
-artifacts.dir=${target.dir}/artifacts
-target.dir=${basedir}/target
-ci.build=false
-natural.name=${ant.project.name}
-build.stamp=BUILD-${timestamp}
-bundle.version=${version}.${build.stamp}
-publish.bucket=repository.springsource.com
-local.repo.dir=${java.io.tmpdir}/local-repository
-
-# Artifact Properties
-license.dir=${basedir}
-main.java.dir=${basedir}/src/main/java
-main.resources.dir=${basedir}/src/main/resources
-main.output.dir=${target.dir}/classes
-main.webapp.dir=${basedir}/src/main/webapp
-
-# Javadoc Properties
-javadoc-all.output.dir=${target.dir}/javadoc-all
-javadoc-api.output.dir=${target.dir}/javadoc-api
-javadoc.prep.dir=${target.dir}/javadoc-prep
-javadoc.exclude.package.names=
-javadoc.stylesheet.file=${spring.build.dir}/common/spring-javadoc.css
-javadoc.resources.dir=${spring.build.dir}/common/javadoc-resources
-javadoc.max.memory=128M
-
-# JAR Properties
-implementation.title=${ant.project.name}
-implementation.version=${bundle.version}
-jar.output.dir=${artifacts.dir}
-jar.output.file=${jar.output.dir}/${ant.project.name}.jar
-source-jar.output.dir=${artifacts.dir}
-source-jar.output.file=${source-jar.output.dir}/${ant.project.name}-sources.jar
-
-# PAR Properties
-par.output.dir=${artifacts.dir}
-par.output.file=${par.output.dir}/${ant.project.name}.par
-par.provided.dir=${target.dir}/par-provided
-par.provided.bundles.dir=${par.provided.dir}/bundles
-par.provided.libraries.dir=${par.provided.dir}/libraries
-par.staging.dir=${target.dir}/par-expanded
-application.name=
-application.description=
-
-# Web Module Properties
-web.module.output.dir=${artifacts.dir}
-web.module.output.file=${web.module.output.dir}/${ant.project.name}.jar
-web.module.staging.dir=${target.dir}/web-module-expanded
-web.module.classes.dir=${web.module.staging.dir}/WEB-INF/classes
-
-# Library Properties
-libd.input.file=${basedir}/${ant.project.name}.libd
-libd.output.dir=${artifacts.dir}
-libd.output.file=${libd.output.dir}/${ant.project.name}.libd
-
-# Resource Properties
-resource.src.dir=${basedir}/src
-
-# WAR Properties
-war.output.dir=${artifacts.dir}
-war.output.file=${war.output.dir}/${ant.project.name}.war
-war.staging.dir=${target.dir}/war-expanded
-war.classes.dir=${war.staging.dir}/WEB-INF/classes
-war.lib.dir=${war.staging.dir}/WEB-INF/lib
-
-# Compiler Properties
-org.springframework.build.ant.version=1.1.0.RELEASE
-org.eclipse.jdt.core.compiler.batch.version=3.3.0
-build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
-compile.debug=true
-compile.debug.level=lines,vars,source
-compiler.args=-enableJavadoc
-source.version=1.5
-target.version=${source.version}
-
-# Package Properties
-copy.to.dir=${package.dist.dir}
-package.dir=${target.dir}/package-expanded
-package.basename=${natural.name}-${bundle.version}
-package.file.name=${package.basename}.zip
-package.output.dir=${package.dir}/${package.basename}
-package.output.file=${artifacts.dir}/${package.file.name}
-package.dist.dir=${package.output.dir}/dist
-package.lib.dir=${package.output.dir}/lib
-package.src.dir=${package.output.dir}/src
-package.docs.dir=${package.output.dir}/docs
-package.jar.output.file=${ant.project.name}-${bundle.version}.jar
-package.par.output.file=${ant.project.name}-${bundle.version}.par
-package.libd.output.file=${ant.project.name}-${bundle.version}.libd
-package.war.output.file=${ant.project.name}-${bundle.version}.war
-package.source-jar.output.file=${ant.project.name}-sources-${bundle.version}.jar
-org.springframework.build.aws.ant.version=3.0.3.RELEASE
-
-# AspectJ Properties
-org.aspectj.tools.version=1.6.8.RELEASE
-aspectj.x=
-
-# Test Properties
-test.forkmode=perBatch
-test.java.dir=${basedir}/src/test/java
-test.resources.dir=${basedir}/src/test/resources
-test.output.dir=${target.dir}/test-classes
-test-results.output.dir=${target.dir}/test-results
-test.vm.args=
-
-# Clover Properties
-clover.db.dir=${clover.output.dir}/db
-clover.db.file=${clover.db.dir}/clover.db
-clover.output.dir=${target.dir}/clover
-clover.staging.dir=${clover.output.dir}/staging
-main.clover.dir=${clover.staging.dir}/main
-test.clover.dir=${clover.staging.dir}/test
-com.springsource.com.cenqua.clover.version=2.6.0
-clover.enforce=false
-clover.coverage=0%
-
-# Docbook Properties
-docbook.dir=${lib.dir}/docbook
-docbook.target.dir=${target.dir}/docbook
-org.apache.velocity.docbookframework.dist.version=1.0.0.BUILD-20080625
-com.springsource.net.sf.xslthl.version=1.2.0
-com.springsource.org.apache.xerces.version=2.8.1
-docbook.build.dir=${spring.build.dir}/docbook
-docbook.output.dir=${target.dir}/${ant.project.name}
-docbook.staging.dir=${docbook.target.dir}/staging
-docbook.src.dir=${basedir}/src
-docbook.images.dir=${basedir}/images
-docbook.css.dir=${basedir}/css
-docbook.styles.dir=${basedir}/styles
-
-# Findbugs Properties
-findbugs.dir=${lib.dir}/findbugs
-findbugs.exclude.file=${spring.build.dir}/common/findbugs-exclude.xml
-findbugs.output.dir=${target.dir}/findbugs
-findbugs.output.file=${findbugs.output.dir}/${ant.project.name}.xml
-edu.umd.cs.findbugs.version=1.3.7
-
-# Ivy Properties
-bucket.basename=springframework.org
-release.type=integration
-ivy.checksums=sha1
-ivy.deliver.revision=${bundle.version}
-ivy.file=${basedir}/ivy.xml
-ivy.lib.dir=${lib.dir}/ivy
-ivy.output.dir=${artifacts.dir}
-ivy.output.file=${ivy.output.dir}/ivy.xml
-ivy.settings.file=${spring.build.dir}/common/ivysettings.xml
-
-# Maven Properties
-pom.output.dir=${artifacts.dir}
-pom.output.file=${pom.output.dir}/pom.xml
-local.pom.output.file=${basedir}/pom.xml
-org.apache.maven.ant.version=2.0.10
-org.springframework.build.aws.maven.version=2.0.0.RELEASE
-
-# Bundlor Properties
-bundlor.ant.version=1.0.0.RELEASE
-manifest.template.file=${basedir}/template.mf
-merge.existing.headers=true
-fail.on.warnings=true
-
-# OSGi Properties
-org.springframework.build.osgi.version=1.0.0.RELEASE
-org.eclipse.osgi.version=3.5.0.v20090311-1300
-
-#S3 Properties
-accessKey=
-secretKey=
diff --git a/spring-build/common/common.xml b/spring-build/common/common.xml
deleted file mode 100644
index 4973529acb6..00000000000
--- a/spring-build/common/common.xml
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/default-ivy-configurations.xml b/spring-build/common/default-ivy-configurations.xml
deleted file mode 100644
index a8658ff7952..00000000000
--- a/spring-build/common/default-ivy-configurations.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/common/findbugs-exclude.xml b/spring-build/common/findbugs-exclude.xml
deleted file mode 100644
index 3d9127e5807..00000000000
--- a/spring-build/common/findbugs-exclude.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/spring-build/common/ivysettings.xml b/spring-build/common/ivysettings.xml
deleted file mode 100644
index 587842a9709..00000000000
--- a/spring-build/common/ivysettings.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/common/javadoc-resources/TableHeading-background.png b/spring-build/common/javadoc-resources/TableHeading-background.png
deleted file mode 100644
index 72d65e771f0..00000000000
Binary files a/spring-build/common/javadoc-resources/TableHeading-background.png and /dev/null differ
diff --git a/spring-build/common/package.xml b/spring-build/common/package.xml
deleted file mode 100644
index b83a431a360..00000000000
--- a/spring-build/common/package.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/publish.xml b/spring-build/common/publish.xml
deleted file mode 100644
index 5fcff6a091d..00000000000
--- a/spring-build/common/publish.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/quality.xml b/spring-build/common/quality.xml
deleted file mode 100644
index 0dba1e5e7b4..00000000000
--- a/spring-build/common/quality.xml
+++ /dev/null
@@ -1,276 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/common/spring-javadoc.css b/spring-build/common/spring-javadoc.css
deleted file mode 100644
index 191be29d144..00000000000
--- a/spring-build/common/spring-javadoc.css
+++ /dev/null
@@ -1,184 +0,0 @@
-/*
- * Copyright 2010 SpringSource
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.code
-{
- border: 1px solid black;
- background-color: #F4F4F4;
- padding: 5px;
-}
-
-body
-{
- font: 12px Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
- background-color: #fff;
- color: #333;
-}
-
-
-/* Link colors */
-a
-{
- color:#2c7b14;
- text-decoration:none;
-}
-
-a:hover
-{
- text-decoration:underline;
-}
-
-/* Headings */
-h1
-{
- font-size:28px;
- color:#007c00;
-}
-
-/* Table colors */
-
-table
-{
- border:none;
-}
-
-td
-{
- border:none;
- border-bottom:1px dotted #ddd;
-}
-
-th
-{
- border:none;
-}
-
-.TableHeadingColor th
-{
- background-color: #efffcb;
- background-image: url(resources/TableHeading-background.png);
- background-repeat: repeat-x;
- color:#fff;
- font-size:14px;
- height:26px;
-}
-
-.TableSubHeadingColor
-{
- background: #f7ffee;
-
-}
-.TableRowColor
-{
- background: #fff;
-}
-
-.TableRowColor a
-{
- border-bottom:none;
- color:#2c7b14;
- font-weight:normal;
-}
-
-tr.TableRowColor:hover
-{
- background:#eef2e1;
-}
-
-
-/* Font used in left-hand frame lists */
-.FrameTitleFont
-{
- font-size: 120%;
- font-weight:bold;
-}
-
-.FrameTitleFont a
-{
- color: #333;
-}
-
-.FrameHeadingFont
-{
- font-weight: bold;
- font-size:95%;
-}
-
-.FrameItemFont
-{
- line-height:130%;
- font-size: 95%;
-}
-
-.FrameItemFont a
-{
- color:#333;
-}
-
-.FrameItemFont a:hover
-{
- color:#249901;
- border-bottom:none;
- text-decoration:underline;
-}
-
-/* Navigation bar fonts and colors */
-.NavBarCell1
-{
- background-color:#fff;
- border:none;
-}
-
-.NavBarCell1Rev
-{
- background-color:#e3faa5;
- border:1px solid #9ad00c;
- padding:0;
- margin:0;
-}
-
-.NavBarCell1 a
-{
- color:#333;
- text-decoration:none;
-}
-
-.NavBarFont1Rev
-{
-
-}
-
-.NavBarCell2
-{
- border:none;
-}
-
-.NavBarCell2 a
-{
- color:#249901;
- font-size:90%;
-}
-
-.NavBarCell3
-{
- border:none;
-}
-
-/* Override sizes in font tags */
-font
-{
- font: inherit !important;
-}
diff --git a/spring-build/docbook/common.xml b/spring-build/docbook/common.xml
deleted file mode 100644
index 21d2958443a..00000000000
--- a/spring-build/docbook/common.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/css/html/highlight.css b/spring-build/docbook/css/html/highlight.css
deleted file mode 100644
index 35104afc4ea..00000000000
--- a/spring-build/docbook/css/html/highlight.css
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Copyright 2010 SpringSource
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.hl-keyword {
- color: #7F0055;
- font-weight: bold;
-}
-
-.hl-comment {
- color: #3F5F5F;
- font-style: italic;
-}
-
-.hl-multiline-comment {
- color: #3F5FBF;
- font-style: italic;
-}
-
-.hl-tag {
- color: #3F7F7F;
-}
-
-.hl-attribute {
- color: #7F007F;
-}
-
-.hl-value {
- color: #2A00FF;
-}
-
-.hl-string {
- color: #2A00FF;
-}
\ No newline at end of file
diff --git a/spring-build/docbook/css/html/stylesheet.css b/spring-build/docbook/css/html/stylesheet.css
deleted file mode 100644
index 39491bf3b74..00000000000
--- a/spring-build/docbook/css/html/stylesheet.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * Copyright 2010 SpringSource
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-@IMPORT url("highlight.css");
-
-html {
- padding: 0pt;
- margin: 0pt;
-}
-
-body {
- margin-left: 10%;
- margin-right: 10%;
- font-family: Arial, Sans-serif;
-}
-
-div {
- margin: 0pt;
-}
-
-p {
- text-align: justify;
-}
-
-hr {
- border: 1px solid gray;
- background: gray;
-}
-
-h1,h2,h3,h4 {
- color: #234623;
- font-family: Arial, Sans-serif;
-}
-
-pre {
- line-height: 1.0;
- color: black;
-}
-
-pre.programlisting {
- font-size: 10pt;
- padding: 7pt 3pt;
- border: 1pt solid black;
- background: #eeeeee;
- clear: both;
-}
-
-div.table {
- margin: 1em;
- padding: 0.5em;
- text-align: center;
-}
-
-div.table table {
- display: table;
- width: 100%;
-}
-
-div.table td {
- padding-left: 7px;
- padding-right: 7px;
-}
diff --git a/spring-build/docbook/default.xml b/spring-build/docbook/default.xml
deleted file mode 100644
index 50ab46a3aee..00000000000
--- a/spring-build/docbook/default.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/documentation.xml b/spring-build/docbook/documentation.xml
deleted file mode 100644
index e51651b113b..00000000000
--- a/spring-build/docbook/documentation.xml
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/package.xml b/spring-build/docbook/package.xml
deleted file mode 100644
index b66bfad5ff4..00000000000
--- a/spring-build/docbook/package.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/publish.xml b/spring-build/docbook/publish.xml
deleted file mode 100644
index d572e1461e3..00000000000
--- a/spring-build/docbook/publish.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/styles/html/custom.xsl b/spring-build/docbook/styles/html/custom.xsl
deleted file mode 100644
index 9e67ce90d38..00000000000
--- a/spring-build/docbook/styles/html/custom.xsl
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
-
- 1
- 0
- 1
-
-
-
- images/
- .gif
-
- 120
- images/callouts/
- .gif
-
-
- css/stylesheet.css
- text/css
- book toc,title
-
- text-align: left
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Begin Google Analytics code
-
-
- End Google Analytics code
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/styles/html/titlepage.xml b/spring-build/docbook/styles/html/titlepage.xml
deleted file mode 100644
index 3e4f90b47b0..00000000000
--- a/spring-build/docbook/styles/html/titlepage.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/docbook/styles/pdf/custom.xsl b/spring-build/docbook/styles/pdf/custom.xsl
deleted file mode 100644
index 587ee408682..00000000000
--- a/spring-build/docbook/styles/pdf/custom.xsl
+++ /dev/null
@@ -1,661 +0,0 @@
-
-
-
-
-
- '1'
- @file.prefix@@dbf.xsl@/images/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
-
-
-
-
- book toc,title
-
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- please define productname in your docbook file!
-
-
-
-
-
-
-
-
-
-
- please define titleabbrev in your docbook file!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- please define titleabbrev in your docbook file!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 0
- 1
- 1
-
-
-
-
- 1
- 1
- 1
-
-
- left
-
- false
-
-
-
-
-
-
-
-
- 12
- 8
-
-
- 1.2
-
-
-
- left
- bold
-
-
- pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 0.8em
- 0.8em
- 0.8em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
- 0.6em
- 0.6em
- 0.6em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
- 0.4em
- 0.4em
- 0.4em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4pt
- 4pt
- 4pt
- 4pt
-
-
-
- 0.1pt
- 0.1pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pt
-
-
-
-
- 1em
- 1em
- 1em
- 0.1em
- 0.1em
- 0.1em
-
- #444444
- solid
- 0.1pt
- 0.5em
- 0.5em
- 0.5em
- 0.5em
- 0em
- 0em
-
-
-
- 1
-
- #F0F0F0
-
-
-
- 0.1em
- 0.1em
- 0.1em
- 0.1em
- 0.1em
- 0.1em
-
-
-
- normal
-
-
-
- 0.5em
- 0.5em
- 0.5em
- 0.1em
- 0.1em
- 0.1em
- always
-
-
-
-
-
- normal
- italic
-
-
- pt
-
- false
- 0.1em
- 0.1em
- 0.1em
-
-
-
-
-
- 0
- 1
-
-
- 90
-
-
-
-
-
- figure after
- example after
- equation before
- table before
- procedure before
-
-
-
- 1
-
- 0pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/docbook/styles/pdf/titlepage.xml b/spring-build/docbook/styles/pdf/titlepage.xml
deleted file mode 100644
index b32d1ea6084..00000000000
--- a/spring-build/docbook/styles/pdf/titlepage.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/lib/ivy/commons-codec.jar b/spring-build/lib/ivy/commons-codec.jar
deleted file mode 100644
index 957b6752af9..00000000000
Binary files a/spring-build/lib/ivy/commons-codec.jar and /dev/null differ
diff --git a/spring-build/lib/ivy/commons-httpclient.jar b/spring-build/lib/ivy/commons-httpclient.jar
deleted file mode 100644
index 7c59774aed4..00000000000
Binary files a/spring-build/lib/ivy/commons-httpclient.jar and /dev/null differ
diff --git a/spring-build/lib/ivy/commons-logging.jar b/spring-build/lib/ivy/commons-logging.jar
deleted file mode 100644
index 1deef144cb1..00000000000
Binary files a/spring-build/lib/ivy/commons-logging.jar and /dev/null differ
diff --git a/spring-build/lib/ivy/current.version b/spring-build/lib/ivy/current.version
deleted file mode 100644
index ebbc211dbb4..00000000000
--- a/spring-build/lib/ivy/current.version
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2010 SpringSource
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-ivy.jar= 2.1.0
-org.springframework.build.aws.ivy.jar= 1.0.8.RELEASE
-commons-codec= 1.3.0
-commons-httpclient= 3.1.0
-commons-logging= 1.1.1
-jets3t= 0.7.0
diff --git a/spring-build/lib/ivy/ivy.jar b/spring-build/lib/ivy/ivy.jar
deleted file mode 100644
index 3902b6fdcd5..00000000000
Binary files a/spring-build/lib/ivy/ivy.jar and /dev/null differ
diff --git a/spring-build/lib/ivy/jets3t.jar b/spring-build/lib/ivy/jets3t.jar
deleted file mode 100644
index 3bab2985ce3..00000000000
Binary files a/spring-build/lib/ivy/jets3t.jar and /dev/null differ
diff --git a/spring-build/lib/ivy/jets3t.properties b/spring-build/lib/ivy/jets3t.properties
deleted file mode 100644
index 6a83275cf39..00000000000
--- a/spring-build/lib/ivy/jets3t.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2010 SpringSource
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-## JetS3t Configuration Properties
-
-# A full description of all configuration properties can be found at
-# http://jets3t.s3.amazonaws.com/toolkit/configuration.html
-
-# Proxy configuration
-httpclient.proxy-autodetect=true
-#httpclient.proxy-host=
-#httpclient.proxy-port=
-#httpclient.proxy-user=
-#httpclient.proxy-password=
-#httpclient.proxy-domain=
diff --git a/spring-build/lib/ivy/org.springframework.build.aws.ivy.jar b/spring-build/lib/ivy/org.springframework.build.aws.ivy.jar
deleted file mode 100644
index 252d9a85874..00000000000
Binary files a/spring-build/lib/ivy/org.springframework.build.aws.ivy.jar and /dev/null differ
diff --git a/spring-build/library/artifact.xml b/spring-build/library/artifact.xml
deleted file mode 100644
index 96612d1c292..00000000000
--- a/spring-build/library/artifact.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/library/common.xml b/spring-build/library/common.xml
deleted file mode 100644
index 0f60ceed924..00000000000
--- a/spring-build/library/common.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/library/default.xml b/spring-build/library/default.xml
deleted file mode 100644
index bf0f150bbd0..00000000000
--- a/spring-build/library/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/library/package.xml b/spring-build/library/package.xml
deleted file mode 100644
index 45e2b4fe0f2..00000000000
--- a/spring-build/library/package.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/library/publish.xml b/spring-build/library/publish.xml
deleted file mode 100644
index adb505545ce..00000000000
--- a/spring-build/library/publish.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/library/quality.xml b/spring-build/library/quality.xml
deleted file mode 100644
index 6a7673f0b9f..00000000000
--- a/spring-build/library/quality.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/artifact.xml b/spring-build/multi-bundle/artifact.xml
deleted file mode 100644
index aeef1c32260..00000000000
--- a/spring-build/multi-bundle/artifact.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/common.xml b/spring-build/multi-bundle/common.xml
deleted file mode 100644
index e1d72134a3f..00000000000
--- a/spring-build/multi-bundle/common.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/default.xml b/spring-build/multi-bundle/default.xml
deleted file mode 100644
index 67fc181c2a1..00000000000
--- a/spring-build/multi-bundle/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/package.xml b/spring-build/multi-bundle/package.xml
deleted file mode 100644
index 05550219281..00000000000
--- a/spring-build/multi-bundle/package.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/publish.xml b/spring-build/multi-bundle/publish.xml
deleted file mode 100644
index 012e121ed13..00000000000
--- a/spring-build/multi-bundle/publish.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/multi-bundle/quality.xml b/spring-build/multi-bundle/quality.xml
deleted file mode 100644
index d0606d38ee7..00000000000
--- a/spring-build/multi-bundle/quality.xml
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/artifact.xml b/spring-build/par/artifact.xml
deleted file mode 100644
index 3714e91fbce..00000000000
--- a/spring-build/par/artifact.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/common.xml b/spring-build/par/common.xml
deleted file mode 100644
index c0447e42cb8..00000000000
--- a/spring-build/par/common.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/default.xml b/spring-build/par/default.xml
deleted file mode 100644
index 813a7927fb6..00000000000
--- a/spring-build/par/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/package.xml b/spring-build/par/package.xml
deleted file mode 100644
index 580a0e194c1..00000000000
--- a/spring-build/par/package.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/publish.xml b/spring-build/par/publish.xml
deleted file mode 100644
index da62d96dadb..00000000000
--- a/spring-build/par/publish.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/par/quality.xml b/spring-build/par/quality.xml
deleted file mode 100644
index 88e52ced975..00000000000
--- a/spring-build/par/quality.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/resource/artifact.xml b/spring-build/resource/artifact.xml
deleted file mode 100644
index 3ed7d817cb4..00000000000
--- a/spring-build/resource/artifact.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-build/resource/common.xml b/spring-build/resource/common.xml
deleted file mode 100644
index 26a0181b3c9..00000000000
--- a/spring-build/resource/common.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/resource/default.xml b/spring-build/resource/default.xml
deleted file mode 100644
index be89f7019ec..00000000000
--- a/spring-build/resource/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/resource/package.xml b/spring-build/resource/package.xml
deleted file mode 100644
index 97197266c80..00000000000
--- a/spring-build/resource/package.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/resource/publish.xml b/spring-build/resource/publish.xml
deleted file mode 100644
index 52a3d994898..00000000000
--- a/spring-build/resource/publish.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/resource/quality.xml b/spring-build/resource/quality.xml
deleted file mode 100644
index 291d89c1e0d..00000000000
--- a/spring-build/resource/quality.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/artifact.xml b/spring-build/standard/artifact.xml
deleted file mode 100644
index 5d6de512cf5..00000000000
--- a/spring-build/standard/artifact.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/common.xml b/spring-build/standard/common.xml
deleted file mode 100644
index 44d9fdb3020..00000000000
--- a/spring-build/standard/common.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/default.xml b/spring-build/standard/default.xml
deleted file mode 100644
index b93cc846956..00000000000
--- a/spring-build/standard/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/package.xml b/spring-build/standard/package.xml
deleted file mode 100644
index 1fc8ed40403..00000000000
--- a/spring-build/standard/package.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/publish.xml b/spring-build/standard/publish.xml
deleted file mode 100644
index 3fae574a48c..00000000000
--- a/spring-build/standard/publish.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/standard/quality.xml b/spring-build/standard/quality.xml
deleted file mode 100644
index b84c71c958a..00000000000
--- a/spring-build/standard/quality.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/artifact.xml b/spring-build/war/artifact.xml
deleted file mode 100644
index 8d65ee4583f..00000000000
--- a/spring-build/war/artifact.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/common.xml b/spring-build/war/common.xml
deleted file mode 100644
index dbe930ba03d..00000000000
--- a/spring-build/war/common.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/default.xml b/spring-build/war/default.xml
deleted file mode 100644
index 8f0965f501c..00000000000
--- a/spring-build/war/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/package.xml b/spring-build/war/package.xml
deleted file mode 100644
index 05ea4813b1e..00000000000
--- a/spring-build/war/package.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/publish.xml b/spring-build/war/publish.xml
deleted file mode 100644
index 0d2386235c9..00000000000
--- a/spring-build/war/publish.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/war/quality.xml b/spring-build/war/quality.xml
deleted file mode 100644
index 7c673b228f5..00000000000
--- a/spring-build/war/quality.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/artifact.xml b/spring-build/weaving-external/artifact.xml
deleted file mode 100644
index f0511cf97c6..00000000000
--- a/spring-build/weaving-external/artifact.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/common.xml b/spring-build/weaving-external/common.xml
deleted file mode 100644
index ada91806baf..00000000000
--- a/spring-build/weaving-external/common.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/default.xml b/spring-build/weaving-external/default.xml
deleted file mode 100644
index 3b88f098c39..00000000000
--- a/spring-build/weaving-external/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/package.xml b/spring-build/weaving-external/package.xml
deleted file mode 100644
index 09009d69f08..00000000000
--- a/spring-build/weaving-external/package.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/publish.xml b/spring-build/weaving-external/publish.xml
deleted file mode 100644
index fd58c241571..00000000000
--- a/spring-build/weaving-external/publish.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving-external/quality.xml b/spring-build/weaving-external/quality.xml
deleted file mode 100644
index 2b5a0261779..00000000000
--- a/spring-build/weaving-external/quality.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/artifact.xml b/spring-build/weaving/artifact.xml
deleted file mode 100644
index 478fe06c116..00000000000
--- a/spring-build/weaving/artifact.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/common.xml b/spring-build/weaving/common.xml
deleted file mode 100644
index 9d27767759c..00000000000
--- a/spring-build/weaving/common.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/default.xml b/spring-build/weaving/default.xml
deleted file mode 100644
index c4dc8ed9c37..00000000000
--- a/spring-build/weaving/default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/package.xml b/spring-build/weaving/package.xml
deleted file mode 100644
index 764a5f143e2..00000000000
--- a/spring-build/weaving/package.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/publish.xml b/spring-build/weaving/publish.xml
deleted file mode 100644
index 42f3bd05615..00000000000
--- a/spring-build/weaving/publish.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-build/weaving/quality.xml b/spring-build/weaving/quality.xml
deleted file mode 100644
index 20cae52bb97..00000000000
--- a/spring-build/weaving/quality.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file