When possible keep ecf location relative within the same EiffelWeb directory structure.

This commit is contained in:
2016-08-06 10:07:42 +02:00
parent 8b172b5d33
commit 80254b2278
4 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<setting name="concurrency" value="none"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="feed" location="..\feed-safe.ecf" readonly="false"/>
<library name="http_client" location="$ISE_LIBRARY\contrib\library\network\http_client\http_client-safe.ecf"/>
<library name="http_client" location="..\..\..\..\network\http_client\http_client-safe.ecf"/>
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
<library name="xml_parser" location="$ISE_LIBRARY\library\text\parser\xml\parser\xml_parser-safe.ecf"/>
<tests name="src" location=".\" recursive="true"/>