From 143cb4925a76d949800cc13d7c3acba7dbbb14cc Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Wed, 1 May 2013 12:47:45 -0400 Subject: [PATCH] BATCHADM-161 - Add Job Launching Gateway For reference see: https://jira.springsource.org/browse/BATCHADM-161 * Add XML Schema * Add Namespace Handler * Add Parser and Gateway classes * Add tests --- .../launch/JobLaunchingGatewayIntegrationTests-context.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/integration/launch/JobLaunchingGatewayIntegrationTests-context.xml b/spring-batch-integration/src/test/resources/org/springframework/batch/integration/launch/JobLaunchingGatewayIntegrationTests-context.xml index 0174d57db..646b675e2 100644 --- a/spring-batch-integration/src/test/resources/org/springframework/batch/integration/launch/JobLaunchingGatewayIntegrationTests-context.xml +++ b/spring-batch-integration/src/test/resources/org/springframework/batch/integration/launch/JobLaunchingGatewayIntegrationTests-context.xml @@ -6,7 +6,6 @@ xsi:schemaLocation="http://www.springframework.org/schema/batch-integration http://www.springframework.org/schema/batch-integration/spring-batch-integration.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd"> -