Cosmetic
fixed various indentations Removed useless dependencies for ewf_ise_wizard project.
This commit is contained in:
@@ -27,8 +27,11 @@ feature -- Access
|
||||
--| that the connector has already rejected the request. Anyway, a
|
||||
--| proxy server won't help us (? - is that correct?)
|
||||
create l_version.make (req.server_protocol)
|
||||
if l_version.is_valid and then l_version.major = 1 and then
|
||||
l_version.minor = 0 then
|
||||
if
|
||||
l_version.is_valid and then
|
||||
l_version.major = 1 and then
|
||||
l_version.minor = 0
|
||||
then
|
||||
Result := True
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
note
|
||||
description: "Summary description for {WSF_ROUTED_SERVICE}."
|
||||
author: ""
|
||||
description: "Summary description for {WSF_ROUTED_SKELETON_SERVICE}."
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
deferred class WSF_ROUTED_SKELETON_SERVICE
|
||||
deferred class
|
||||
WSF_ROUTED_SKELETON_SERVICE
|
||||
|
||||
inherit
|
||||
|
||||
WSF_ROUTED_SERVICE
|
||||
redefine
|
||||
execute
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<setting name="concurrency" value="none"/>
|
||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
||||
<library name="uuid" location="$ISE_LIBRARY\library\uuid\uuid-safe.ecf"/>
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user