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:
5034d55
)
JAL-3033 force overwrite for .classpath from .classpath.js
author
Jim Procter
<jprocter@issues.jalview.org>
Tue, 26 Jun 2018 09:13:03 +0000
(10:13 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Tue, 26 Jun 2018 09:13:03 +0000
(10:13 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
37ac65a
..
89c93c9
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-1025,8
+1025,8
@@
<arg value="checkout" />
<arg value="${git.commit}" />
</exec>
-
- <copy file=".classpath.js" tofile="${eclipse-workrepo}/.classpath"/>
+ <!-- custom classpath for .js builds -->
+ <copy file=".classpath.js" tofile="${eclipse-workrepo}/.classpath" overwrite="true"/>
<!-- execute the eclipse build - the build may fail but valid javascript may still be produced, so we ignore return codes -->
<exec executable="${eclipse-exec}" failonerror="no">