From: Ben Soares Date: Wed, 8 May 2019 16:35:31 +0000 (+0100) Subject: JAL-3247 JAL-3254 changing default location of jalview/io/FileFormat.java relative... X-Git-Tag: Release_2_11_0~12^2^2~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=inline;h=80495b6099b0fc51b49945dcee69c2491b8ce0a8;p=jalview.git JAL-3247 JAL-3254 changing default location of jalview/io/FileFormat.java relative to the util/install4j dir --- diff --git a/utils/install4j/auto_file_associations.pl b/utils/install4j/auto_file_associations.pl index 69c07bf..ad08a92 100755 --- a/utils/install4j/auto_file_associations.pl +++ b/utils/install4j/auto_file_associations.pl @@ -3,7 +3,7 @@ use strict; my $fileformats = $ARGV[0]; -$fileformats = "./src/jalview/io/FileFormats.java" unless $fileformats; +$fileformats = "../../src/jalview/io/FileFormats.java" unless $fileformats; # default mimetype will be text/x-$shortname # TODO: find an actual extension for mat, see JAL-Xxxxx for outstanding issues too