blob: 483a3534ba54ed96e7b12a5121fd11c052991f1b [file] [log] [blame]
<project name="Custom Targets MyTest" default="noDefault">
<target name="noDefault" />
<!-- This goal of this target is to get the packaging map files of the things you care for
The files must be fetched into the downloadDirectory folder -->
<target name="getMapFiles" unless="localMaps">
<!-- if packagerMapURL is not set
<get src="${packagerMapURL}" dest="${downloadDirectory}/initial.map" usetimestamp="true" />
-->
</target>
<target name="init">
<property name="archiveNamePrefix" value="${buildId}" />
</target>
<!-- This file is a stub. It will be completed by EPP at runtime. -->