-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCJ-client-safe.ecf
More file actions
26 lines (26 loc) · 1.82 KB
/
Copy pathCJ-client-safe.ecf
File metadata and controls
26 lines (26 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="cj-client" uuid="FCEA5603-8163-4FE6-B57C-81C37BD8DD44">
<target name="cj-client">
<root class="CJ_CLIENT_APPLICATION" feature="make_and_launch"/>
<file_rule>
<exclude>/.git$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/.svn$</exclude>
</file_rule>
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard">
</option>
<setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="cj" location="lib\CJ\library\cj-safe.ecf" readonly="false"/>
<library name="docking" location="$ISE_LIBRARY\library\docking\docking-safe.ecf"/>
<library name="encoder" location="lib\EWF\library\text\encoder\encoder-safe.ecf"/>
<library name="http" location="lib\EWF\library\network\protocol\http\http-safe.ecf" readonly="false"/>
<library name="http_authorization" location="lib\EWF\library\server\authentication\http_authorization\http_authorization-safe.ecf" readonly="false"/>
<library name="http_client" location="lib\EWF\library\network\http_client\http_client-safe.ecf"/>
<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json-safe.ecf"/>
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2-safe.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
<override name="override" location=".\override\" recursive="true"/>
</target>
</system>