CELIX-335: Fix issue with setting a bundle name with add_bundle

Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e0a4c461
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e0a4c461
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e0a4c461

Branch: refs/heads/develop
Commit: e0a4c461675beb39ced87a299512a0b4aff58d03
Parents: 632252c
Author: Pepijn Noltes <[email protected]>
Authored: Mon Jan 18 20:58:07 2016 +0100
Committer: Pepijn Noltes <[email protected]>
Committed: Mon Jan 18 20:58:07 2016 +0100

----------------------------------------------------------------------
 cmake/cmake_celix/Manifest.template.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/e0a4c461/cmake/cmake_celix/Manifest.template.in
----------------------------------------------------------------------
diff --git a/cmake/cmake_celix/Manifest.template.in 
b/cmake/cmake_celix/Manifest.template.in
index f2676d9..d77588c 100644
--- a/cmake/cmake_celix/Manifest.template.in
+++ b/cmake/cmake_celix/Manifest.template.in
@@ -1,5 +1,5 @@
 Bundle-SymbolicName: 
$<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_SYMBOLIC_NAME>
-Bundle-Name: $<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_TARGET_NAME>
+Bundle-Name: $<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_NAME>
 Bundle-Version: $<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_VERSION>
 Bundle-Description: $<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_DESCRIPTION>
 Bundle-Activator: $<TARGET_PROPERTY:${BUNDLE_TARGET_NAME},BUNDLE_ACTIVATOR>

Reply via email to