-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwordfreq.ecf
27 lines (27 loc) · 1.41 KB
/
wordfreq.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
27
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-23-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-23-0 http://www.eiffel.com/developers/xml/configuration-1-23-0.xsd" name="wordfreq" uuid="C2C989EC-4073-45F2-8A8D-FF9DE887332E">
<target name="wordfreq">
<root class="APPLICATION" feature="make"/>
<file_rule>
<exclude>/CVS$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/\.git$</exclude>
<exclude>/\.svn$</exclude>
</file_rule>
<option warning="warning" is_obsolete_iteration="true" manifest_array_type="mismatch_warning">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="total_order_on_reals" value="false"/>
<setting name="dead_code_removal" value="feature"/>
<precompile name="base_pre" location="$ISE_PRECOMP\base-scoop-safe.ecf">
<option warning="none"/>
</precompile>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf">
<option warning="none"/>
</library>
<cluster name="wordfreq" location=".\" recursive="true">
<option warning="none" is_obsolete_iteration="true" manifest_array_type="mismatch_warning"/>
</cluster>
</target>
</system>