Commit f7ead2684d8dbed44a55d2e2ec7fde7748a9c1d2
1 parent
667b95b5
update of submodules and try to add xlib (the new name and location of calexium_lib)
Showing
5 changed files
with
7 additions
and
42 deletions
Show diff stats
.gitmodules
| @@ -7,3 +7,7 @@ | @@ -7,3 +7,7 @@ | ||
| 7 | [submodule "hayamiki_lib"] | 7 | [submodule "hayamiki_lib"] |
| 8 | path = hayamiki_lib | 8 | path = hayamiki_lib |
| 9 | url = ssh://git@gitlab.anubis-lang.com:33000/totoro/hayamiki_lib.git | 9 | url = ssh://git@gitlab.anubis-lang.com:33000/totoro/hayamiki_lib.git |
| 10 | +[submodule "xlib"] | ||
| 11 | + path = xlib | ||
| 12 | + url = ssh://git@gitlab.anubis-lang.com:33000/anubis/xlib.git | ||
| 13 | + branch = release/ANUBIS_1_14 |
calexium_lib @ db28ee031cd
hayamiki_lib @ dc4137e5829
unit_test.aproj
| @@ -28,7 +28,6 @@ | @@ -28,7 +28,6 @@ | ||
| 28 | </PropertyGroup> | 28 | </PropertyGroup> |
| 29 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> | 29 | <Import Project="$(AnubisBinPath)\Anubis.Build.targets" /> |
| 30 | <ItemGroup> | 30 | <ItemGroup> |
| 31 | - <Folder Include="database" /> | ||
| 32 | <Folder Include="library" /> | 31 | <Folder Include="library" /> |
| 33 | <Folder Include="library\charset" /> | 32 | <Folder Include="library\charset" /> |
| 34 | <Folder Include="library\cipher" /> | 33 | <Folder Include="library\cipher" /> |
| @@ -66,29 +65,6 @@ | @@ -66,29 +65,6 @@ | ||
| 66 | <Folder Include="library\widgets4" /> | 65 | <Folder Include="library\widgets4" /> |
| 67 | <Folder Include="library\widgets4\images" /> | 66 | <Folder Include="library\widgets4\images" /> |
| 68 | <Folder Include="library\xml" /> | 67 | <Folder Include="library\xml" /> |
| 69 | - <Folder Include="mail" /> | ||
| 70 | - <Folder Include="mail\lexers" /> | ||
| 71 | - <Folder Include="net_services" /> | ||
| 72 | - <Folder Include="net_services_protocols" /> | ||
| 73 | - <Folder Include="asterisk" /> | ||
| 74 | - <Folder Include="os_tools" /> | ||
| 75 | - <Folder Include="os_tools\linux" /> | ||
| 76 | - <Folder Include="os_tools\linux\config" /> | ||
| 77 | - <Folder Include="unit_test" /> | ||
| 78 | - <Folder Include="web" /> | ||
| 79 | - <Compile Include="asterisk\ami.anubis" /> | ||
| 80 | - <Compile Include="asterisk\ami_commands.anubis" /> | ||
| 81 | - <Compile Include="asterisk\ami_types.anubis" /> | ||
| 82 | - <Compile Include="database\alter_table.anubis" /> | ||
| 83 | - <Compile Include="database\db_types.anubis" /> | ||
| 84 | - <Compile Include="database\db_utils.anubis" /> | ||
| 85 | - <Compile Include="database\migration.anubis" /> | ||
| 86 | - <Compile Include="database\migration_common.anubis" /> | ||
| 87 | - <Compile Include="database\migration_common_sqlite3.anubis" /> | ||
| 88 | - <Compile Include="database\migration_sqlite3.anubis" /> | ||
| 89 | - <Compile Include="database\settings.anubis" /> | ||
| 90 | - <Compile Include="database\settings_sqlite3.anubis" /> | ||
| 91 | - <Compile Include="database\sqlite_foreign_key.anubis" /> | ||
| 92 | <Compile Include="library\charset\charset_decoder.anubis" /> | 68 | <Compile Include="library\charset\charset_decoder.anubis" /> |
| 93 | <Compile Include="library\charset\iso2022_jp_decoder.anubis" /> | 69 | <Compile Include="library\charset\iso2022_jp_decoder.anubis" /> |
| 94 | <Compile Include="library\cipher\base64.anubis" /> | 70 | <Compile Include="library\cipher\base64.anubis" /> |
| @@ -379,22 +355,6 @@ | @@ -379,22 +355,6 @@ | ||
| 379 | <Compile Include="library\widgets4\window_test.anubis" /> | 355 | <Compile Include="library\widgets4\window_test.anubis" /> |
| 380 | <Compile Include="library\xml\basic_xml_parser.anubis" /> | 356 | <Compile Include="library\xml\basic_xml_parser.anubis" /> |
| 381 | <Compile Include="library\xml\xml_parser.apg.anubis" /> | 357 | <Compile Include="library\xml\xml_parser.apg.anubis" /> |
| 382 | - <Compile Include="mail\authentication.anubis" /> | ||
| 383 | - <Compile Include="mail\lexers\enhanced_status.anubis" /> | ||
| 384 | - <Compile Include="mail\send_mail.anubis" /> | ||
| 385 | - <Compile Include="mail\smtp_client.anubis" /> | ||
| 386 | - <Compile Include="mail\smtp_server_extensions.anubis" /> | ||
| 387 | - <Compile Include="net_services\CXM_generic_client.anubis" /> | ||
| 388 | - <Compile Include="net_services\CXM_generic_protocol.anubis" /> | ||
| 389 | - <Compile Include="net_services\CXM_net_services.anubis" /> | ||
| 390 | - <Compile Include="net_services_protocols\ftp_client.anubis" /> | ||
| 391 | - <Compile Include="net_services_protocols\logger_service.anubis" /> | ||
| 392 | - <Compile Include="net_services_protocols\pkg_updater_protocol.anubis" /> | ||
| 393 | - <Compile Include="os_tools\linux\config\network_interface_file.anubis" /> | ||
| 394 | - <Compile Include="unit_test\xml_rpc.unit_test.anubis" /> | ||
| 395 | - <Compile Include="web\CXM_xml_rpc.anubis" /> | ||
| 396 | - <Compile Include="web\CXM_xml_rpc_parser.anubis" /> | ||
| 397 | - <Compile Include="web\CXM_xml_rpc_types.anubis" /> | ||
| 398 | <None Include="library\compile_all.inproj" /> | 358 | <None Include="library\compile_all.inproj" /> |
| 399 | <None Include="library\examples\determinism.anubis.c" /> | 359 | <None Include="library\examples\determinism.anubis.c" /> |
| 400 | <None Include="library\examples\for_loop.anubis.c" /> | 360 | <None Include="library\examples\for_loop.anubis.c" /> |