cleaned http_client configuration files

This commit is contained in:
Jocelyn Fiat
2011-09-28 14:53:34 +02:00
parent f7dcadccd5
commit 34c8cfa427
2 changed files with 2 additions and 10 deletions

View File

@@ -12,11 +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="cURL" location="$ISE_LIBRARY\library\cURL\cURL-safe.ecf"/> <library name="cURL" location="$ISE_LIBRARY\library\cURL\cURL-safe.ecf"/>
<library name="encoder" location="../../text/encoder/encoder-safe.ecf"/> <library name="encoder" location="../../text/encoder/encoder-safe.ecf"/>
<cluster name="src" location=".\src\" recursive="true"> <cluster name="src" location=".\src\" recursive="true"/>
<file_rule>
<exclude>/request$</exclude>
</file_rule>
</cluster>
</target> </target>
<target name="tests" extends="http_client" > <target name="tests" extends="http_client" >

View File

@@ -12,10 +12,6 @@
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/> <library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
<library name="cURL" location="$ISE_LIBRARY/library/cURL/cURL.ecf"/> <library name="cURL" location="$ISE_LIBRARY/library/cURL/cURL.ecf"/>
<library name="encoder" location="../../text/encoder/encoder.ecf"/> <library name="encoder" location="../../text/encoder/encoder.ecf"/>
<cluster name="src" location=".\src\" recursive="true"> <cluster name="src" location=".\src\" recursive="true"/>
<file_rule>
<exclude>/request$</exclude>
</file_rule>
</cluster>
</target> </target>
</system> </system>