44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="web_socket_client" uuid="EE010507-597F-4FAD-8EFA-B7251E800911" library_target="web_socket_client">
|
|
<target name="web_socket_client">
|
|
<root all_classes="true"/>
|
|
<file_rule>
|
|
<exclude>/.git$</exclude>
|
|
<exclude>/.svn$</exclude>
|
|
<exclude>/CVS$</exclude>
|
|
<exclude>/EIFGENs$</exclude>
|
|
</file_rule>
|
|
<option warning="true" void_safety="none">
|
|
</option>
|
|
<setting name="concurrency" value="scoop"/>
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
|
<library name="crypto" location="$ISE_LIBRARY\unstable\library\text\encryption\crypto\crypto.ecf"/>
|
|
<library name="encoder" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\text\encoder\encoder.ecf"/>
|
|
<library name="lib_http_network" location="..\..\http_network\http_network.ecf"/>
|
|
<library name="lib_web_socket_protocol" location="..\protocol\web_socket_protocol.ecf"/>
|
|
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
|
|
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf"/>
|
|
<cluster name="web_socket_client" location=".\src\" recursive="true">
|
|
<file_rule>
|
|
<exclude>/no_ssl$</exclude>
|
|
<exclude>/spec$</exclude>
|
|
<exclude>/ssl$</exclude>
|
|
</file_rule>
|
|
<cluster name="ssl" location="$|ssl\" recursive="true">
|
|
<condition>
|
|
<custom name="ssl_enabled" value="true"/>
|
|
</condition>
|
|
<condition>
|
|
<custom name="net_ssl_enabled" value="true"/>
|
|
</condition>
|
|
</cluster>
|
|
<cluster name="no_ssl" location="$|no_ssl\" recursive="true">
|
|
<condition>
|
|
<custom name="ssl_enabled" excluded_value="true"/>
|
|
<custom name="net_ssl_enabled" excluded_value="true"/>
|
|
</condition>
|
|
</cluster>
|
|
</cluster>
|
|
</target>
|
|
</system>
|