Fixed the EiffelStudio EiffelWeb wizard.
This commit is contained in:
@@ -14,10 +14,8 @@ inherit
|
||||
redefine
|
||||
initialize
|
||||
end
|
||||
{if condition="$WIZ.routers.use_router ~ $WIZ_YES"}
|
||||
WSF_ROUTED_SERVICE{/if}
|
||||
{if isset="$APP_ROOT"}APPLICATION_LAUNCHER [{$APP_ROOT/}_EXECUTION]{/if}
|
||||
{unless isset="$APP_ROOT"}APPLICATION_LAUNCHER [APPLICATION_EXECUTION]{/if}
|
||||
{unless isset="$APP_ROOT"}APPLICATION_LAUNCHER [APPLICATION_EXECUTION]{/unless}
|
||||
|
||||
{literal}create
|
||||
make_and_launch
|
||||
@@ -29,6 +27,7 @@ feature {NONE} -- Initialization
|
||||
do
|
||||
Precursor
|
||||
set_service_option ("port", {$WIZ.standalone_connector.port/})
|
||||
set_service_option ("verbose", "{$WIZ.standalone_connector.verbose/}")
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user