From: Jim Procter Date: Fri, 28 Nov 2014 14:47:37 +0000 (+0000) Subject: JAL-1522 remove build/deployment details imported from user preferences file X-Git-Tag: Jalview_2_9~136^2~2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ec27ad7e780793a94912b0d13dcc694c8d06bc4c;p=jalview.git JAL-1522 remove build/deployment details imported from user preferences file --- diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 3b0a23e..d11bffe 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -477,6 +477,8 @@ public class Cache applicationProperties.remove("AUTHORS"); applicationProperties.remove("AUTHORFNAMES"); applicationProperties.remove("YEAR"); + applicationProperties.remove("BUILD_DATE"); + applicationProperties.remove("INSTALLATION"); } /**