git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76d0ff
)
ensure template InstallAnywhere build file is always copied before file locations...
author
jprocter
<Jim Procter>
Mon, 23 Aug 2010 15:08:48 +0000
(15:08 +0000)
committer
jprocter
<Jim Procter>
Mon, 23 Aug 2010 15:08:48 +0000
(15:08 +0000)
utils/InstallAnywhere/jalview_buildinstaller.xml
patch
|
blob
|
history
diff --git
a/utils/InstallAnywhere/jalview_buildinstaller.xml
b/utils/InstallAnywhere/jalview_buildinstaller.xml
index
6a5b0f7
..
e75a048
100644
(file)
--- a/
utils/InstallAnywhere/jalview_buildinstaller.xml
+++ b/
utils/InstallAnywhere/jalview_buildinstaller.xml
@@
-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}"