fixed location of ewf.ini for ISE wizard

This commit is contained in:
Jocelyn Fiat
2012-08-28 17:06:14 +02:00
parent 61b7f89e3b
commit 0c110169de

View File

@@ -119,6 +119,13 @@ feature -- Form
tfn.add_extension ("ecf") tfn.add_extension ("ecf")
copy_resource_template ("template.ecf", tfn.string) copy_resource_template ("template.ecf", tfn.string)
create tfn.make_from_string (dn.string)
tfn.set_file_name ("ewf")
tfn.add_extension ("ini")
copy_resource_template ("ewf.ini", tfn.string)
create res.make (tfn.string, d.name) create res.make (tfn.string, d.name)
create dn.make_from_string (pdn) create dn.make_from_string (pdn)
@@ -138,11 +145,6 @@ feature -- Form
copy_resource_template ("ewf_application.e", tfn.string) copy_resource_template ("ewf_application.e", tfn.string)
end end
create tfn.make_from_string (dn.string)
tfn.set_file_name ("ewf")
tfn.add_extension ("ini")
copy_resource_template ("ewf.ini", tfn.string)
send_response (res) send_response (res)
end end