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

@@ -8,7 +8,7 @@
<setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="crypto" location="$ISE_LIBRARY\unstable\library\text\encryption\crypto\crypto-safe.ecf"/>
<library name="persitence_mysql" location="..\persistence_mysql.ecf" readonly="false"/>
<library name="persitence_mysql" location="..\persistence_mysql-safe.ecf" readonly="false"/>
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
<library name="process" location="$ISE_LIBRARY\library\process\process-safe.ecf"/>
<cluster name="tests" location=".\" recursive="true">