Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E6DE9074 for ; Tue, 24 Jan 2012 00:22:03 +0000 (UTC) Received: (qmail 46117 invoked by uid 500); 24 Jan 2012 00:22:03 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 46092 invoked by uid 500); 24 Jan 2012 00:22:02 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 46042 invoked by uid 99); 24 Jan 2012 00:22:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 00:22:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 00:22:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7FA77319388; Tue, 24 Jan 2012 00:21:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: documentation additions Message-Id: <20120124002139.7FA77319388@tyr.zones.apache.org> Date: Tue, 24 Jan 2012 00:21:39 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org documentation additions Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/bdd7449a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/bdd7449a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/bdd7449a Branch: refs/heads/master Commit: bdd7449af34bb8b1e3dbdcc78340ff81d6989c23 Parents: 64c462c Author: Peter Ehrlich Authored: Tue Jan 17 16:31:08 2012 -0500 Committer: Peter Ehrlich Committed: Tue Jan 17 16:31:08 2012 -0500 ---------------------------------------------------------------------- README.md | 10 ++++++++++ framework/res/xml/phonegap.xml | 15 ++++++++++++++- 2 files changed, 24 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/bdd7449a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1f61553..ea999ff 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Requires - Apache ANT - Android SDK [http://developer.android.com](http://developer.android.com) + +Building +--- + +To create your phonegap.jar, run in the framework directory: + + android update project -p . -t android-15 + ant jar + + Cordova Android Developer Tools --- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/bdd7449a/framework/res/xml/phonegap.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/phonegap.xml b/framework/res/xml/phonegap.xml index f57d9ab..69e4876 100644 --- a/framework/res/xml/phonegap.xml +++ b/framework/res/xml/phonegap.xml @@ -1,6 +1,19 @@ - + + + + + + + + + + +