JAL-3033 copy the right .classpath.js !
authorJim Procter <jprocter@issues.jalview.org>
Mon, 25 Jun 2018 15:53:54 +0000 (16:53 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 25 Jun 2018 15:53:54 +0000 (16:53 +0100)
build.xml

index 1b2aac1..099e668 100755 (executable)
--- a/build.xml
+++ b/build.xml
   <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">