Fixed source code for building and installing the ISE Wizard

This commit is contained in:
Jocelyn Fiat
2012-08-28 16:45:25 +02:00
parent 2f94214863
commit 61b7f89e3b
8 changed files with 113 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<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="ewf_ise_wizard" uuid="F881A707-745E-4C6D-90D1-F820EE3B1470">
<target name="ewf_ise_wizard">
<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="wizard" uuid="F881A707-745E-4C6D-90D1-F820EE3B1470">
<target name="wizard">
<root class="EWF_WIZARD" feature="make"/>
<file_rule>
<exclude>/.git$</exclude>
@@ -15,4 +15,7 @@
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2-safe.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
</target>
<target name="custom_wizard" extends="wizard">
<root class="EWF_CUSTOM_WIZARD" feature="make"/>
</target>
</system>