This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/685-refactor-manifest-format
in repository https://gitbox.apache.org/repos/asf/celix.git
from 30480501a gh-685: Adjust documentation for MANIFEST.MF to
MANIFEST.json refactor
add d10a98390 gh-685: Improve manifest json impl based on review comments
No new revisions were added by this update.
Summary of changes:
cmake/cmake_celix/BundlePackaging.cmake | 48 +-----
cmake/cmake_celix/templates/MANIFEST.json.in | 14 +-
.../gtest/src/CxxBundleContextTestSuite.cc | 4 +-
libs/framework/gtest/src/ManifestTestSuite.cc | 27 +--
.../framework/gtest/src/activator_with_exception.c | 1 +
libs/framework/include_deprecated/bundle_context.h | 2 -
libs/framework/src/bundle.c | 87 ++++------
libs/framework/src/bundle_archive.c | 59 +++----
libs/framework/src/bundle_archive.h | 7 +-
libs/framework/src/bundle_archive_private.h | 11 +-
libs/framework/src/celix_bundle_manifest.c | 183 +++++++--------------
libs/framework/src/celix_bundle_manifest.h | 22 +--
libs/framework/src/celix_bundle_private.h | 6 +-
libs/framework/src/celix_module.h | 10 --
libs/framework/src/framework.c | 10 +-
libs/framework/src/module.c | 28 +---
libs/utils/include/celix_err.h | 22 ---
17 files changed, 175 insertions(+), 366 deletions(-)