Commit 9f98cc5dd4354f61f55218c8e4ea679c0cf6fa4d
1 parent
430ff819
some update to 1.19
Showing
5 changed files
with
13 additions
and
5 deletions
Show diff stats
hayamiki_lib @ f9fd3a1bf67
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
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 | ... | ... |