Updated structure of EWF, applied

Now "nino" is under contrib/library/network/server/nino  (as git merge subtree, and not anymore as submodule)
This commit is contained in:
Jocelyn Fiat
2012-06-14 13:35:08 +02:00
parent 2b730186a2
commit 3702842337
8 changed files with 10 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="ewsgi" location="..\..\ewsgi.ecf" readonly="false"/>
<library name="http" location="../../../../network/protocol/http/http.ecf"/>
<library name="nino" location="..\..\..\..\..\contrib\library\server\nino\nino.ecf" readonly="false">
<library name="nino" location="../../../wsf/connector/nino.ecf" readonly="false">
<renaming old_name="HTTP_CONSTANTS" new_name="NINO_HTTP_CONSTANTS"/>
</library>
<cluster name="src" location=".\src\" recursive="true"/>