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

@@ -18,8 +18,11 @@
<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_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">
<file_rule>
<exclude>/policy_driven$</exclude>
</file_rule>
</cluster>
<cluster name="src" location=".\src\" recursive="true"/>
</target>
</system>