1234567891011121314151617181920 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-16-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-16-0 http://www.eiffel.com/developers/xml/configuration-1-16-0.xsd" name="matrix" uuid="3C312C2A-398E-4A0E-B834-1663DF82259F">
- <target name="matrix">
- <root feature="make" class="MATRIX"/>
- <file_rule>
- <exclude>/\.git$</exclude>
- <exclude>/\.svn$</exclude>
- <exclude>/CVS$</exclude>
- <exclude>/EIFGENs$</exclude>
- </file_rule>
- <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="elks" location="$GOBO/library/free_elks/library.ecf"/>
- <library name="eiffel-iup" location="$EIFFEL_IUP/library.ecf"/>
- <cluster name="matrix" location=".\" recursive="true"/>
- </target>
- </system>
|