From f368989c8971d0277ce2d2d0df6dbf5f70d2cf4c Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 18:53:31 -0400 Subject: [PATCH] Revert "libede: renamed lib: ede -> EDE" This reverts commit 5cd6791af3c87b158410f990314f4e80392d7849. --- libede/{EDE.epj => ede.epj} | 7 +++---- tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) rename libede/{EDE.epj => ede.epj} (86%) diff --git a/libede/EDE.epj b/libede/ede.epj similarity index 86% rename from libede/EDE.epj rename to libede/ede.epj index 6dbc1e0..fc51b97 100644 --- a/libede/EDE.epj +++ b/libede/ede.epj @@ -1,13 +1,12 @@ { "Version" : 0.2, - "ModuleName" : "EDE", - "Description" : "Ecere Desktop Environment", + "ModuleName" : "ede", + "Description" : "", "License" : "", "Options" : { "Warnings" : "All", - "DefaultNameSpace" : "ede", "TargetType" : "SharedLibrary", - "TargetFileName" : "EDE", + "TargetFileName" : "ede", "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", "Libraries" : [ diff --git a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec index 38f4313..3ef0a97 100644 --- a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec +++ b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec @@ -1,5 +1,5 @@ import "ecere" -import "EDE" +import "ede" class FileSystemBoxTestWindow : Window { -- 1.8.3.1