BATCH-1209: add a Groovy job in samples using AntBuilder to do some file schlepping

This commit is contained in:
dsyer
2009-06-16 07:49:49 +00:00
parent 7b14a66a6e
commit 3a25f23218
5 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<import resource="classpath:/simple-job-launcher-context.xml" />
<import resource="classpath:/jobs/groovyJob.xml" />
</beans>