Updated CMS:

Extract email service as a library.
Updated modules to use the email library.
Fixed compilation issue with database_connection_null.e
This commit is contained in:
jvelilla
2015-06-24 11:17:17 -03:00
parent fa5efede2c
commit 7c0032ada4
6 changed files with 23 additions and 4 deletions

View File

@@ -20,6 +20,8 @@
<library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf-safe.ecf"/>
<library name="error" location="$ISE_LIBRARY\contrib\library\utility\general\error\error-safe.ecf"/>
<library name="email_service" location="..\..\library\email\email-safe.ecf"/>
<library name="apis" location="$ISE_LIBRARY\contrib\library\web\authentication\oauth\cypress\consumer\apis\apis.ecf" readonly="false"/>
<library name="cypress_consumer" location="$ISE_LIBRARY\contrib\library\web\authentication\oauth\cypress\consumer-safe.ecf" readonly="false"/>
<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/>