From 3650eabff054cd3c6b3670d248ffeb04e0b76478 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Thu, 18 Jul 2013 08:53:46 +0200 Subject: IcedTea-Web is now following XDG .config and .cache specification(RH947647) --- netx/net/sourceforge/jnlp/controlpanel/CommandLine.java | 1 + 1 file changed, 1 insertion(+) (limited to 'netx/net/sourceforge/jnlp/controlpanel/CommandLine.java') diff --git a/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java b/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java index c7f9c44..01093ee 100644 --- a/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java +++ b/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java @@ -453,6 +453,7 @@ public class CommandLine { * @param args the command line arguments to this program */ public static void main(String[] args) throws Exception { + DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(); if (args.length == 0) { ControlPanel.main(new String[] {}); } else { -- cgit v1.2.3