Commit 0dcfb59dab6bc790ab7f2afc8870ddbb0918da6c

Authored by David RENÉ
1 parent e80ba025

hayamiki with xlib 1.19.1

hayamiki_web_controller.aproj
... ... @@ -605,6 +605,7 @@
605 605 <Compile Include="xlib\types\version.anubis" />
606 606 <Compile Include="xlib\unit_test\test.anubis" />
607 607 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" />
  608 + <Compile Include="xlib\version.anubis" />
608 609 <Compile Include="xlib\web\color\color.anubis" />
609 610 <Compile Include="xlib\web\common.anubis" />
610 611 <Compile Include="xlib\web\controllers_web_site.anubis" />
... ...
src/generation/files.anubis
... ... @@ -315,6 +315,6 @@ define Maybe(One)
315 315  
316 316  
317 317 global define HK_Generator_API
318   - hk_gen_1_19 =
  318 + hk_gen_1_19_1 =
319 319 hk_api(generate_model_files).
320 320  
... ...
src/main.anubis
... ... @@ -21,13 +21,13 @@ read model.3.0.0.anubis
21 21 read system/muscle.anubis
22 22  
23 23 global define One
24   - hayamiki_1_19_test
  24 + hayamiki_1_19_1_test
25 25 (
26 26 List(String) args
27 27 ) =
28   - if load_hk_generator_1_19 is
  28 + if load_hk_generator_1_19_1 is
29 29 {
30   - failure then println("Hayamiki generator 1.19 can't be load"),
  30 + failure then println("Hayamiki generator 1.19.1 can't be load"),
31 31 success(hk_gen) then forget(hk_gen.generate_model_files(the_database_description, "D:\Documents and Settings\david\Mes documents\my_anubis\hk_test", true))
32 32 }.
33 33  
... ...
src/web_controller/hayamiki_plugin.anubis
... ... @@ -30,9 +30,9 @@ define Maybe(HTML_Partial_Content)
30 30 .
31 31  
32 32 global define WEB_Plugin
33   - hayamiki_web_plugin_1_19_lib
  33 + hayamiki_web_plugin_1_19_1_lib
34 34 =
35   - println("hayamiki_web_plugin_1_19_lib; entry");
  35 + println("hayamiki_web_plugin_1_19_1_lib; entry");
36 36 register_loggers(logTrace, logTrace);
37 37 web_plugin(
38 38 "HAYAMIKI",
... ...
xlib @ 8dc2722080f
1   -Subproject commit e655c6cad304774dd9f80ffcefcbf15303aa4436
  1 +Subproject commit 8dc2722080f03b131df853f46f91cce64b65b1cd
... ...