Fixing wrong path for ewsgi connector nino

(this was introduced recently when we moved folder location)
This commit is contained in:
Jocelyn Fiat
2012-06-15 14:15:44 +02:00
parent 23de980e57
commit 12d56861e6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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