Use class URI

This commit is contained in:
Colin Adams
2013-03-26 16:10:32 +00:00
parent ad5ccd6585
commit 14088f126b
8 changed files with 39 additions and 117 deletions

View File

@@ -16,7 +16,9 @@
<library name="error" location="../../utility/general/error/error.ecf"/>
<library name="http" location="../../network/protocol/http/http.ecf"/>
<library name="uri_template" location="../../text/parser/uri_template/uri_template.ecf"/>
<library name="encoder" location="..\..\text\encoder\encoder.ecf"/>
<library name="encoder"
location="..\..\text\encoder\encoder.ecf"/>
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf" readonly="true"/>
<cluster name="src" location=".\src" recursive="true"/>
<cluster name="router" location=".\router" recursive="true"/>
</target>