-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathredwood.ecf
26 lines (26 loc) · 1.67 KB
/
redwood.ecf
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-11-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-11-0 http://www.eiffel.com/developers/xml/configuration-1-11-0.xsd" name="redwood" uuid="2A966489-284A-48A0-91BC-31E84EA9C3B1" library_target="redwood">
<target name="redwood">
<root all_classes="true"/>
<option warning="true">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<library name="base" location="$ISE_LIBRARY/library/base/base-safe.ecf"/>
<library name="base_extension" location="$ISE_LIBRARY\library\base_extension\base_extension-safe.ecf"/>
<library name="curl" location="$ISE_LIBRARY/library/cURL/cURL-safe.ecf"/>
<library name="encoder" location="$ISE_LIBRARY/contrib/library/web/framework/ewf/text/encoder/encoder-safe.ecf"/>
<library name="http" location="$ISE_LIBRARY/contrib/library/network/protocol/http/http-safe.ecf"/>
<library name="http_client" location="$ISE_LIBRARY/contrib/library/network/http_client/http_client-safe.ecf"/>
<library name="json" location="$ISE_LIBRARY/contrib/library/text/parser/json/library/json-safe.ecf" readonly="false"/>
<library name="uri" location="$ISE_LIBRARY/library/text/uri/uri-safe.ecf"/>
<cluster name="redwood" location=".\src" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>
<exclude>/.svn$</exclude>
<exclude>/CVS$</exclude>
<exclude>/.git$</exclude>
</file_rule>
</cluster>
</target>
</system>