Created wsf_extension, and moved some classes from wsf to wsf_extension

WSF_HANDLER_HELPER
   WSF_RESOURCE_HANDLER_HELPER
   WSF_HANDLER_ROUTES_RECORDER
This commit is contained in:
Jocelyn Fiat
2012-03-16 14:12:02 +01:00
parent eb3e9f2186
commit f69ff42564
11 changed files with 48 additions and 11 deletions

View File

@@ -25,6 +25,7 @@
<library name="json" location="..\..\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/>
<library name="uri_template" location="..\..\library\protocol\uri_template\uri_template-safe.ecf" readonly="false"/>
<library name="wsf" location="..\..\library\server\wsf\wsf-safe.ecf" readonly="false"/>
<library name="wsf_extension" location="..\..\library\server\wsf_extension\wsf_extension-safe.ecf" readonly="false"/>
<cluster name="src" location="src\" recursive="true"/>
</target>
</system>