-
Notifications
You must be signed in to change notification settings - Fork 3
/
eomf_odin.ecf
executable file
·40 lines (35 loc) · 2.43 KB
/
eomf_odin.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
37
38
39
40
<?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_odin" uuid="51EB638E-6F4D-9825-85F9-FB1B5C7F0672" library_target="eomf_odin">
<target name="eomf_odin">
<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="ise_base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="ise_encoding" location="$ISE_LIBRARY\library\encoding\encoding.ecf"/>
<library name="gobo_kernel" location="$ISE_LIBRARY\library\gobo\gobo_kernel.ecf"/>
<library name="gobo_lexical" location="$ISE_LIBRARY\library\gobo\gobo_lexical.ecf"/>
<library name="gobo_lexical_skl" location="$ISE_LIBRARY\library\gobo\gobo_lexical_skl.ecf"/>
<library name="gobo_parse" location="$ISE_LIBRARY\library\gobo\gobo_parse.ecf"/>
<library name="gobo_parse_skl" location="$ISE_LIBRARY\library\gobo\gobo_parse_skl.ecf"/>
<library name="gobo_regexp" location="$ISE_LIBRARY\library\gobo\gobo_regexp.ecf"/>
<library name="gobo_utility" location="$ISE_LIBRARY\library\gobo\gobo_utility.ecf"/>
<library name="ise_i18n" location="$ISE_LIBRARY\library\i18n\i18n.ecf"/>
<library name="ise_time" location="$ISE_LIBRARY\library\time\time.ecf">
<renaming old_name="INTERVAL" new_name="TIME_INTERVAL"/>
</library>
<library name="iso8601" location="$EIFFEL_HUB\iso8601\src\iso8601.ecf"/>
<library name="error_message" location="$EIFFEL_HUB\error_message\src\error_message.ecf"/>
<library name="eomf_messages" location="$EOMF\library\messages\eomf_messages.ecf"/>
<library name="eomf_basic" location="$EOMF\library\basic\eomf_basic.ecf"/>
<library name="eomf_object_graph" location="$EOMF\library\object_graph\eomf_object_graph.ecf"/>
<library name="eomf_data_tree" location="$EOMF\library\data_tree\eomf_data_tree.ecf"/>
<library name="eomf_file_system" location="$EOMF\library\file_system\eomf_file_system.ecf"/>
<library name="eomf_parsing" location="$EOMF\library\parsing\eomf_parsing.ecf"/>
<cluster name="eomf_odin" location=".\" recursive="true"/>
</target>
</system>