Moved all *_CONTEXT_* router related classes into wsf_router_context.ecf library

This makes wsf simpler to discover.
And advanced context enabled handler, mapping, ... are still available for now in wsf_router_context.ecf library
This commit is contained in:
Jocelyn Fiat
2013-03-19 11:54:01 +01:00
parent a4ea402fb5
commit 3faa2ab815
28 changed files with 39 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
<library name="base" location="$ISE_LIBRARY/library/base/base-safe.ecf"/>
<library name="http" location="../../network/protocol/http/http-safe.ecf"/>
<library name="ewsgi" location="..\ewsgi\ewsgi-safe.ecf"/>
<library name="wsf-safe" location="wsf-safe.ecf"/>
<library name="wsf" location="wsf-safe.ecf"/>
<library name="wsf_router_context" location="wsf_router_context-safe.ecf" readonly="true"/>
<cluster name="extension" location="./extension" recursive="true"/>
</target>
</system>