Renamed void-safe ecf using -safe.ecf convention.

Added a cms_demo_module, for now pretty empty, but it will be used to develop/test the cms core.
This commit is contained in:
2014-10-14 15:24:24 +02:00
parent d183ab8130
commit 4841039d4a
11 changed files with 132 additions and 10 deletions

View File

@@ -137,6 +137,11 @@ feature -- CMS setup
create {NODE_MODULE} m.make (a_setup)
m.enable
a_setup.modules.extend (m)
create {CMS_DEMO_MODULE} m.make (a_setup)
m.enable
a_setup.modules.extend (m)
end
setup_storage (a_setup: CMS_SETUP)