From 4f3e760407ea988f92bad9cc7016d4931bdc2586 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Fri, 9 Sep 2011 21:08:54 -0400 Subject: [PATCH 1/1] renamed Explorer.epj to explorer.epj --- explorer/{Explorer.epj => explorer.epj} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename explorer/{Explorer.epj => explorer.epj} (90%) diff --git a/explorer/Explorer.epj b/explorer/explorer.epj similarity index 90% rename from explorer/Explorer.epj rename to explorer/explorer.epj index 08bb9f4..8fa78f8 100644 --- a/explorer/Explorer.epj +++ b/explorer/explorer.epj @@ -1,6 +1,6 @@ { "Version" : 0.2, - "ModuleName" : "Explorer", + "ModuleName" : "explorer", "Options" : { "Warnings" : "All", "MemoryGuard" : false, @@ -21,7 +21,7 @@ "PreprocessorDefinitions" : [ "_DEBUG" ], - "TargetFileName" : "Explorer" + "TargetFileName" : "explorer" } }, { @@ -29,7 +29,7 @@ "Options" : { "Debug" : false, "Optimization" : "Speed", - "TargetFileName" : "Explorer" + "TargetFileName" : "explorer" } } ], @@ -60,9 +60,7 @@ "src/Structures/ArrayUtilities.ec", "src/Skin.ec" ] - }, - "info.txt", - "todo.txt" + } ], "ResourcesPath" : "res", "Resources" : [ -- 1.8.3.1