This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/685-refactor-manifest-format in repository https://gitbox.apache.org/repos/asf/celix.git
commit 4822eed89f8d0d166644ba99d1d8f0cb8414ddb2 Author: Pepijn Noltes <pnol...@apache.org> AuthorDate: Fri Jul 26 18:48:48 2024 +0200 gh-685: Removing manifest attribute name from celix_constants.h --- libs/framework/include/celix_constants.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libs/framework/include/celix_constants.h b/libs/framework/include/celix_constants.h index 9de3f332e..aa5929d44 100644 --- a/libs/framework/include/celix_constants.h +++ b/libs/framework/include/celix_constants.h @@ -121,22 +121,11 @@ extern "C" { */ #define CELIX_FRAMEWORK_SERVICE_VERSION "service.version" -#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR "Bundle-Activator" - #define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_CREATE "celix_bundleActivator_create" #define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_START "celix_bundleActivator_start" #define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_STOP "celix_bundleActivator_stop" #define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_DESTROY "celix_bundleActivator_destroy" -#define CELIX_FRAMEWORK_BUNDLE_SYMBOLICNAME "Bundle-SymbolicName" -#define CELIX_FRAMEWORK_BUNDLE_NAME "Bundle-Name" -#define CELIX_FRAMEWORK_BUNDLE_GROUP "Bundle-Group" -#define CELIX_FRAMEWORK_BUNDLE_DESCRIPTION "Bundle-Description" -#define CELIX_FRAMEWORK_BUNDLE_VERSION "Bundle-Version" -#define CELIX_FRAMEWORK_PRIVATE_LIBRARY "Private-Library" -#define CELIX_FRAMEWORK_EXPORT_LIBRARY "Export-Library" -#define CELIX_FRAMEWORK_IMPORT_LIBRARY "Import-Library" - /** * @brief Celix framework environment property (named "CELIX_FRAMEWORK_CACHE_DIR") specifying the cache * directory used for the bundle caches.