2015-11-14 17:17:25 +07:00
|
|
|
<project name="zklibrary" basedir="." default="copy">
|
|
|
|
<target name="copy">
|
2015-12-02 23:51:11 +07:00
|
|
|
<get src="http://downloads.sourceforge.net/project/idempiere/binary.file/jarfile/3.1/spiffy-with_source-all-0.05.jar" dest="spiffy-with_source-all-0.05.jar" usetimestamp="true" verbose="true" retries="5" />
|
|
|
|
<get src="http://downloads.sourceforge.net/project/idempiere/binary.file/jarfile/3.1/extend.jar" dest="extend.jar" usetimestamp="true" verbose="true" retries="5" />
|
2015-11-14 17:17:25 +07:00
|
|
|
</target>
|
|
|
|
</project>
|