Minor changes.

This commit is contained in:
2017-02-12 12:42:25 +01:00
parent 7be394c689
commit a44c4d9a16
5 changed files with 12 additions and 8 deletions

View File

@@ -28,6 +28,7 @@
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/> <assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option> </option>
<setting name="concurrency" value="thread"/> <setting name="concurrency" value="thread"/>
<precompile name="precomp_wsf" location="..\..\..\..\precomp\wsf-mt-safe.ecf"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/> <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="default_standalone" location="..\..\..\..\library\server\wsf\default\standalone-safe.ecf"/> <library name="default_standalone" location="..\..\..\..\library\server\wsf\default\standalone-safe.ecf"/>
<library name="wsf" location="..\..\..\..\library\server\wsf\wsf-safe.ecf"/> <library name="wsf" location="..\..\..\..\library\server\wsf\wsf-safe.ecf"/>

View File

@@ -43,8 +43,6 @@ feature {NONE} -- Initialize
initialize_filtered_router initialize_filtered_router
-- Initialize `router` and `filter`. -- Initialize `router` and `filter`.
local
f: like filter
do do
initialize_router initialize_router
initialize_filter initialize_filter

View File

@@ -15,6 +15,8 @@ inherit
WSF_WITH_CSS_STYLE WSF_WITH_CSS_STYLE
WSF_WITH_HTML_ATTRIBUTE
ITERABLE [WSF_WIDGET_TABLE_ITEM] ITERABLE [WSF_WIDGET_TABLE_ITEM]
create create
@@ -230,6 +232,7 @@ feature -- Conversion
append_css_id_to (a_html) append_css_id_to (a_html)
append_css_class_to (a_html, Void) append_css_class_to (a_html, Void)
append_css_style_to (a_html) append_css_style_to (a_html)
append_html_attributes_to (a_html)
a_html.append (">") a_html.append (">")
if has_title then if has_title then

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="precomp_wsf-mt-safe" uuid="72298F1A-98C7-4BED-8617-11DEFEFB625F" library_target="wsf-mt-safe"> <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="precomp_wsf-mt-safe" uuid="72298F1A-98C7-4BED-8617-11DEFEFB625F" library_target="precomp-wsf-mt-safe">
<target name="wsf-mt-safe"> <target name="precomp-wsf-mt-safe">
<root class="ANY"/> <root all_classes="true"/>
<option void_safety="all"> <option void_safety="all">
</option> </option>
<setting name="concurrency" value="thread"/> <setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="wsf" location="..\library\server\wsf\wsf-safe.ecf"/> <library name="wsf" location="..\library\server\wsf\wsf-safe.ecf"/>
</target> </target>
</system> </system>

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="precomp_wsf-scoop-safe" uuid="344344D6-5CA1-43B4-8D4B-CD1763883BE2" library_target="wsf-scoop-safe"> <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-15-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-15-0 http://www.eiffel.com/developers/xml/configuration-1-15-0.xsd" name="precomp_wsf-scoop-safe" uuid="344344D6-5CA1-43B4-8D4B-CD1763883BE2" library_target="precomp-wsf-scoop-safe">
<target name="wsf-scoop-safe"> <target name="precomp-wsf-scoop-safe">
<root class="ANY"/> <root all_classes="true"/>
<option void_safety="all"> <option void_safety="all">
</option> </option>
<setting name="concurrency" value="scoop"/> <setting name="concurrency" value="scoop"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="wsf" location="..\library\server\wsf\wsf-safe.ecf"/> <library name="wsf" location="..\library\server\wsf\wsf-safe.ecf"/>
</target> </target>
</system> </system>