Commit d0231d2b23eee6feddc360c3eed6bfc306bcf44e
1 parent
2cbbcc8f
Change the submodules url to the right one
change the wrong copyright
Showing
31 changed files
with
35 additions
and
37 deletions
Show diff stats
.gitmodules
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | url = ssh://git@gitlab.calexium.com:33022/calexium/calexium_lib.git | 3 | url = ssh://git@gitlab.calexium.com:33022/calexium/calexium_lib.git |
| 4 | [submodule "hayamiki_lib"] | 4 | [submodule "hayamiki_lib"] |
| 5 | path = hayamiki_lib | 5 | path = hayamiki_lib |
| 6 | - url = ssh://git@gitlab.calexium.com:33022/calexium/hayamiki_lib.git | 6 | +url=ssh://git@gitlab.anubis-lang.com:33000/totoro/hayamiki_lib.git |
| 7 | [submodule "densaku_lib"] | 7 | [submodule "densaku_lib"] |
| 8 | path = densaku_lib | 8 | path = densaku_lib |
| 9 | - url = git@gitlab.anubis-language.com:totoro/densaku_lib.git | 9 | +url=ssh://git@gitlab.anubis-lang.com:33000/totoro/densaku_lib.git |
| 10 | \ No newline at end of file | 10 | \ No newline at end of file |
calexium_lib @ f1b7c0e0108
densaku_lib @ 303d4c8378f
hayamiki_ds_types.anubis
hayamiki_ds_types.aproj
| @@ -24,7 +24,6 @@ | @@ -24,7 +24,6 @@ | ||
| 24 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> | 24 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
| 25 | <ItemGroup> | 25 | <ItemGroup> |
| 26 | <Compile Include="hayamiki_ds_types.anubis" /> | 26 | <Compile Include="hayamiki_ds_types.anubis" /> |
| 27 | - <Compile Include="hayamiki_lib\app\app_constant.anubis" /> | ||
| 28 | <Compile Include="hayamiki_lib\controller\hk_controller.anubis" /> | 27 | <Compile Include="hayamiki_lib\controller\hk_controller.anubis" /> |
| 29 | <Compile Include="hayamiki_lib\controller\hk_delete.anubis" /> | 28 | <Compile Include="hayamiki_lib\controller\hk_delete.anubis" /> |
| 30 | <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" /> | 29 | <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" /> |
hayamiki_generator.aproj
| @@ -526,7 +526,6 @@ | @@ -526,7 +526,6 @@ | ||
| 526 | <Compile Include="library\widgets4\window_test.anubis" /> | 526 | <Compile Include="library\widgets4\window_test.anubis" /> |
| 527 | <Compile Include="library\xml\basic_xml_parser.anubis" /> | 527 | <Compile Include="library\xml\basic_xml_parser.anubis" /> |
| 528 | <Compile Include="library\xml\xml_parser.apg.anubis" /> | 528 | <Compile Include="library\xml\xml_parser.apg.anubis" /> |
| 529 | - <Compile Include="src\app\app_constants.anubis" /> | ||
| 530 | <Compile Include="src\check.anubis" /> | 529 | <Compile Include="src\check.anubis" /> |
| 531 | <Compile Include="src\generation\anubis.anubis" /> | 530 | <Compile Include="src\generation\anubis.anubis" /> |
| 532 | <Compile Include="src\generation\choices_selector.anubis" /> | 531 | <Compile Include="src\generation\choices_selector.anubis" /> |
hayamiki_lib @ 41432311c88
src/check.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | - * User: フランスのトトロ | 3 | + * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 04/02/2016 | 4 | * Date: 04/02/2016 |
| 5 | * Time: 22:34 | 5 | * Time: 22:34 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/SQL_get_all.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 25/03/2017 | 4 | * Date: 25/03/2017 |
| 5 | * Time: 04:26 | 5 | * Time: 04:26 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/SQL_get_count.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 25/03/2017 | 4 | * Date: 25/03/2017 |
| 5 | * Time: 01:57 | 5 | * Time: 01:57 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/choices_selector.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 06/04/2016 | 4 | * Date: 06/04/2016 |
| 5 | * Time: 22:54 | 5 | * Time: 22:54 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/columns.anubis
src/generation/cxm_lib_menu.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | - * User: フランスのトトロ | 3 | + * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 06/02/2016 | 4 | * Date: 06/02/2016 |
| 5 | * Time: 15:40 | 5 | * Time: 15:40 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/densaku.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 26/01/2017 | 4 | * Date: 26/01/2017 |
| 5 | * Time: 00:14 | 5 | * Time: 00:14 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/edit_view_list_form.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 09/04/2017 | 4 | * Date: 09/04/2017 |
| 5 | * Time: 16:40 | 5 | * Time: 16:40 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/edit_view_table_form.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 09/04/2017 | 4 | * Date: 09/04/2017 |
| 5 | * Time: 02:37 | 5 | * Time: 02:37 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/extractor.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 25/03/2017 | 4 | * Date: 25/03/2017 |
| 5 | * Time: 03:18 | 5 | * Time: 03:18 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/fields.anubis
src/generation/files.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | - * User: フランスのトトロ | 3 | + * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 31/12/2015 | 4 | * Date: 31/12/2015 |
| 5 | * Time: 09:29 | 5 | * Time: 09:29 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read system/string.anubis | 9 | read system/string.anubis |
src/generation/fn_delete.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 19/03/2016 | 4 | * Date: 19/03/2016 |
| 5 | * Time: 17:27 | 5 | * Time: 17:27 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/header.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | - * User: フランスのトトロ | 3 | + * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 31/12/2015 | 4 | * Date: 31/12/2015 |
| 5 | * Time: 13:42 | 5 | * Time: 13:42 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/hk_menu.anubis
src/generation/html.anubis
src/generation/icons.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 13/02/2016 | 4 | * Date: 13/02/2016 |
| 5 | * Time: 11:15 | 5 | * Time: 11:15 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read calexium_lib/web/widgets/icons_set.anubis | 9 | read calexium_lib/web/widgets/icons_set.anubis |
src/generation/json.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 25/03/2017 | 4 | * Date: 25/03/2017 |
| 5 | * Time: 00:54 | 5 | * Time: 00:54 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/model.anubis
src/generation/types.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | - * User: フランスのトトロ | 3 | + * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 31/12/2015 | 4 | * Date: 31/12/2015 |
| 5 | * Time: 16:18 | 5 | * Time: 16:18 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/vt_edit.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 28/08/2016 | 4 | * Date: 28/08/2016 |
| 5 | * Time: 01:16 | 5 | * Time: 01:16 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/vt_view.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 21/03/2017 | 4 | * Date: 21/03/2017 |
| 5 | * Time: 22:00 | 5 | * Time: 22:00 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/generation/web_args.anubis
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | * Date: 16/03/2017 | 4 | * Date: 16/03/2017 |
| 5 | * Time: 23:38 | 5 | * Time: 23:38 |
| 6 | - * © Calexium | 6 | + * © David RENÉ |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | read hayamiki_lib/types/hayamiki.anubis | 9 | read hayamiki_lib/types/hayamiki.anubis |
src/utils/utils.anubis