1 |
<?xml version="1.0" encoding="ISO-8859-1"?><system xmlns="http://www.eiffel.com/developers/xml/configuration-1-0-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-0-0 http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd" name="test" uuid="fe4acc79-fb4b-4eb5-a0b9-d45018394c4e"> |
<?xml version="1.0" encoding="ISO-8859-1"?> |
2 |
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-20-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-20-0 http://www.eiffel.com/developers/xml/configuration-1-20-0.xsd" name="test"> |
3 |
<target name="test"> |
<target name="test"> |
4 |
<description>--| Copyright (c) 1993-2006 University of Southern California and contributors. |
<description>--| Copyright (c) 1993-2006 University of Southern California and contributors. |
5 |
--| All rights reserved. |
--| All rights reserved. |
6 |
--| Your use of this work is governed under the terms of the GNU General |
--| Your use of this work is governed under the terms of the GNU General |
7 |
--| Public License version 2. |
--| Public License version 2. |
8 |
</description> |
</description> |
9 |
<root cluster="root_cluster" class="test" feature="full_collect"/> |
<root cluster="root_cluster" class="TEST" feature="full_collect"/> |
10 |
<option warning="true"> |
<option warning="true" full_class_checking="false" syntax="obsolete" manifest_array_type="mismatch_warning"> |
11 |
<assertions precondition="false" postcondition="false" check="false" invariant="false" loop="false"/> |
<assertions/> |
|
<warning name="vjrv" enabled="false"/> |
|
12 |
<warning name="syntax" enabled="false"/> |
<warning name="syntax" enabled="false"/> |
13 |
|
<warning name="vjrv" enabled="false"/> |
14 |
</option> |
</option> |
15 |
<setting name="console_application" value="true"/> |
<setting name="console_application" value="true"/> |
16 |
$EWEASEL_DOTNET_SETTING |
$EWEASEL_DOTNET_SETTING |
17 |
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf" use_application_options="true"/> |
<capability> |
18 |
|
<concurrency support="none"/> |
19 |
|
<void_safety support="none"/> |
20 |
|
</capability> |
21 |
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf" use_application_options="true"/> |
22 |
<cluster name="root_cluster" location="$CLUSTER\"/> |
<cluster name="root_cluster" location="$CLUSTER\"/> |
23 |
</target> |
</target> |
24 |
</system> |
</system> |