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 0E6DF19C06 for ; Mon, 11 Apr 2016 12:00:11 +0000 (UTC) Received: (qmail 21328 invoked by uid 500); 11 Apr 2016 12:00:10 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 21263 invoked by uid 500); 11 Apr 2016 12:00:10 -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 21161 invoked by uid 99); 11 Apr 2016 12:00:10 -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; Mon, 11 Apr 2016 12:00:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A208AE050B; Mon, 11 Apr 2016 12:00:10 +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: Mon, 11 Apr 2016 12:00:13 -0000 Message-Id: <30e8fa337c4644dda9dd0dfbd04e89a0@git.apache.org> In-Reply-To: <3aba73c7f879491bb1a81d4d4f94f182@git.apache.org> References: <3aba73c7f879491bb1a81d4d4f94f182@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/50] celix git commit: CELIX-236: remove sample code from cmake deploy CELIX-236: remove sample code from cmake deploy Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/4228b997 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/4228b997 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/4228b997 Branch: refs/heads/master Commit: 4228b99710a62667f82dc541fd5dd1b22d3e19cc Parents: 0113609 Author: Bjoern Petri Authored: Wed Jan 27 16:06:28 2016 +0100 Committer: Bjoern Petri Committed: Wed Jan 27 16:06:28 2016 +0100 ---------------------------------------------------------------------- celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake | 7 +------ .../celix/bootstrap/templates/project/deploy.cmake | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/4228b997/celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake ---------------------------------------------------------------------- diff --git a/celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake b/celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake index 2dbf2cc..f654771 100644 --- a/celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake +++ b/celix-bootstrap/celix/bootstrap/templates/bundle/deploy.cmake @@ -8,11 +8,6 @@ #cog.outl("\t${CELIX_BUNDLES_DIR}/shell_tui.zip") #cog.outl("\t${CELIX_BUNDLES_DIR}/log_service.zip") #cog.outl("\t%s" % bundle['name']) +#cog.outl(")") #}} -deploy( "mybundle" BUNDLES #do not edit, generated code - ${CELIX_BUNDLES_DIR}/shell.zip #do not edit, generated code - ${CELIX_BUNDLES_DIR}/shell_tui.zip #do not edit, generated code - ${CELIX_BUNDLES_DIR}/log_service.zip #do not edit, generated code - mybundle #do not edit, generated code #{{end}} -) http://git-wip-us.apache.org/repos/asf/celix/blob/4228b997/celix-bootstrap/celix/bootstrap/templates/project/deploy.cmake ---------------------------------------------------------------------- diff --git a/celix-bootstrap/celix/bootstrap/templates/project/deploy.cmake b/celix-bootstrap/celix/bootstrap/templates/project/deploy.cmake index 899c83b..84c3ffb 100644 --- a/celix-bootstrap/celix/bootstrap/templates/project/deploy.cmake +++ b/celix-bootstrap/celix/bootstrap/templates/project/deploy.cmake @@ -22,11 +22,6 @@ # bundle = yaml.load(input) # cog.outl("\t%s" % bundle['name']) # +#cog.outl(")"); #}} -deploy( "mybundle" BUNDLES #do not edit, generated code - ${CELIX_BUNDLES_DIR}/shell.zip #do not edit, generated code - ${CELIX_BUNDLES_DIR}/shell_tui.zip #do not edit, generated code - ${CELIX_BUNDLES_DIR}/log_service.zip #do not edit, generated code - mybundle #do not edit, generated code #{{end}} -)