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:
85ac8be
)
JAL-1884 add the JNLP template to jalview_jnlp_vm.jar
author
Jim Procter
<jprocter@issues.jalview.org>
Fri, 11 Sep 2015 13:39:02 +0000
(14:39 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Fri, 11 Sep 2015 13:40:06 +0000
(14:40 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
e9006ca
..
bb743d6
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-327,7
+327,7
@@
<jar destfile="${packageDir}/jalview_jnlp_vm.jar" index="true">
<fileset dir="${packageDir}">
- <include name="JNLP-INF"/>
+ <include name="JNLP-INF/APPLICATION-TEMPLATE.JNLP" />
</fileset>
</jar>