Added content_negotiation to official EWF release.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user