|
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="wizard" uuid="F881A707-745E-4C6D-90D1-F820EE3B1470" library_target="wizard"> |
| 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="wizard" uuid="F881A707-745E-4C6D-90D1-F820EE3B1470" library_target="wizard"> |
3 | 3 | <target name="wizard"> |
4 | | - <root class="EWF_WIZARD" feature="make"/> |
| 4 | + <root class="EWF_CONSOLE_WIZARD_APPLICATION" feature="make"/> |
5 | 5 | <file_rule> |
6 | 6 | <exclude>/.git$</exclude> |
7 | 7 | <exclude>/EIFGENs$</exclude> |
8 | 8 | <exclude>/.svn$</exclude> |
9 | 9 | </file_rule> |
10 | 10 | <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard"> |
11 | 11 | </option> |
| 12 | + <setting name="console_application" value="true"/> |
12 | 13 | <setting name="concurrency" value="none"/> |
13 | 14 | <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/> |
14 | | - <library name="uuid" location="$ISE_LIBRARY\library\uuid\uuid-safe.ecf"/> |
15 | | - <cluster name="src" location=".\src\" recursive="true"/> |
| 15 | + <library name="console_wizard" location="lib\wizard\estudio_console_wizard-safe.ecf" readonly="false"/> |
| 16 | + <library name="template_smarty" location="$ISE_LIBRARY\contrib\library\text\template\smarty\smarty-safe.ecf"/> |
| 17 | + <cluster name="src" location=".\src\" recursive="true"> |
| 18 | + <file_rule> |
| 19 | + <exclude>/gui$</exclude> |
| 20 | + <exclude>/lib$</exclude> |
| 21 | + </file_rule> |
| 22 | + </cluster> |
16 | 23 | </target> |
17 | | - <target name="custom_wizard" extends="wizard"> |
18 | | - <root class="EWF_CUSTOM_WIZARD" feature="make"/> |
| 24 | + <target name="gui_wizard"> |
| 25 | + <root class="EWF_GRAPHICAL_WIZARD" feature="make_and_launch"/> |
| 26 | + <file_rule> |
| 27 | + <exclude>/.git$</exclude> |
| 28 | + <exclude>/EIFGENs$</exclude> |
| 29 | + <exclude>/.svn$</exclude> |
| 30 | + </file_rule> |
| 31 | + <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard"> |
| 32 | + </option> |
| 33 | + <setting name="concurrency" value="none"/> |
| 34 | + <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/> |
| 35 | + <library name="gui_wizard" location="lib\wizard\estudio_gui_wizard-safe.ecf" readonly="false"/> |
| 36 | + <library name="template_smarty" location="$ISE_LIBRARY\contrib\library\text\template\smarty\smarty-safe.ecf" readonly="false"/> |
| 37 | + <library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2-safe.ecf"> |
| 38 | + <option> |
| 39 | + <assertions precondition="true"/> |
| 40 | + </option> |
| 41 | + </library> |
| 42 | + <cluster name="graphical" location=".\src\gui\" recursive="true"/> |
| 43 | + <cluster name="src" location=".\src\" recursive="true"> |
| 44 | + <file_rule> |
| 45 | + <exclude>/gui$</exclude> |
| 46 | + <exclude>/lib$</exclude> |
| 47 | + </file_rule> |
| 48 | + </cluster> |
19 | 49 | </target> |
20 | 50 | </system> |
0 commit comments