Commit e443682ed96556996d373734493fc303558b5124
1 parent
a055f5ca
version for Anubis 1.14
Showing
12 changed files
with
212 additions
and
143 deletions
Show diff stats
.gitignore
densaku_lib @ dd627694ab7
hayamiki_ds_types.anubis
| ... | ... | @@ -14,14 +14,14 @@ read hayamiki_lib/ds_files/ds_types.anubis |
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | global define One |
| 17 | - hayamiki_lib_ds | |
| 17 | + hayamiki_1_14_lib_ds | |
| 18 | 18 | ( |
| 19 | 19 | List(String) args |
| 20 | 20 | ) = |
| 21 | - if load_ds_generator is | |
| 21 | + if load_ds_generator_1_14 is | |
| 22 | 22 | { |
| 23 | 23 | failure then println("Densaku generator can't be load"), |
| 24 | 24 | success(ds_gen) then forget(ds_gen.generate_type_files(hayamiki_lib_types_description, [], "ds_files/")) |
| 25 | 25 | }. |
| 26 | 26 | |
| 27 | -execute anbexec hayamiki_lib_ds // generate the file | |
| 27 | +execute anbexec hayamiki_1_14_lib_ds // generate the file | ... | ... |
hayamiki_ds_types.aproj
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | 6 | <OutputType>Exe</OutputType> |
| 7 | 7 | <RootNamespace>hayamiki_ds_types</RootNamespace> |
| 8 | - <AssemblyName>hayamiki_ds_types</AssemblyName> | |
| 8 | + <AssemblyName>hayamiki_1_14_ds_types</AssemblyName> | |
| 9 | 9 | <StartupObject>hayamiki_ds_types.anubis</StartupObject> |
| 10 | 10 | <IncludePaths>./</IncludePaths> |
| 11 | 11 | </PropertyGroup> | ... | ... |
hayamiki_generator.aproj
| ... | ... | @@ -27,105 +27,6 @@ |
| 27 | 27 | </PropertyGroup> |
| 28 | 28 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
| 29 | 29 | <ItemGroup> |
| 30 | - <Compile Include="calexium_lib\asterisk\ami.anubis" /> | |
| 31 | - <Compile Include="calexium_lib\asterisk\ami_commands.anubis" /> | |
| 32 | - <Compile Include="calexium_lib\asterisk\ami_types.anubis" /> | |
| 33 | - <Compile Include="calexium_lib\CXM_errors.anubis" /> | |
| 34 | - <Compile Include="calexium_lib\CXM_message_constants.anubis" /> | |
| 35 | - <Compile Include="calexium_lib\database\alter_table.anubis" /> | |
| 36 | - <Compile Include="calexium_lib\database\db_binds.anubis" /> | |
| 37 | - <Compile Include="calexium_lib\database\db_update_fields.anubis" /> | |
| 38 | - <Compile Include="calexium_lib\database\db_types.anubis" /> | |
| 39 | - <Compile Include="calexium_lib\database\db_utils.anubis" /> | |
| 40 | - <Compile Include="calexium_lib\database\db_version.anubis" /> | |
| 41 | - <Compile Include="calexium_lib\database\migration.anubis" /> | |
| 42 | - <Compile Include="calexium_lib\database\migration_common.anubis" /> | |
| 43 | - <Compile Include="calexium_lib\database\migration_common_sqlite3.anubis" /> | |
| 44 | - <Compile Include="calexium_lib\database\migration_sqlite3.anubis" /> | |
| 45 | - <Compile Include="calexium_lib\database\model\db_model.anubis" /> | |
| 46 | - <Compile Include="calexium_lib\database\settings.anubis" /> | |
| 47 | - <Compile Include="calexium_lib\database\settings_sqlite3.anubis" /> | |
| 48 | - <Compile Include="calexium_lib\database\sqlite_foreign_key.anubis" /> | |
| 49 | - <Compile Include="calexium_lib\database\vtm\view_table_manager.anubis" /> | |
| 50 | - <Compile Include="calexium_lib\database\vtm\view_table_manager_types.anubis" /> | |
| 51 | - <Compile Include="calexium_lib\database\vtm\view_table_renderer.anubis" /> | |
| 52 | - <Compile Include="calexium_lib\database\vtm\view_table_types.anubis" /> | |
| 53 | - <Compile Include="calexium_lib\ds_files\ds_messages.anubis" /> | |
| 54 | - <Compile Include="calexium_lib\ds_files\ds_types.anubis" /> | |
| 55 | - <Compile Include="calexium_lib\extensions\json.anubis" /> | |
| 56 | - <Compile Include="calexium_lib\mail\authentication.anubis" /> | |
| 57 | - <Compile Include="calexium_lib\mail\lexers\enhanced_status.anubis" /> | |
| 58 | - <Compile Include="calexium_lib\mail\send_mail.anubis" /> | |
| 59 | - <Compile Include="calexium_lib\mail\send_mail_type.anubis" /> | |
| 60 | - <Compile Include="calexium_lib\mail\smtp_client.anubis" /> | |
| 61 | - <Compile Include="calexium_lib\mail\smtp_server_extensions.anubis" /> | |
| 62 | - <Compile Include="calexium_lib\mail\tools.anubis" /> | |
| 63 | - <Compile Include="calexium_lib\network\socket_pool.anubis" /> | |
| 64 | - <Compile Include="calexium_lib\net_services\CXM_generic_client.anubis" /> | |
| 65 | - <Compile Include="calexium_lib\net_services\CXM_generic_protocol.anubis" /> | |
| 66 | - <Compile Include="calexium_lib\net_services\CXM_net_services.anubis" /> | |
| 67 | - <Compile Include="calexium_lib\net_services_protocols\ftp_client.anubis" /> | |
| 68 | - <Compile Include="calexium_lib\net_services_protocols\logger_service.anubis" /> | |
| 69 | - <Compile Include="calexium_lib\net_services_protocols\pkg_updater_protocol.anubis" /> | |
| 70 | - <Compile Include="calexium_lib\os_tools\freebsd\rc_conf.anubis" /> | |
| 71 | - <Compile Include="calexium_lib\os_tools\linux\config\network_interface_file.anubis" /> | |
| 72 | - <Compile Include="calexium_lib\types\version.anubis" /> | |
| 73 | - <Compile Include="calexium_lib\unit_test\xml_rpc.unit_test.anubis" /> | |
| 74 | - <Compile Include="calexium_lib\web\counter.anubis" /> | |
| 75 | - <Compile Include="calexium_lib\web\CXM_common.anubis" /> | |
| 76 | - <Compile Include="calexium_lib\web\CXM_cookies.anubis" /> | |
| 77 | - <Compile Include="calexium_lib\web\CXM_dojo.anubis" /> | |
| 78 | - <Compile Include="calexium_lib\web\CXM_form.anubis" /> | |
| 79 | - <Compile Include="calexium_lib\web\CXM_generic_form.anubis" /> | |
| 80 | - <Compile Include="calexium_lib\web\CXM_generic_login.anubis" /> | |
| 81 | - <Compile Include="calexium_lib\web\CXM_generic_table.anubis" /> | |
| 82 | - <Compile Include="calexium_lib\web\CXM_html_tooltip.anubis" /> | |
| 83 | - <Compile Include="calexium_lib\web\CXM_https_get.anubis" /> | |
| 84 | - <Compile Include="calexium_lib\web\CXM_http_get.anubis" /> | |
| 85 | - <Compile Include="calexium_lib\web\CXM_http_get_common.anubis" /> | |
| 86 | - <Compile Include="calexium_lib\web\CXM_jquery.anubis" /> | |
| 87 | - <Compile Include="calexium_lib\web\CXM_json.anubis" /> | |
| 88 | - <Compile Include="calexium_lib\web\CXM_making_a_web_site.anubis" /> | |
| 89 | - <Compile Include="calexium_lib\web\CXM_mime.anubis" /> | |
| 90 | - <Compile Include="calexium_lib\web\CXM_multihost_http_server.anubis" /> | |
| 91 | - <Compile Include="calexium_lib\web\CXM_style_tools.anubis" /> | |
| 92 | - <Compile Include="calexium_lib\web\CXM_urllib.anubis" /> | |
| 93 | - <Compile Include="calexium_lib\web\CXM_web_action.anubis" /> | |
| 94 | - <Compile Include="calexium_lib\web\CXM_web_arg_encode.anubis" /> | |
| 95 | - <Compile Include="calexium_lib\web\CXM_web_arg_utils.anubis" /> | |
| 96 | - <Compile Include="calexium_lib\web\CXM_web_dump.anubis" /> | |
| 97 | - <Compile Include="calexium_lib\web\CXM_web_session.anubis" /> | |
| 98 | - <Compile Include="calexium_lib\web\CXM_widgets.anubis" /> | |
| 99 | - <Compile Include="calexium_lib\web\CXM_xml_rpc.anubis" /> | |
| 100 | - <Compile Include="calexium_lib\web\CXM_xml_rpc_parser.anubis" /> | |
| 101 | - <Compile Include="calexium_lib\web\CXM_xml_rpc_types.anubis" /> | |
| 102 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_animate.anubis" /> | |
| 103 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_button.anubis" /> | |
| 104 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable.anubis" /> | |
| 105 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_plugins.anubis" /> | |
| 106 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_server_side.anubis" /> | |
| 107 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_translation.anubis" /> | |
| 108 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_datatable_types.anubis" /> | |
| 109 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_dialog.anubis" /> | |
| 110 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_easing.anubis" /> | |
| 111 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_eudock.anubis" /> | |
| 112 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_eudock_types.anubis" /> | |
| 113 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_icons.anubis" /> | |
| 114 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_jqplot.anubis" /> | |
| 115 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_tabs.anubis" /> | |
| 116 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_tiptip.anubis" /> | |
| 117 | - <Compile Include="calexium_lib\web\jQuery\CXM_jquery_toolbar.anubis" /> | |
| 118 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_checkbox.anubis" /> | |
| 119 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_form.anubis" /> | |
| 120 | - <Compile Include="calexium_lib\web\jQuery\CXM_jq_radio.anubis" /> | |
| 121 | - <Compile Include="calexium_lib\web\jQuery\jq_flot.anubis" /> | |
| 122 | - <Compile Include="calexium_lib\web\jQuery\ui-addon\datetimepicker.anubis" /> | |
| 123 | - <Compile Include="calexium_lib\web\js_tools.anubis" /> | |
| 124 | - <Compile Include="calexium_lib\web\widgets\button.anubis" /> | |
| 125 | - <Compile Include="calexium_lib\web\widgets\css_helper.anubis" /> | |
| 126 | - <Compile Include="calexium_lib\web\widgets\dashboard.anubis" /> | |
| 127 | - <Compile Include="calexium_lib\web\widgets\fisheye_menu.anubis" /> | |
| 128 | - <Compile Include="calexium_lib\web\widgets\icons_set.anubis" /> | |
| 129 | 30 | <Compile Include="hayamiki_lib\controller\hk_controller.anubis" /> |
| 130 | 31 | <Compile Include="hayamiki_lib\controller\hk_delete.anubis" /> |
| 131 | 32 | <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" /> |
| ... | ... | @@ -553,12 +454,155 @@ |
| 553 | 454 | <Compile Include="src\main.anubis" /> |
| 554 | 455 | <Compile Include="src\model.3.0.0.anubis" /> |
| 555 | 456 | <Compile Include="src\utils\utils.anubis" /> |
| 556 | - <None Include="calexium_lib\.git" /> | |
| 557 | - <None Include="calexium_lib\.gitignore" /> | |
| 558 | - <None Include="calexium_lib\obj\unit_test.aproj.FileListAbsolute.txt" /> | |
| 559 | - <None Include="calexium_lib\unit_test.aproj" /> | |
| 560 | - <None Include="calexium_lib\unit_test.ide" /> | |
| 561 | - <None Include="calexium_lib\web\js\cxm_jquery_animate.js" /> | |
| 457 | + <Compile Include="xlib\asterisk\ami.anubis" /> | |
| 458 | + <Compile Include="xlib\asterisk\ami_commands.anubis" /> | |
| 459 | + <Compile Include="xlib\asterisk\ami_types.anubis" /> | |
| 460 | + <Compile Include="xlib\CXM_errors.anubis" /> | |
| 461 | + <Compile Include="xlib\CXM_message_constants.anubis" /> | |
| 462 | + <Compile Include="xlib\database\alter_table.anubis" /> | |
| 463 | + <Compile Include="xlib\database\csv_import_status.anubis" /> | |
| 464 | + <Compile Include="xlib\database\csv_tools.anubis" /> | |
| 465 | + <Compile Include="xlib\database\db_binds.anubis" /> | |
| 466 | + <Compile Include="xlib\database\db_get_helpers.anubis" /> | |
| 467 | + <Compile Include="xlib\database\db_types.anubis" /> | |
| 468 | + <Compile Include="xlib\database\db_update_fields.anubis" /> | |
| 469 | + <Compile Include="xlib\database\db_utils.anubis" /> | |
| 470 | + <Compile Include="xlib\database\db_version.anubis" /> | |
| 471 | + <Compile Include="xlib\database\migration.anubis" /> | |
| 472 | + <Compile Include="xlib\database\migration_common.anubis" /> | |
| 473 | + <Compile Include="xlib\database\migration_common_sqlite3.anubis" /> | |
| 474 | + <Compile Include="xlib\database\migration_sqlite3.anubis" /> | |
| 475 | + <Compile Include="xlib\database\model\db_model.anubis" /> | |
| 476 | + <Compile Include="xlib\database\settings.anubis" /> | |
| 477 | + <Compile Include="xlib\database\settings_sqlite3.anubis" /> | |
| 478 | + <Compile Include="xlib\database\sqlite_foreign_key.anubis" /> | |
| 479 | + <Compile Include="xlib\database\types\db_date.anubis" /> | |
| 480 | + <Compile Include="xlib\database\types\db_datetime.anubis" /> | |
| 481 | + <Compile Include="xlib\database\types\db_id.anubis" /> | |
| 482 | + <Compile Include="xlib\database\types\db_integer.anubis" /> | |
| 483 | + <Compile Include="xlib\database\types\db_migration.anubis" /> | |
| 484 | + <Compile Include="xlib\database\types\db_time.anubis" /> | |
| 485 | + <Compile Include="xlib\densaku_types.anubis" /> | |
| 486 | + <Compile Include="xlib\ds_files\ds_messages.anubis" /> | |
| 487 | + <Compile Include="xlib\ds_files\ds_types.anubis" /> | |
| 488 | + <Compile Include="xlib\extensions\json.anubis" /> | |
| 489 | + <Compile Include="xlib\file_processor_io\yaml\yaml.anubis" /> | |
| 490 | + <Compile Include="xlib\file_processor_io\yaml\yaml_parser.anubis" /> | |
| 491 | + <Compile Include="xlib\file_processor_io\yaml\yaml_type.anubis" /> | |
| 492 | + <Compile Include="xlib\generic\session.anubis" /> | |
| 493 | + <Compile Include="xlib\generic\types\session.anubis" /> | |
| 494 | + <Compile Include="xlib\generic\types\stepper.anubis" /> | |
| 495 | + <Compile Include="xlib\mail\authentication.anubis" /> | |
| 496 | + <Compile Include="xlib\mail\compose_email.anubis" /> | |
| 497 | + <Compile Include="xlib\mail\decode_mail.anubis" /> | |
| 498 | + <Compile Include="xlib\mail\encode_mail.anubis" /> | |
| 499 | + <Compile Include="xlib\mail\lexers\enhanced_status.anubis" /> | |
| 500 | + <Compile Include="xlib\mail\lexers\fqa.anubis" /> | |
| 501 | + <Compile Include="xlib\mail\send_mail.anubis" /> | |
| 502 | + <Compile Include="xlib\mail\send_mail_type.anubis" /> | |
| 503 | + <Compile Include="xlib\mail\smtp_client.anubis" /> | |
| 504 | + <Compile Include="xlib\mail\smtp_server_extensions.anubis" /> | |
| 505 | + <Compile Include="xlib\mail\tools.anubis" /> | |
| 506 | + <Compile Include="xlib\mail\types\generated\email_address.anubis" /> | |
| 507 | + <Compile Include="xlib\mail\types\generated\email_to_send.anubis" /> | |
| 508 | + <Compile Include="xlib\network\socket_pool.anubis" /> | |
| 509 | + <Compile Include="xlib\net_services\CXM_generic_client.anubis" /> | |
| 510 | + <Compile Include="xlib\net_services\CXM_generic_protocol.anubis" /> | |
| 511 | + <Compile Include="xlib\net_services\CXM_net_services.anubis" /> | |
| 512 | + <Compile Include="xlib\net_services\get_file.anubis" /> | |
| 513 | + <Compile Include="xlib\net_services\send_file.anubis" /> | |
| 514 | + <Compile Include="xlib\net_services_protocols\ftp_client.anubis" /> | |
| 515 | + <Compile Include="xlib\net_services_protocols\logger_client.anubis" /> | |
| 516 | + <Compile Include="xlib\net_services_protocols\logger_server.anubis" /> | |
| 517 | + <Compile Include="xlib\net_services_protocols\logger_service_deprecated.anubis" /> | |
| 518 | + <Compile Include="xlib\net_services_protocols\logger_test.anubis" /> | |
| 519 | + <Compile Include="xlib\net_services_protocols\pkg_updater_protocol.anubis" /> | |
| 520 | + <Compile Include="xlib\os_tools\freebsd\rc_conf.anubis" /> | |
| 521 | + <Compile Include="xlib\os_tools\linux\config\network_interface_file.anubis" /> | |
| 522 | + <Compile Include="xlib\string\crlf.anubis" /> | |
| 523 | + <Compile Include="xlib\types\generated\file_ref.anubis" /> | |
| 524 | + <Compile Include="xlib\types\version.anubis" /> | |
| 525 | + <Compile Include="xlib\unit_test\test.anubis" /> | |
| 526 | + <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> | |
| 527 | + <Compile Include="xlib\web\color\color.anubis" /> | |
| 528 | + <Compile Include="xlib\web\controllers_web_site.anubis" /> | |
| 529 | + <Compile Include="xlib\web\counter.anubis" /> | |
| 530 | + <Compile Include="xlib\web\CXM_common.anubis" /> | |
| 531 | + <Compile Include="xlib\web\CXM_cookies.anubis" /> | |
| 532 | + <Compile Include="xlib\web\CXM_dojo.anubis" /> | |
| 533 | + <Compile Include="xlib\web\CXM_dropzone.anubis" /> | |
| 534 | + <Compile Include="xlib\web\CXM_form.anubis" /> | |
| 535 | + <Compile Include="xlib\web\CXM_generic_form.anubis" /> | |
| 536 | + <Compile Include="xlib\web\CXM_generic_login.anubis" /> | |
| 537 | + <Compile Include="xlib\web\CXM_generic_table.anubis" /> | |
| 538 | + <Compile Include="xlib\web\CXM_html_tooltip.anubis" /> | |
| 539 | + <Compile Include="xlib\web\CXM_https_get.anubis" /> | |
| 540 | + <Compile Include="xlib\web\CXM_http_get.anubis" /> | |
| 541 | + <Compile Include="xlib\web\CXM_http_get_common.anubis" /> | |
| 542 | + <Compile Include="xlib\web\CXM_jquery.anubis" /> | |
| 543 | + <Compile Include="xlib\web\CXM_json.anubis" /> | |
| 544 | + <Compile Include="xlib\web\CXM_making_a_web_site.anubis" /> | |
| 545 | + <Compile Include="xlib\web\CXM_mime.anubis" /> | |
| 546 | + <Compile Include="xlib\web\CXM_multihost_http_server.anubis" /> | |
| 547 | + <Compile Include="xlib\web\CXM_page_message.anubis" /> | |
| 548 | + <Compile Include="xlib\web\CXM_style_tools.anubis" /> | |
| 549 | + <Compile Include="xlib\web\CXM_urllib.anubis" /> | |
| 550 | + <Compile Include="xlib\web\CXM_web_action.anubis" /> | |
| 551 | + <Compile Include="xlib\web\CXM_web_arg_encode.anubis" /> | |
| 552 | + <Compile Include="xlib\web\CXM_web_arg_utils.anubis" /> | |
| 553 | + <Compile Include="xlib\web\CXM_web_dump.anubis" /> | |
| 554 | + <Compile Include="xlib\web\CXM_web_session.anubis" /> | |
| 555 | + <Compile Include="xlib\web\CXM_widgets.anubis" /> | |
| 556 | + <Compile Include="xlib\web\CXM_xml_rpc.anubis" /> | |
| 557 | + <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" /> | |
| 558 | + <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" /> | |
| 559 | + <Compile Include="xlib\web\fonts\awesome.anubis" /> | |
| 560 | + <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" /> | |
| 561 | + <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" /> | |
| 562 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable.anubis" /> | |
| 563 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_plugins.anubis" /> | |
| 564 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_server_side.anubis" /> | |
| 565 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_translation.anubis" /> | |
| 566 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_types.anubis" /> | |
| 567 | + <Compile Include="xlib\web\jQuery\CXM_jquery_dialog.anubis" /> | |
| 568 | + <Compile Include="xlib\web\jQuery\CXM_jquery_easing.anubis" /> | |
| 569 | + <Compile Include="xlib\web\jQuery\CXM_jquery_eudock.anubis" /> | |
| 570 | + <Compile Include="xlib\web\jQuery\CXM_jquery_eudock_types.anubis" /> | |
| 571 | + <Compile Include="xlib\web\jQuery\CXM_jquery_icons.anubis" /> | |
| 572 | + <Compile Include="xlib\web\jQuery\CXM_jquery_jqplot.anubis" /> | |
| 573 | + <Compile Include="xlib\web\jQuery\CXM_jquery_tabs.anubis" /> | |
| 574 | + <Compile Include="xlib\web\jQuery\CXM_jquery_tiptip.anubis" /> | |
| 575 | + <Compile Include="xlib\web\jQuery\CXM_jquery_toolbar.anubis" /> | |
| 576 | + <Compile Include="xlib\web\jQuery\CXM_jq_checkbox.anubis" /> | |
| 577 | + <Compile Include="xlib\web\jQuery\CXM_jq_form.anubis" /> | |
| 578 | + <Compile Include="xlib\web\jQuery\CXM_jq_radio.anubis" /> | |
| 579 | + <Compile Include="xlib\web\jQuery\jqgrid.anubis" /> | |
| 580 | + <Compile Include="xlib\web\jQuery\jq_flot.anubis" /> | |
| 581 | + <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" /> | |
| 582 | + <Compile Include="xlib\web\js_tools.anubis" /> | |
| 583 | + <Compile Include="xlib\web\load_content.anubis" /> | |
| 584 | + <Compile Include="xlib\web\piwik\CXM_piwik.anubis" /> | |
| 585 | + <Compile Include="xlib\web\plugin\plugin.anubis" /> | |
| 586 | + <Compile Include="xlib\web\types\controllers_web_site.anubis" /> | |
| 587 | + <Compile Include="xlib\web\types\making_a_web_site.anubis" /> | |
| 588 | + <Compile Include="xlib\web\types\web_action_name.anubis" /> | |
| 589 | + <Compile Include="xlib\web\types\web_session.anubis" /> | |
| 590 | + <Compile Include="xlib\web\types\XL_web_stepper.anubis" /> | |
| 591 | + <Compile Include="xlib\web\widgets\button.anubis" /> | |
| 592 | + <Compile Include="xlib\web\widgets\css_helper.anubis" /> | |
| 593 | + <Compile Include="xlib\web\widgets\dashboard.anubis" /> | |
| 594 | + <Compile Include="xlib\web\widgets\fisheye_menu.anubis" /> | |
| 595 | + <Compile Include="xlib\web\widgets\icon.anubis" /> | |
| 596 | + <Compile Include="xlib\web\widgets\icons_set.anubis" /> | |
| 597 | + <Compile Include="xlib\web\widgets\left_menu.anubis" /> | |
| 598 | + <Compile Include="xlib\web\widgets\left_menu_html.anubis" /> | |
| 599 | + <Compile Include="xlib\web\widgets\menu.anubis" /> | |
| 600 | + <Compile Include="xlib\web\widgets\pager.anubis" /> | |
| 601 | + <Compile Include="xlib\web\widgets\specialized_elements.anubis" /> | |
| 602 | + <Compile Include="xlib\web\XL_web_stepper.anubis" /> | |
| 603 | + <Compile Include="xlib\web_controllers\fs\fs_core.anubis" /> | |
| 604 | + <Compile Include="xlib\web_controllers\language\language_management.anubis" /> | |
| 605 | + <Compile Include="xlib\web_controllers\language\load_web_controller.anubis" /> | |
| 562 | 606 | <None Include="library\cipher\test_quick_base64.a2a" /> |
| 563 | 607 | <None Include="library\compile_all.inproj" /> |
| 564 | 608 | <None Include="library\doc_tools\cows.jpg" /> |
| ... | ... | @@ -704,32 +748,16 @@ |
| 704 | 748 | <None Include="library\widgets4\images\not_checked.jpg" /> |
| 705 | 749 | <None Include="library\widgets4\images\torrent.jpg" /> |
| 706 | 750 | <None Include="library\xml\xml_parser.apg" /> |
| 751 | + <None Include="xlib\.git" /> | |
| 752 | + <None Include="xlib\.gitignore" /> | |
| 753 | + <None Include="xlib\examples.ide" /> | |
| 754 | + <None Include="xlib\minimal_web_site.aproj" /> | |
| 755 | + <None Include="xlib\obj\unit_test.aproj.FileListAbsolute.txt" /> | |
| 756 | + <None Include="xlib\unit_test.aproj" /> | |
| 757 | + <None Include="xlib\unit_test.ide" /> | |
| 758 | + <None Include="xlib\web\js\cxm_jquery_animate.js" /> | |
| 707 | 759 | </ItemGroup> |
| 708 | 760 | <ItemGroup> |
| 709 | - <Folder Include="calexium_lib" /> | |
| 710 | - <Folder Include="calexium_lib\asterisk" /> | |
| 711 | - <Folder Include="calexium_lib\database" /> | |
| 712 | - <Folder Include="calexium_lib\database\model" /> | |
| 713 | - <Folder Include="calexium_lib\database\vtm" /> | |
| 714 | - <Folder Include="calexium_lib\ds_files" /> | |
| 715 | - <Folder Include="calexium_lib\extensions" /> | |
| 716 | - <Folder Include="calexium_lib\mail" /> | |
| 717 | - <Folder Include="calexium_lib\mail\lexers" /> | |
| 718 | - <Folder Include="calexium_lib\network" /> | |
| 719 | - <Folder Include="calexium_lib\net_services" /> | |
| 720 | - <Folder Include="calexium_lib\net_services_protocols" /> | |
| 721 | - <Folder Include="calexium_lib\obj" /> | |
| 722 | - <Folder Include="calexium_lib\os_tools" /> | |
| 723 | - <Folder Include="calexium_lib\os_tools\freebsd" /> | |
| 724 | - <Folder Include="calexium_lib\os_tools\linux" /> | |
| 725 | - <Folder Include="calexium_lib\os_tools\linux\config" /> | |
| 726 | - <Folder Include="calexium_lib\types" /> | |
| 727 | - <Folder Include="calexium_lib\unit_test" /> | |
| 728 | - <Folder Include="calexium_lib\web" /> | |
| 729 | - <Folder Include="calexium_lib\web\jQuery" /> | |
| 730 | - <Folder Include="calexium_lib\web\jQuery\ui-addon" /> | |
| 731 | - <Folder Include="calexium_lib\web\js" /> | |
| 732 | - <Folder Include="calexium_lib\web\widgets" /> | |
| 733 | 761 | <Folder Include="hayamiki_lib" /> |
| 734 | 762 | <Folder Include="hayamiki_lib\controller" /> |
| 735 | 763 | <Folder Include="hayamiki_lib\ds_files" /> |
| ... | ... | @@ -786,5 +814,45 @@ |
| 786 | 814 | <Folder Include="src\generation" /> |
| 787 | 815 | <Folder Include="src\app" /> |
| 788 | 816 | <Folder Include="src\utils" /> |
| 817 | + <Folder Include="xlib" /> | |
| 818 | + <Folder Include="xlib\asterisk" /> | |
| 819 | + <Folder Include="xlib\database" /> | |
| 820 | + <Folder Include="xlib\database\model" /> | |
| 821 | + <Folder Include="xlib\database\types" /> | |
| 822 | + <Folder Include="xlib\ds_files" /> | |
| 823 | + <Folder Include="xlib\extensions" /> | |
| 824 | + <Folder Include="xlib\file_processor_io" /> | |
| 825 | + <Folder Include="xlib\file_processor_io\yaml" /> | |
| 826 | + <Folder Include="xlib\generic" /> | |
| 827 | + <Folder Include="xlib\generic\types" /> | |
| 828 | + <Folder Include="xlib\mail" /> | |
| 829 | + <Folder Include="xlib\mail\lexers" /> | |
| 830 | + <Folder Include="xlib\mail\types" /> | |
| 831 | + <Folder Include="xlib\mail\types\generated" /> | |
| 832 | + <Folder Include="xlib\network" /> | |
| 833 | + <Folder Include="xlib\net_services" /> | |
| 834 | + <Folder Include="xlib\net_services_protocols" /> | |
| 835 | + <Folder Include="xlib\obj" /> | |
| 836 | + <Folder Include="xlib\os_tools" /> | |
| 837 | + <Folder Include="xlib\os_tools\freebsd" /> | |
| 838 | + <Folder Include="xlib\os_tools\linux" /> | |
| 839 | + <Folder Include="xlib\os_tools\linux\config" /> | |
| 840 | + <Folder Include="xlib\string" /> | |
| 841 | + <Folder Include="xlib\types" /> | |
| 842 | + <Folder Include="xlib\types\generated" /> | |
| 843 | + <Folder Include="xlib\unit_test" /> | |
| 844 | + <Folder Include="xlib\web" /> | |
| 845 | + <Folder Include="xlib\web\color" /> | |
| 846 | + <Folder Include="xlib\web\fonts" /> | |
| 847 | + <Folder Include="xlib\web\jQuery" /> | |
| 848 | + <Folder Include="xlib\web\jQuery\ui-addon" /> | |
| 849 | + <Folder Include="xlib\web\js" /> | |
| 850 | + <Folder Include="xlib\web\piwik" /> | |
| 851 | + <Folder Include="xlib\web\plugin" /> | |
| 852 | + <Folder Include="xlib\web\types" /> | |
| 853 | + <Folder Include="xlib\web\widgets" /> | |
| 854 | + <Folder Include="xlib\web_controllers" /> | |
| 855 | + <Folder Include="xlib\web_controllers\fs" /> | |
| 856 | + <Folder Include="xlib\web_controllers\language" /> | |
| 789 | 857 | </ItemGroup> |
| 790 | 858 | </Project> |
| 791 | 859 | \ No newline at end of file | ... | ... |
hayamiki_lib @ f9fd3a1bf67
src/generation/files.anubis
src/generation/html.anubis
| ... | ... | @@ -8,8 +8,8 @@ |
| 8 | 8 | |
| 9 | 9 | read system/string.anubis |
| 10 | 10 | read tools/basis.anubis |
| 11 | -read calexium_lib/web/CXM_making_a_web_site.anubis | |
| 12 | -read calexium_lib/web/CXM_web_action.anubis | |
| 11 | +read xlib/web/CXM_making_a_web_site.anubis | |
| 12 | +read xlib/web/CXM_web_action.anubis | |
| 13 | 13 | read hayamiki_lib/types/hayamiki.anubis |
| 14 | 14 | |
| 15 | 15 | read icons.anubis | ... | ... |
src/generation/icons.anubis
src/main.anubis
| ... | ... | @@ -21,11 +21,11 @@ read model.3.0.0.anubis |
| 21 | 21 | read system/muscle.anubis |
| 22 | 22 | |
| 23 | 23 | global define One |
| 24 | - hayamiki | |
| 24 | + hayamiki_1_14 | |
| 25 | 25 | ( |
| 26 | 26 | List(String) args |
| 27 | 27 | ) = |
| 28 | - if load_hk_generator is | |
| 28 | + if load_hk_generator_1_14 is | |
| 29 | 29 | { |
| 30 | 30 | failure then println("Hayamiki generator can't be load"), |
| 31 | 31 | success(hk_gen) then forget(hk_gen.generate_model_files(the_database_description, "", true)) | ... | ... |
src/web_controller/hayamiki_plugin.anubis