From cf439922663c81aca6625530a9e88197f8f45cb6 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Sun, 4 Oct 2015 19:22:28 +0000 Subject: [PATCH] Changed name of license file --- MIT-License.txt => LICENSE.txt | 0 Zutil.iml | 32 +++-------------------------- src/zutil/plugin/PluginManager.java | 2 +- 3 files changed, 4 insertions(+), 30 deletions(-) rename MIT-License.txt => LICENSE.txt (100%) diff --git a/MIT-License.txt b/LICENSE.txt similarity index 100% rename from MIT-License.txt rename to LICENSE.txt diff --git a/Zutil.iml b/Zutil.iml index 1fd7375..323bdf0 100644 --- a/Zutil.iml +++ b/Zutil.iml @@ -1,28 +1,15 @@ - - - - - - - - - - - - - - - - + + + @@ -33,18 +20,5 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/zutil/plugin/PluginManager.java b/src/zutil/plugin/PluginManager.java index f113047..ef60ff6 100644 --- a/src/zutil/plugin/PluginManager.java +++ b/src/zutil/plugin/PluginManager.java @@ -63,7 +63,7 @@ public class PluginManager implements Iterable{ FileSearch search = new FileSearch(new File(path)); search.setRecursive(true); - search.searchFolders(true); + search.searchFolders(false); search.searchCompressedFiles(true); search.setFileName("plugin.json");