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

7 lines
488 B
XML
Raw Normal View History

<project name="zklibrary" basedir="." default="copy">
<target name="copy">
<get src="https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/3.1/spiffy-with_source-all-0.05.jar/download" dest="spiffy-with_source-all-0.05.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/3.1/extend.jar/download" dest="extend.jar" usetimestamp="true" verbose="true" retries="5" />
</target>
</project>