ensure template InstallAnywhere build file is always copied before file locations...
authorjprocter <Jim Procter>
Mon, 23 Aug 2010 15:08:48 +0000 (15:08 +0000)
committerjprocter <Jim Procter>
Mon, 23 Aug 2010 15:08:48 +0000 (15:08 +0000)
utils/InstallAnywhere/jalview_buildinstaller.xml

index 6a5b0f7..e75a048 100644 (file)
@@ -33,8 +33,8 @@
   </classpath>
   </taskdef>
   <target name="build">
-    <copy file="mac_logo.icns" tofile="${CUR_PATH}/mac_logo.icns"/>
-  <copy file="${IA_PROJECT}" tofile="${IA_PROJECT}_reloc.iap_xml"/>
+  <copy file="mac_logo.icns" tofile="${CUR_PATH}/mac_logo.icns" overwrite="true"/>
+  <copy file="${IA_PROJECT}" tofile="${IA_PROJECT}_reloc.iap_xml" overwrite="true"/>
   <replace
     token="${ABS_PATH}"
     value="${CUR_PATH}"