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

@@ -13,6 +13,7 @@
<library name="http" location="../../network/protocol/http/http.ecf"/>
<library name="ewsgi" location="..\ewsgi\ewsgi.ecf"/>
<library name="wsf" location="wsf.ecf"/>
<library name="wsf_router_context" location="wsf_router_context.ecf" readonly="true"/>
<cluster name="extension" location="./extension" recursive="true"/>
</target>
</system>