core-jgi/org.adempiere.extend/copyjars.xml

7 lines
380 B
XML
Raw Normal View History

<project name="zklibrary" basedir="." default="copy">
<target name="copy">
<get src="${url.file.srv}/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="${url.file.srv}/jarfile/3.1/extend.jar" dest="extend.jar" usetimestamp="true" verbose="true" retries="5" />
</target>
</project>