Add CONNEG to wsf*.ecf to support ploicy-driven framework
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
|
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
|
||||||
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri-safe.ecf"/>
|
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri-safe.ecf"/>
|
||||||
<library name="uri_template" location="..\..\text\parser\uri_template\uri_template-safe.ecf"/>
|
<library name="uri_template" location="..\..\text\parser\uri_template\uri_template-safe.ecf"/>
|
||||||
|
<library name="conneg" location="../../network/protocol/CONNEG/conneg-safe.ecf"/>
|
||||||
<cluster name="router" location=".\router\" recursive="true"/>
|
<cluster name="router" location=".\router\" recursive="true"/>
|
||||||
<cluster name="src" location=".\src\" recursive="true"/>
|
<cluster name="src" location=".\src\" recursive="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
@@ -15,7 +15,9 @@
|
|||||||
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
|
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
|
||||||
<library name="error" location="../../utility/general/error/error.ecf"/>
|
<library name="error" location="../../utility/general/error/error.ecf"/>
|
||||||
<library name="http" location="../../network/protocol/http/http.ecf"/>
|
<library name="http" location="../../network/protocol/http/http.ecf"/>
|
||||||
<library name="uri_template" location="../../text/parser/uri_template/uri_template.ecf"/>
|
<library name="uri_template"
|
||||||
|
location="../../text/parser/uri_template/uri_template.ecf"/>
|
||||||
|
<library name="conneg" location="../../network/protocol/CONNEG/conneg.ecf"/>
|
||||||
<library name="encoder"
|
<library name="encoder"
|
||||||
location="..\..\text\encoder\encoder.ecf"/>
|
location="..\..\text\encoder\encoder.ecf"/>
|
||||||
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf" readonly="true"/>
|
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf" readonly="true"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user