|
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
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="restbucks" uuid="2773FEAA-448F-410E-BEDE-9298C4749066" library_target="restbucks"> |
| 2 | +<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-13-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-13-0 http://www.eiffel.com/developers/xml/configuration-1-13-0.xsd" name="restbucks" uuid="2773FEAA-448F-410E-BEDE-9298C4749066" library_target="restbucks"> |
3 | 3 | <target name="restbucks_common"> |
4 | 4 | <file_rule> |
5 | 5 | <exclude>/EIFGENs$</exclude> |
|
8 | 8 | </file_rule> |
9 | 9 | <option full_class_checking="false" void_safety="all"> |
10 | 10 | </option> |
11 | | - <setting name="concurrency" value="thread"/> |
| 11 | + <setting name="concurrency" value="scoop"/> |
12 | 12 | <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/> |
13 | | - <library name="connector_nino" location="..\..\library\server\ewsgi\connectors\nino\nino-safe.ecf" readonly="false"> |
| 13 | + <library name="connector_standalone" location="..\..\library\server\ewsgi\connectors\standalone\standalone-safe.ecf" readonly="false"> |
14 | 14 | <option debug="true"> |
15 | | - <debug name="nino" enabled="true"/> |
| 15 | + <debug name="standalone" enabled="true"/> |
16 | 16 | </option> |
17 | 17 | </library> |
18 | 18 | <library name="conneg" location="..\..\library\network\protocol\content_negotiation\conneg-safe.ecf"/> |
19 | 19 | <library name="crypto" location="$ISE_LIBRARY\unstable\library\text\encryption\crypto\crypto-safe.ecf" readonly="false"/> |
20 | | - <library name="default_nino" location="..\..\library\server\wsf\default\nino-safe.ecf" readonly="false"/> |
| 20 | + <library name="default_standalone" location="..\..\library\server\wsf\default\standalone-safe.ecf" readonly="false"/> |
21 | 21 | <library name="encoder" location="..\..\library\text\encoder\encoder-safe.ecf" readonly="false"/> |
22 | 22 | <library name="http" location="..\..\library\network\protocol\http\http-safe.ecf" readonly="false"/> |
23 | 23 | <library name="json" location="..\..\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/> |
|
30 | 30 | <target name="restbucks" extends="restbucks_common"> |
31 | 31 | <root class="RESTBUCKS_SERVER" feature="make"/> |
32 | 32 | <option debug="true" warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="transitional" syntax="provisional"> |
33 | | - <debug name="nino" enabled="true"/> |
| 33 | + <debug name="standalone" enabled="true"/> |
34 | 34 | <assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> |
35 | 35 | </option> |
36 | 36 | <cluster name="src" location="src\" recursive="true"> |
|
42 | 42 | <target name="policy_driven_restbucks" extends="restbucks_common"> |
43 | 43 | <root class="RESTBUCKS_SERVER" feature="make"/> |
44 | 44 | <option debug="true" warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="transitional" syntax="provisional"> |
45 | | - <debug name="nino" enabled="true"/> |
| 45 | + <debug name="standalone" enabled="true"/> |
46 | 46 | <assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> |
47 | 47 | </option> |
48 | 48 | <library name="wsf_policy_driven" location="..\..\library\server\wsf\wsf_policy_driven-safe.ecf" readonly="false"/> |
|
0 commit comments