Final changes for s3 upload. Should be ready to use on all ant based projects in Spring
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user