Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B87C1873D for ; Fri, 5 Feb 2016 11:00:24 +0000 (UTC) Received: (qmail 31903 invoked by uid 500); 5 Feb 2016 11:00:21 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 31852 invoked by uid 500); 5 Feb 2016 11:00:21 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 31392 invoked by uid 99); 5 Feb 2016 11:00:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 11:00:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20123E0946; Fri, 5 Feb 2016 11:00:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Fri, 05 Feb 2016 11:00:59 -0000 Message-Id: <161658a55eab4c71b379b18d2e3f7853@git.apache.org> In-Reply-To: <673f383023104534981816b1b7de7d9e@git.apache.org> References: <673f383023104534981816b1b7de7d9e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/42] celix git commit: CELIX-335: Fix in bundle CMakeLists.txt generation. Added bundle_target to add_bundle command. 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 Authored: Fri Feb 5 10:51:42 2016 +0100 Committer: Pepijn Noltes 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\"")