| 
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>  | 
2 |  | -<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="demo" uuid="DC4D6549-D5F4-4E1A-959A-6BD536737A21" library_target="demo">  | 
 | 2 | +<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="demo" uuid="DC4D6549-D5F4-4E1A-959A-6BD536737A21" library_target="demo">  | 
3 | 3 | 	<target name="demo">  | 
4 | 4 | 		<root class="APPLICATION" feature="make_and_launch"/>  | 
5 | 5 | 		<file_rule>  | 
6 | 6 | 			<exclude>/EIFGENs$</exclude>  | 
7 | 7 | 			<exclude>/CVS$</exclude>  | 
8 | 8 | 			<exclude>/.svn$</exclude>  | 
9 | 9 | 		</file_rule>  | 
10 |  | -		<option warning="true" is_attached_by_default="true" void_safety="all" syntax="transitional">  | 
 | 10 | +		<option warning="true" full_class_checking="false" is_attached_by_default="true" void_safety="all" syntax="transitional">  | 
11 | 11 | 			<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>  | 
12 | 12 | 		</option>  | 
13 | 13 | 		<setting name="concurrency" value="thread"/>  | 
14 | 14 | 		<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>  | 
15 |  | -		<library name="ewsgi" location="../../../../server/ewsgi/ewsgi-safe.ecf" readonly="false"/>  | 
16 |  | -		<library name="ewsgi_nino_connector" location="../../../../server/ewsgi/connectors/nino/nino-safe.ecf" readonly="false"/>  | 
17 |  | -		<library name="http" location="../../../../network/protocol/http/http-safe.ecf"/>  | 
 | 15 | +		<library name="ewsgi" location="..\..\..\..\server\ewsgi\ewsgi-safe.ecf" readonly="false"/>  | 
 | 16 | +		<library name="ewsgi_nino_connector" location="..\..\..\..\server\ewsgi\connectors\nino\nino-safe.ecf" readonly="false"/>  | 
 | 17 | +		<library name="http" location="..\..\..\..\network\protocol\http\http-safe.ecf"/>  | 
18 | 18 | 		<library name="openid" location="..\openid-safe.ecf" readonly="false"/>  | 
19 |  | -		<library name="wsf" location="../../../../server/wsf/wsf-safe.ecf" readonly="false"/>  | 
20 |  | -		<library name="wsf_nino_connector" location="../../../../server/wsf/connector/nino-safe.ecf" readonly="false"/>  | 
 | 19 | +		<library name="wsf" location="..\..\..\..\server\wsf\wsf-safe.ecf" readonly="false"/>  | 
 | 20 | +		<library name="wsf_nino_connector" location="..\..\..\..\server\wsf\connector\nino-safe.ecf" readonly="false"/>  | 
21 | 21 | 		<cluster name="src" location=".\" recursive="true"/>  | 
22 | 22 | 	</target>  | 
23 | 23 | </system>  | 
0 commit comments