From 2101b85469284f109fc44c4fda1752d3e02b7798 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 4 Jun 2014 15:47:03 +0100 Subject: [PATCH] JAL-690 JAL-1503 make file associations optional for JNLP --- build.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index d440331..1ac7afc 100755 --- a/build.xml +++ b/build.xml @@ -118,7 +118,9 @@ - + + + @@ -328,7 +330,8 @@ java -classpath ${run.classpath} jalview.bin.Jalview - + + @@ -361,12 +364,20 @@ + + + + + + + + ]]> + @@ -379,8 +390,12 @@ ]]> - + + + + + -- 1.7.10.2