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