-
Notifications
You must be signed in to change notification settings - Fork 3
/
eomf_external_tools.ecf
executable file
·36 lines (34 loc) · 1.55 KB
/
eomf_external_tools.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
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-12-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-12-0 http://www.eiffel.com/developers/xml/configuration-1-12-0.xsd" name="eomf_external_tools" uuid="B2B54FE1-4FFA-472B-B56F-1F5C91FB6E38" library_target="eomf_external_tools">
<target name="eomf_external_tools">
<root all_classes="true"/>
<file_rule>
<exclude>/.git$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/CVS$</exclude>
<exclude>/.svn$</exclude>
</file_rule>
<option warning="true" void_safety="all" full_class_checking="true" is_attached_by_default="true"/>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
<library name="gobo_kernel" location="$ISE_LIBRARY\library\gobo\gobo_kernel.ecf"/>
<library name="gobo_utility" location="$ISE_LIBRARY\library\gobo\gobo_utility.ecf"/>
<library name="eomf_app_support" location="$EOMF\library\app_support\eomf_app_support.ecf"/>
<cluster name="eomf_external_tools" location=".\" recursive="true">
<file_rule>
<exclude>/other$</exclude>
<include>/windows$</include>
<condition>
<platform value="windows"/>
</condition>
</file_rule>
<file_rule>
<exclude>/windows$</exclude>
<include>/other$</include>
<condition>
<platform excluded_value="windows"/>
</condition>
</file_rule>
</cluster>
</target>
</system>