From 5cd6791af3c87b158410f990314f4e80392d7849 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Sat, 10 Sep 2011 00:09:58 -0400 Subject: [PATCH] libede: renamed lib: ede -> EDE --- libede/{ede.epj => EDE.epj} | 7 ++++--- tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec | 2 +- 2 files changed, 5 insertions(+), 4 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 fc51b97..6dbc1e0 100644 --- a/libede/ede.epj +++ b/libede/EDE.epj @@ -1,12 +1,13 @@ { "Version" : 0.2, - "ModuleName" : "ede", - "Description" : "", + "ModuleName" : "EDE", + "Description" : "Ecere Desktop Environment", "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 3ef0a97..38f4313 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