diff --git a/spring-batch-execution/src/main/java/org/springframework/batch/execution/configuration/BatchCoreNamespaceHandler.java b/spring-batch-execution/src/main/java/org/springframework/batch/execution/configuration/BatchCoreNamespaceHandler.java
deleted file mode 100644
index 1339ca06f..000000000
--- a/spring-batch-execution/src/main/java/org/springframework/batch/execution/configuration/BatchCoreNamespaceHandler.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.springframework.batch.execution.configuration;
-
-import org.springframework.beans.factory.xml.BeanDefinitionParser;
-import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
-
-/**
- * NamespaceHandler for the batch namespace.
- *
- *
Provides a {@link BeanDefinitionParser} for the <batch:job> tag. A job
- * tag can include nested chunked-step and tasklet-step tags.
- *
- * @author Ben Hale
- */
-public class BatchCoreNamespaceHandler extends NamespaceHandlerSupport {
-
- /**
- * Register the {@link BeanDefinitionParser BeanDefinitionParser} for the
- * 'job', tag.
- */
- public void init() {
- registerBeanDefinitionParser("job", new JobBeanDefinitionParser());
- }
-
-}
diff --git a/spring-batch-execution/src/main/resources/org/springframework/batch/execution/config/spring-batch-execution-1.0.xsd b/spring-batch-execution/src/main/resources/org/springframework/batch/execution/config/spring-batch-execution-1.0.xsd
deleted file mode 100644
index ae1e6107f..000000000
--- a/spring-batch-execution/src/main/resources/org/springframework/batch/execution/config/spring-batch-execution-1.0.xsd
+++ /dev/null
@@ -1,101 +0,0 @@
-
-