Added notification_email library as official EWF lib.
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
<library name="wsf_openshift" location="..\library\server\wsf\connector\openshift-safe.ecf" readonly="false"/>
|
<library name="wsf_openshift" location="..\library\server\wsf\connector\openshift-safe.ecf" readonly="false"/>
|
||||||
<library name="wsf_router_context" location="..\library\server\wsf\wsf_router_context-safe.ecf" readonly="false"/>
|
<library name="wsf_router_context" location="..\library\server\wsf\wsf_router_context-safe.ecf" readonly="false"/>
|
||||||
<library name="wsf_session" location="..\library\server\wsf\wsf_session-safe.ecf" readonly="false"/>
|
<library name="wsf_session" location="..\library\server\wsf\wsf_session-safe.ecf" readonly="false"/>
|
||||||
|
<library name="notification_email" location="..\library\runtime\process\notification_email\notification_email-safe.ecf" readonly="false"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="all_windows" extends="all">
|
<target name="all_windows" extends="all">
|
||||||
<description>Compiling as Windows , on other platforms than Windows</description>
|
<description>Compiling as Windows , on other platforms than Windows</description>
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
<library name="precomp_wsf" location="..\precomp\wsf-safe.ecf" readonly="false"/>
|
<library name="precomp_wsf" location="..\precomp\wsf-safe.ecf" readonly="false"/>
|
||||||
<library name="precomp_wsf-scoop-safe" location="..\precomp\wsf-scoop-safe.ecf" readonly="false"/>
|
<library name="precomp_wsf-scoop-safe" location="..\precomp\wsf-scoop-safe.ecf" readonly="false"/>
|
||||||
<library name="wizard" location="..\tools\ise_wizard\ewf_ise_wizard-safe.ecf" readonly="false"/>
|
<library name="wizard" location="..\tools\ise_wizard\ewf_ise_wizard-safe.ecf" readonly="false"/>
|
||||||
|
<library name="notification_email" location="..\library\runtime\process\notification_email\notification_email-safe.ecf" readonly="false"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="all_windows" extends="all">
|
<target name="all_windows" extends="all">
|
||||||
<description>Compiling as Windows , on other platforms than Windows</description>
|
<description>Compiling as Windows , on other platforms than Windows</description>
|
||||||
|
|||||||
@@ -87,6 +87,11 @@ echo Install library: openid
|
|||||||
echo Install library: uri_template
|
echo Install library: uri_template
|
||||||
%COPYCMD% %TMP_DIR%\library\text\parser\uri_template %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
%COPYCMD% %TMP_DIR%\library\text\parser\uri_template %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
||||||
|
|
||||||
|
echo Install library: notification_email
|
||||||
|
%SAFE_MD% %TMP_CONTRIB_DIR%\library\runtime
|
||||||
|
%SAFE_MD% %TMP_CONTRIB_DIR%\library\runtime\process
|
||||||
|
%COPYCMD% %TMP_DIR%\library\runtime\process\notification_email %TMP_CONTRIB_DIR%\library\runtime\process\notification_email
|
||||||
|
|
||||||
echo Install contrib library: nino
|
echo Install contrib library: nino
|
||||||
%COPYCMD% %TMP_DIR%\contrib\library\network\server\nino %TMP_CONTRIB_DIR%\library\network\server\nino
|
%COPYCMD% %TMP_DIR%\contrib\library\network\server\nino %TMP_CONTRIB_DIR%\library\network\server\nino
|
||||||
rem remove fonts folder from nino examples
|
rem remove fonts folder from nino examples
|
||||||
|
|||||||
@@ -79,7 +79,9 @@ COPYCMD $TMP_DIR/library/security/openid $TMP_CONTRIB_DIR/library/security/openi
|
|||||||
echo Install library: uri_template
|
echo Install library: uri_template
|
||||||
mkdir -p $TMP_CONTRIB_DIR/library/text/parser
|
mkdir -p $TMP_CONTRIB_DIR/library/text/parser
|
||||||
COPYCMD $TMP_DIR/library/text/parser/uri_template $TMP_CONTRIB_DIR/library/text/parser/uri_template
|
COPYCMD $TMP_DIR/library/text/parser/uri_template $TMP_CONTRIB_DIR/library/text/parser/uri_template
|
||||||
|
echo Install library: notification_email
|
||||||
|
mkdir -p $TMP_CONTRIB_DIR/library/runtime/process
|
||||||
|
COPYCMD $TMP_DIR/library/runtime/process/notification_email $TMP_CONTRIB_DIR/library/runtime/process/notification_email
|
||||||
echo Install contrib library: nino
|
echo Install contrib library: nino
|
||||||
mkdir -p $TMP_CONTRIB_DIR/library/network/server
|
mkdir -p $TMP_CONTRIB_DIR/library/network/server
|
||||||
COPYCMD $TMP_DIR/contrib/library/network/server/nino $TMP_CONTRIB_DIR/library/network/server/nino
|
COPYCMD $TMP_DIR/contrib/library/network/server/nino $TMP_CONTRIB_DIR/library/network/server/nino
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ echo Uninstall library: security\openid
|
|||||||
%RDCMD% %TMP_CONTRIB_DIR%\library\security\openid
|
%RDCMD% %TMP_CONTRIB_DIR%\library\security\openid
|
||||||
echo Uninstall library: uri_template
|
echo Uninstall library: uri_template
|
||||||
%RDCMD% %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
%RDCMD% %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
||||||
|
echo Uninstall library: runtime\process\notification_email
|
||||||
|
%RDCMD% %TMP_CONTRIB_DIR%\library\runtime\process\notification_email
|
||||||
|
|
||||||
echo Uninstall contrib library: nino
|
echo Uninstall contrib library: nino
|
||||||
%RDCMD% %TMP_CONTRIB_DIR%\library\network\server\nino
|
%RDCMD% %TMP_CONTRIB_DIR%\library\network\server\nino
|
||||||
|
|||||||
Reference in New Issue
Block a user