Commit 9f98cc5dd4354f61f55218c8e4ea679c0cf6fa4d

Authored by David RENÉ
1 parent 430ff819

some update to 1.19

hayamiki_lib @ f9fd3a1bf67
1 -Subproject commit a64900e4b5e04eaf0850b5d9cf65bd1558eb4912 1 +Subproject commit f9fd3a1bf6706094fb2050a2ab138f0b38cac84d
minimal_web_site.aproj
@@ -8,6 +8,10 @@ @@ -8,6 +8,10 @@
8 <AssemblyName>minimal_web_site</AssemblyName> 8 <AssemblyName>minimal_web_site</AssemblyName>
9 <StartupObject>xlib_examples\web\minimal_web_site_vc.anubis</StartupObject> 9 <StartupObject>xlib_examples\web\minimal_web_site_vc.anubis</StartupObject>
10 <IncludePaths>./%3b./../</IncludePaths> 10 <IncludePaths>./%3b./../</IncludePaths>
  11 + <MakeUsedFile>False</MakeUsedFile>
  12 + <MakeUnusedFile>False</MakeUnusedFile>
  13 + <AnubiscVerbosity>False</AnubiscVerbosity>
  14 + <AnubisPath>c:\anubis\1.19</AnubisPath>
11 </PropertyGroup> 15 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
13 <OutputPath>bin\Debug\</OutputPath> 17 <OutputPath>bin\Debug\</OutputPath>
xlib @ 1cfeb79a339
1 -Subproject commit 28d9354a10a9e2667e76d63ee76995c16f438218 1 +Subproject commit 1cfeb79a339090ab869238df96d267371ea1118d
xlib_web_controllers.aproj
@@ -8,6 +8,10 @@ @@ -8,6 +8,10 @@
8 <AssemblyName>xlib_web_controllers</AssemblyName> 8 <AssemblyName>xlib_web_controllers</AssemblyName>
9 <StartupObject>xlib_web_controllers\language\controller.anubis</StartupObject> 9 <StartupObject>xlib_web_controllers\language\controller.anubis</StartupObject>
10 <IncludePaths>./</IncludePaths> 10 <IncludePaths>./</IncludePaths>
  11 + <MakeUsedFile>False</MakeUsedFile>
  12 + <MakeUnusedFile>False</MakeUnusedFile>
  13 + <AnubiscVerbosity>False</AnubiscVerbosity>
  14 + <AnubisPath>c:\anubis\1.19\</AnubisPath>
11 </PropertyGroup> 15 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
13 <OutputPath>bin\Debug\</OutputPath> 17 <OutputPath>bin\Debug\</OutputPath>
xlib_web_controllers/language/controller.anubis
@@ -114,13 +114,13 @@ define Maybe(HTML_Partial_Content) @@ -114,13 +114,13 @@ define Maybe(HTML_Partial_Content)
114 failure 114 failure
115 . 115 .
116 116
117 -global define WEB_Plugin  
118 - l3_lib 117 +module WEB_Plugin
  118 + l3_lib_1_19
119 = 119 =
120 web_plugin( 120 web_plugin(
121 "L3", 121 "L3",
122 "BASE", 122 "BASE",
123 - "1.14.0", 123 + "1.19.0",
124 _Int_to_ISO_8601_datetime(to_Int(__TIME__)), 124 _Int_to_ISO_8601_datetime(to_Int(__TIME__)),
125 plugin_get_controller, 125 plugin_get_controller,
126 plugin_get_typed_content 126 plugin_get_typed_content