diff --git a/dist/.project b/dist/.project
deleted file mode 100644
index b88c2220f..000000000
--- a/dist/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- dist
-
-
-
-
-
-
-
-
diff --git a/dist/pom.xml b/dist/pom.xml
deleted file mode 100644
index b04e2c996..000000000
--- a/dist/pom.xml
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
- 4.0.0
- org.springframework.batch.dist
- 2.0.0.CI-SNAPSHOT
- Distribution
- pom
-
-
-
-
-
- org.springframework.batch
- org.springframework.batch
- 2.0.0.CI-SNAPSHOT
- ..
-
-
-
-
- default
-
- true
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
-
-
-
- dist
-
- true
-
-
-
-
- maven-javadoc-plugin
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
-
-
-
- verify
-
- false
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- org.apache.maven.plugins
- maven-invoker-plugin
-
-
-
-
-
-
-
-
- ..
-
-
-
-
-
- org.springframework.aws
- spring-aws-maven
- 1.2
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- extract
- verify
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- copy-parent-pom
- generate-sources
-
-
-
-
-
-
- run
-
-
-
-
-
- org.apache.ant
- ant-apache-regexp
- 1.7.0
-
-
- org.apache.ant
- ant
- 1.7.0
-
-
-
-
- org.apache.maven.plugins
- maven-invoker-plugin
-
- target/it/no-dep
- target/local-repo
- true
- ${basedir}/src/it/settings.xml
-
- test
-
-
- samples/*/pom.xml
-
-
-
-
- integration-test
- verify
-
- run
-
-
-
-
-
-
-
-
- maven-javadoc-plugin
-
-
- maven-assembly-plugin
-
-
- zip-files
- package
-
- single
-
- false
-
-
- src/assembly/no-dependencies.xml
- src/assembly/with-dependencies.xml
-
-
-
-
-
-
-
-
-
diff --git a/docs/.classpath b/docs/.classpath
deleted file mode 100644
index 4c0d4b967..000000000
--- a/docs/.classpath
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/docs/.project b/docs/.project
deleted file mode 100644
index 2f343be4a..000000000
--- a/docs/.project
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- docs
-
-
-
-
diff --git a/docs/.settings/org.eclipse.mylyn.tasks.ui.prefs b/docs/.settings/org.eclipse.mylyn.tasks.ui.prefs
deleted file mode 100644
index 214fc6604..000000000
--- a/docs/.settings/org.eclipse.mylyn.tasks.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Sun Jul 08 09:33:19 BST 2007
-eclipse.preferences.version=1
-project.repository.kind=jira
-project.repository.url=http\://opensource.atlassian.com/projects/spring
diff --git a/docs/pom.xml b/docs/pom.xml
deleted file mode 100644
index bb2eb4c1f..000000000
--- a/docs/pom.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- 4.0.0
- org.springframework.batch.docs
- 2.0.0.CI-SNAPSHOT
- Documentation
- pom
- Spring Batch Documentation - reference guide and user manuals.
-
-
- org.springframework.batch
- org.springframework.batch
- 2.0.0.CI-SNAPSHOT
- ..
-
-
-
-
- agilejava
- http://agilejava.com/maven
-
- false
-
-
-
-
-
-
-
- com.agilejava.docbkx
- docbkx-maven-plugin
- 2.0.8
-
-
- single-page
-
- generate-html
-
-
- ${basedir}/src/docbkx/resources/xsl/html.xsl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pre-site
-
-
- single-pdf
-
- generate-pdf
-
-
- src/site/docbook/reference/
- src/docbkx/resources/images/
-
-
-
-
- pre-site
-
-
- multi-page
-
- generate-html
-
-
- true
- ${basedir}/src/docbkx/resources/xsl/html_chunk.xsl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pre-site
-
-
-
-
- org.docbook
- docbook-xml
- 4.4
- runtime
-
-
-
- org.apache.xmlgraphics
- fop
- 0.93
-
-
-
- index.xml
- false
-
- css/html.css
- ${basedir}/src/site/docbook/reference
- ${basedir}/src/docbkx/resources/xsl/fopdf.xsl
- true
-
-
- version
- ${project.version}
-
-
-
-
-
-
-
-
diff --git a/docs/src/site/apt/index.apt b/docs/src/site/apt/index.apt
deleted file mode 100644
index 373d46414..000000000
--- a/docs/src/site/apt/index.apt
+++ /dev/null
@@ -1,13 +0,0 @@
- -----
- Spring Batch Documentation
- -----
- Dave Syer
- -----
- Aug 2007
- -----
-
-Spring Batch Documentation
-
- This is the home of the Spring Batch Reference Guide. This is where you can find out how to use Spring Batch and how the pieces fit together. For detailed descriptions of the individual classes in Spring Batch please refer to the {{{../apidocs/index.html}Javadocs}}. There is also a separate section of this web site for the {{{../org.springframework.batch.samples/index.html}Spring Batch Samples}}. If you want to get started quickly that might be a good place to start.
-
- Use the links on the left to navigate to the HTML and PDF versions of the guide.
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
deleted file mode 100644
index 76b6e79f7..000000000
--- a/docs/src/site/site.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- Spring Batch: ${project.name}
-
-
-
-
-
-
-
-
-