Skip to content

Commit

Permalink
gh-685: Rename prop serialization sources to prop encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Apr 9, 2024
1 parent 04bccbd commit 77cd6b3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (UTILS)
src/version.c
src/version_range.c
src/properties.c
src/properties_serialization.c
src/properties_encoding.c
src/utils.c
src/filter.c
src/celix_log_level.c
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ add_executable(test_utils
src/CelixUtilsTestSuite.cc
src/ConvertUtilsTestSuite.cc
src/PropertiesTestSuite.cc
src/PropertiesSerializationTestSuite.cc
src/PropertiesEncodingTestSuite.cc
src/VersionTestSuite.cc
src/ErrTestSuite.cc
src/ThreadsTestSuite.cc
Expand Down
File renamed without changes.

0 comments on commit 77cd6b3

Please sign in to comment.