Commit 0dcfb59dab6bc790ab7f2afc8870ddbb0918da6c
1 parent
e80ba025
hayamiki with xlib 1.19.1
Showing
5 changed files
with
8 additions
and
7 deletions
Show diff stats
hayamiki_web_controller.aproj
| @@ -605,6 +605,7 @@ | @@ -605,6 +605,7 @@ | ||
| 605 | <Compile Include="xlib\types\version.anubis" /> | 605 | <Compile Include="xlib\types\version.anubis" /> |
| 606 | <Compile Include="xlib\unit_test\test.anubis" /> | 606 | <Compile Include="xlib\unit_test\test.anubis" /> |
| 607 | <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> | 607 | <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> |
| 608 | + <Compile Include="xlib\version.anubis" /> | ||
| 608 | <Compile Include="xlib\web\color\color.anubis" /> | 609 | <Compile Include="xlib\web\color\color.anubis" /> |
| 609 | <Compile Include="xlib\web\common.anubis" /> | 610 | <Compile Include="xlib\web\common.anubis" /> |
| 610 | <Compile Include="xlib\web\controllers_web_site.anubis" /> | 611 | <Compile Include="xlib\web\controllers_web_site.anubis" /> |
src/generation/files.anubis
src/main.anubis
| @@ -21,13 +21,13 @@ read model.3.0.0.anubis | @@ -21,13 +21,13 @@ read model.3.0.0.anubis | ||
| 21 | read system/muscle.anubis | 21 | read system/muscle.anubis |
| 22 | 22 | ||
| 23 | global define One | 23 | global define One |
| 24 | - hayamiki_1_19_test | 24 | + hayamiki_1_19_1_test |
| 25 | ( | 25 | ( |
| 26 | List(String) args | 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 | 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)) | 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,9 +30,9 @@ define Maybe(HTML_Partial_Content) | ||
| 30 | . | 30 | . |
| 31 | 31 | ||
| 32 | global define WEB_Plugin | 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 | register_loggers(logTrace, logTrace); | 36 | register_loggers(logTrace, logTrace); |
| 37 | web_plugin( | 37 | web_plugin( |
| 38 | "HAYAMIKI", | 38 | "HAYAMIKI", |