CELIX-335: Fix in bundle CMakeLists.txt generation. Added bundle_target to 
add_bundle command.


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

Branch: refs/heads/develop
Commit: b2b8505a27c6215c7772dd322aab1f2f3fae92b9
Parents: a733db4
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Fri Feb 5 10:51:42 2016 +0100
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Fri Feb 5 10:51:42 2016 +0100

----------------------------------------------------------------------
 celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/b2b8505a/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt 
b/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt
index d96c422..c5d280f 100644
--- a/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt
+++ b/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt
@@ -30,6 +30,7 @@ include_directories(
 
 add_bundle(
 #{{ 
+#cog.outl("\t%s" % bundle['name'])
 #cog.outl("\tNAME \"%s\"" % bundle['name'])
 #cog.outl("\tSYMBOLIC_NAME \"%s\"" % bundle['symbolicName']) 
 #cog.outl("\tVERSION \"0.0.1\"")

Reply via email to