Revert "libede: renamed lib: ede -> EDE"
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:53:31 +0000 (18:53 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:53:31 +0000 (18:53 -0400)
This reverts commit 5cd6791af3c87b158410f990314f4e80392d7849.

libede/ede.epj [moved from libede/EDE.epj with 86% similarity]
tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec

similarity index 86%
rename from libede/EDE.epj
rename to libede/ede.epj
index 6dbc1e0..fc51b97 100644 (file)
@@ -1,13 +1,12 @@
 {
    "Version" : 0.2,
 {
    "Version" : 0.2,
-   "ModuleName" : "EDE",
-   "Description" : "Ecere Desktop Environment",
+   "ModuleName" : "ede",
+   "Description" : "",
    "License" : "",
    "Options" : {
       "Warnings" : "All",
    "License" : "",
    "Options" : {
       "Warnings" : "All",
-      "DefaultNameSpace" : "ede",
       "TargetType" : "SharedLibrary",
       "TargetType" : "SharedLibrary",
-      "TargetFileName" : "EDE",
+      "TargetFileName" : "ede",
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
index 38f4313..3ef0a97 100644 (file)
@@ -1,5 +1,5 @@
 import "ecere"
 import "ecere"
-import "EDE"
+import "ede"
 
 class FileSystemBoxTestWindow : Window
 {
 
 class FileSystemBoxTestWindow : Window
 {