-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtar-safe.ecf
More file actions
11 lines (11 loc) · 811 Bytes
/
tar-safe.ecf
File metadata and controls
11 lines (11 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="tar" uuid="EC667AED-8B02-403B-B108-512E09C64771" library_target="tar">
<target name="tar">
<root all_classes="true"/>
<option warning="true" is_obsolete_routine_type="true" void_safety="all">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<cluster name="src" location="src\" recursive="true"/>
</target>
</system>