Move the JobExecutorFacade interface to a subpackage - no need for it to be central.

OPEN - issue BATCH-84: Simplify JobLauncher so it can be used to start a job with a String/Properties 
http://opensource.atlassian.com/projects/spring/browse/BATCH-84
This commit is contained in:
dsyer
2007-08-28 08:09:21 +00:00
parent f278e07a6a
commit 106fe7875e

View File

@@ -21,7 +21,7 @@ import junit.framework.TestCase;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.core.configuration.JobConfiguration;
import org.springframework.batch.execution.JobExecutorFacade;
import org.springframework.batch.execution.facade.JobExecutorFacade;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.ConfigurableApplicationContext;