Fix .zip problems

This commit is contained in:
Victor Shcherb 2012-04-04 00:35:24 +02:00
parent 724373f40f
commit 8ac17efed7

View file

@ -94,7 +94,7 @@ public class DownloaderIndexFromGoogleCode {
} }
public static Map<String, String> getIndexFiles(Map<String, String> files){ public static Map<String, String> getIndexFiles(Map<String, String> files){
return getContent(files, ".obf", ".zip"); return getContent(files, ".obf", ".zip", ".zip-1", ".zip-2", ".zip-3", ".zip-4");
} }
public static URL getInputStreamToLoadIndex(String indexName) throws IOException{ public static URL getInputStreamToLoadIndex(String indexName) throws IOException{