Final changes for s3 upload. Should be ready to use on all ant based projects in Spring

This commit is contained in:
Ben Hale
2007-03-20 12:54:47 +00:00
parent 943c50aaba
commit 937ef5e57d
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@
<target name="s3.tasks" depends="retrieve">
<path id="aws.lib.path">
<fileset dir="${basedir}/lib" includes="*.jar"/>
<fileset dir="${basedir}/lib/global" includes="*.jar"/>
</path>
<taskdef resource="org/springframework/aws/antlib.xml" uri="antlib:org.springframework.aws"
classpathref="aws.lib.path" />

View File

@@ -12,6 +12,6 @@
</configurations>
<dependencies defaultconf="global->default">
<dependency org="org.springframework.aws" name="spring-aws-ant" rev="1.0"/>
<dependency org="org.springframework.aws" name="spring-aws-ant" rev="1.0.1"/>
</dependencies>
</ivy-module>