Extracted the policy driven classes into their own library for now "wsf_policy_driven.ecf"

Updated the restbucksCRUD example to demonstrate both approaches.
This commit is contained in:
2013-08-20 17:27:57 +02:00
parent 07f71dfc4e
commit 2651171294
17 changed files with 870 additions and 398 deletions

View File

@@ -17,11 +17,14 @@
<library name="http" location="../../network/protocol/http/http.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"
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"/>
<cluster name="router" location=".\router" recursive="true">
<file_rule>
<exclude>/policy_driven$</exclude>
</file_rule>
</cluster>
</target>
</system>