JAL-3523 Remove getdown setting the working directory to appdir
[jalview.git] / getdown / src / getdown / core / src / main / java / com / threerings / getdown / data / Resource.java
index 3e2f446..d48f1d6 100644 (file)
@@ -7,6 +7,8 @@ package com.threerings.getdown.data;
 
 import java.io.*;
 import java.net.URL;
+import java.nio.file.Files;
+import java.nio.file.Paths;
 import java.security.MessageDigest;
 import java.util.Collections;
 import java.util.Comparator;
@@ -370,7 +372,7 @@ public class Resource implements Comparable<Resource>
     {
         return path.endsWith(".jar") || path.endsWith(".jar_new");
     }
-
+    
     protected static boolean isPacked200Jar (String path)
     {
         return path.endsWith(".jar.pack") || path.endsWith(".jar.pack_new") ||