Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 96478C7A7 for ; Tue, 29 Jan 2013 02:49:10 +0000 (UTC) Received: (qmail 81025 invoked by uid 500); 29 Jan 2013 02:49:10 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 80771 invoked by uid 500); 29 Jan 2013 02:49:09 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 80623 invoked by uid 99); 29 Jan 2013 02:49:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 02:49:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F0544826A7C; Tue, 29 Jan 2013 02:49:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gtanner@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [13/17] git commit: Added build cordova script Message-Id: <20130129024907.F0544826A7C@tyr.zones.apache.org> Date: Tue, 29 Jan 2013 02:49:07 +0000 (UTC) Added build cordova script Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/2180d727 Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/2180d727 Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/2180d727 Branch: refs/heads/cordova-firefoxos Commit: 2180d7272f8890d61add31832907a1c9a269b17c Parents: cf3340f Author: Gord Tanner Authored: Sat Jan 26 18:15:22 2013 -0500 Committer: Gord Tanner Committed: Sat Jan 26 18:15:22 2013 -0500 ---------------------------------------------------------------------- bin/templates/project/cordova/build | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/2180d727/bin/templates/project/cordova/build ---------------------------------------------------------------------- diff --git a/bin/templates/project/cordova/build b/bin/templates/project/cordova/build new file mode 100755 index 0000000..082988b --- /dev/null +++ b/bin/templates/project/cordova/build @@ -0,0 +1,20 @@ +#! /bin/sh +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +volo appcache +cp www-built/manifest.appcache www-built/cache.manifest