You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2016/10/26 12:16:07 UTC

[44/50] [abbrv] celix git commit: CELIX-282: Fixes wrong bundle name in add_deploy for hello world example

CELIX-282: Fixes wrong bundle name in add_deploy for hello world example


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

Branch: refs/heads/master
Commit: a86ef0d4d7a0bcf8dfea1ccb0f06a2247b1f85a4
Parents: 5e2d790
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Sun Oct 16 14:56:23 2016 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Sun Oct 16 14:56:23 2016 +0200

----------------------------------------------------------------------
 examples/hello_world/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/a86ef0d4/examples/hello_world/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/examples/hello_world/CMakeLists.txt b/examples/hello_world/CMakeLists.txt
index cc2d436..0ed7ed6 100644
--- a/examples/hello_world/CMakeLists.txt
+++ b/examples/hello_world/CMakeLists.txt
@@ -51,7 +51,7 @@ bundle_private_libs(hello
 
 add_deploy(helloworld_byref
     GROUP hello
-    BUNDLES hello_import hello shell shell_tui
+    BUNDLES hello_export hello shell shell_tui
 )
 
 add_deploy(helloworld_withcopy
@@ -60,4 +60,4 @@ add_deploy(helloworld_withcopy
     BUNDLES hello_export hello shell shell_tui
 )
 
-endif()
\ No newline at end of file
+endif()