<?xml version="1.0" encoding="ISO-8859-1"?> <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-9-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-9-0 http://www.eiffel.com/developers/xml/configuration-1-9-0.xsd" name="test"> <target name="test"> <root class="TEST" feature="make"/> <option is_attached_by_default="true" void_safety="all"/> <setting name="console_application" value="true"/> <setting name="total_order_on_reals" value="true"/> <library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/> <cluster name="test" location="$CLUSTER\" recursive="false"/> <cluster name="test1" location="$CLUSTER\test_cluster" readonly="false"> <condition> <platform value="windows"/> <custom name="vision_implementation" value="cocoa"/> <custom name="vision_implementation" excluded_value="gtk34"/> </condition> </cluster> <cluster name="test2" location="$CLUSTER\test_cluster" readonly="false"> <condition> <platform excluded_value="windows"/> <custom name="vision_implementation" value="cocoa"/> <custom name="vision_implementation" excluded_value="gtk34"/> </condition> </cluster> </target> </system>