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:
2223d55
)
JAL-3033 copy the right .classpath.js !
author
Jim Procter
<jprocter@issues.jalview.org>
Mon, 25 Jun 2018 15:53:54 +0000
(16:53 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Mon, 25 Jun 2018 15:53:54 +0000
(16:53 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
1b2aac1
..
099e668
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-1023,7
+1023,7
@@
<arg value="${git.commit}" />
</exec>
- <copyfile src="${eclipse-workrepo}/.classpath.js" dest="${eclipse-workrepo}/.classpath"/>
+ <copyfile src=".classpath.js" dest="${eclipse-workrepo}/.classpath"/>
<!-- 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">