Added content_negotiation to official EWF release.

This commit is contained in:
2013-10-25 16:08:16 +02:00
parent 637303930a
commit ab07c2e0ce
4 changed files with 66 additions and 48 deletions

View File

@@ -76,6 +76,8 @@ echo Install library: http_client
%COPYCMD% %TMP_DIR%\library\network\http_client %TMP_CONTRIB_DIR%\library\network\http_client
echo Install library: http
%COPYCMD% %TMP_DIR%\library\network\protocol\http %TMP_CONTRIB_DIR%\library\network\protocol\http
echo Install library: content_negotiation
%COPYCMD% %TMP_DIR%\library\network\protocol\content_negotiation %TMP_CONTRIB_DIR%\library\network\protocol\content_negotiation
echo Install library: http_authorization
%SAFE_MD% %TMP_CONTRIB_DIR%\library\network\authentication
%COPYCMD% %TMP_DIR%\library\server\authentication\http_authorization %TMP_CONTRIB_DIR%\library\network\authentication\http_authorization

View File

@@ -67,9 +67,12 @@ COPYCMD $TMP_DIR/library/utility/general/error $TMP_CONTRIB_DIR/library/utility/
echo Install library: http_client
mkdir -p $TMP_CONTRIB_DIR/library/network
COPYCMD $TMP_DIR/library/network/http_client $TMP_CONTRIB_DIR/library/network/http_client
echo Install library: http
mkdir -p $TMP_CONTRIB_DIR/library/network/protocol
echo Install library: http
COPYCMD $TMP_DIR/library/network/protocol/http $TMP_CONTRIB_DIR/library/network/protocol/http
echo Install library: content_negotiation
COPYCMD $TMP_DIR/library/network/protocol/content_negotiation $TMP_CONTRIB_DIR/library/network/protocol/content_negotiation
echo Install library: http_authorization
mkdir -p $TMP_CONTRIB_DIR/library/network/authentication
COPYCMD $TMP_DIR/library/server/authentication/http_authorization $TMP_CONTRIB_DIR/library/network/authentication/http_authorization

View File

@@ -54,6 +54,8 @@ echo Uninstall library: http_client
%RDCMD% %TMP_CONTRIB_DIR%\library\network\http_client
echo Uninstall library: http
%RDCMD% %TMP_CONTRIB_DIR%\library\network\protocol\http
echo Uninstall library: content_negotiation
%RDCMD% %TMP_CONTRIB_DIR%\library\network\protocol\content_negotiation
echo Uninstall library: http_authorization
%RDCMD% %TMP_CONTRIB_DIR%\library\network\authentication\http_authorization
echo Uninstall library: security\openid