Commit f7ead2684d8dbed44a55d2e2ec7fde7748a9c1d2

Authored by David RENÉ
1 parent 667b95b5

update of submodules and try to add xlib (the new name and location of calexium_lib)

.gitmodules
... ... @@ -7,3 +7,7 @@
7 7 [submodule "hayamiki_lib"]
8 8 path = hayamiki_lib
9 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
1   -Subproject commit b4832bd7d992724f9f9f38115de996f8cc42a99c
  1 +Subproject commit db28ee031cd33baaacf4b328fd2faa9155f1b599
... ...
hayamiki_lib @ dc4137e5829
1   -Subproject commit 11c07a531623555ac1eee039056f25e7edfc7d5f
  1 +Subproject commit dc4137e58290b33e4c4f31fe524603c7707ae48d
... ...
unit_test.aproj
... ... @@ -28,7 +28,6 @@
28 28 </PropertyGroup>
29 29 <Import Project="$(AnubisBinPath)\Anubis.Build.targets" />
30 30 <ItemGroup>
31   - <Folder Include="database" />
32 31 <Folder Include="library" />
33 32 <Folder Include="library\charset" />
34 33 <Folder Include="library\cipher" />
... ... @@ -66,29 +65,6 @@
66 65 <Folder Include="library\widgets4" />
67 66 <Folder Include="library\widgets4\images" />
68 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 68 <Compile Include="library\charset\charset_decoder.anubis" />
93 69 <Compile Include="library\charset\iso2022_jp_decoder.anubis" />
94 70 <Compile Include="library\cipher\base64.anubis" />
... ... @@ -379,22 +355,6 @@
379 355 <Compile Include="library\widgets4\window_test.anubis" />
380 356 <Compile Include="library\xml\basic_xml_parser.anubis" />
381 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 358 <None Include="library\compile_all.inproj" />
399 359 <None Include="library\examples\determinism.anubis.c" />
400 360 <None Include="library\examples\for_loop.anubis.c" />
... ...
xlib @ db28ee031cd
  1 +Subproject commit db28ee031cd33baaacf4b328fd2faa9155f1b599
... ...