This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/type_support_for_properties in repository https://gitbox.apache.org/repos/asf/celix.git
commit c28810e96780c9a82b6b4be728f731b8a1907a72 Author: Pepijn Noltes <[email protected]> AuthorDate: Sat Dec 31 16:58:58 2022 +0100 Rename current properties imp to properties_v1.c --- libs/utils/CMakeLists.txt | 2 +- libs/utils/src/{properties.c => properties_v1.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/CMakeLists.txt b/libs/utils/CMakeLists.txt index 51fa47ca..e8f51369 100644 --- a/libs/utils/CMakeLists.txt +++ b/libs/utils/CMakeLists.txt @@ -36,7 +36,7 @@ add_library(utils SHARED src/celix_threads.c src/version.c src/version_range.c - src/properties.c + src/properties_v1.c src/utils.c src/ip_utils.c src/filter.c diff --git a/libs/utils/src/properties.c b/libs/utils/src/properties_v1.c similarity index 100% rename from libs/utils/src/properties.c rename to libs/utils/src/properties_v1.c
