CELIX-335: Fix run.sh generated. Generation now also works for celix based projects.
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/da797a08 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/da797a08 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/da797a08 Branch: refs/heads/develop Commit: da797a080e393388bc48f8b52744e55a75d4ab85 Parents: b2b8505 Author: Pepijn Noltes <[email protected]> Authored: Fri Feb 5 11:16:56 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Fri Feb 5 11:16:56 2016 +0100 ---------------------------------------------------------------------- celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/da797a08/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 c5d280f..1c80a04 100644 --- a/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt +++ b/celix-bootstrap/celix/bootstrap/templates/bundle/CMakeLists.txt @@ -34,7 +34,7 @@ add_bundle( #cog.outl("\tNAME \"%s\"" % bundle['name']) #cog.outl("\tSYMBOLIC_NAME \"%s\"" % bundle['symbolicName']) #cog.outl("\tVERSION \"0.0.1\"") -#cog.outl("\t%s SOURCES" % bundle['name']) +#cog.outl("\t%s SOURCES") #cog.outl("\t\tprivate/src/bundle_activator") #for comp in bundle['components'] : # cog.outl("\t\tprivate/src/%s" % comp['name'])
