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

@@ -134,6 +134,12 @@
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>