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 ED89711DB6 for ; Wed, 20 Aug 2014 23:21:02 +0000 (UTC) Received: (qmail 1878 invoked by uid 500); 20 Aug 2014 23:21:02 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 1709 invoked by uid 500); 20 Aug 2014 23:21:02 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 1663 invoked by uid 99); 20 Aug 2014 23:21:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 23:21:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7E6C0982DC4; Wed, 20 Aug 2014 23:21:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 20 Aug 2014 23:21:05 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] android commit: Update JS snapshot to version 3.5.0 (via coho) Update JS snapshot to version 3.5.0 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/bd30fdbd Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/bd30fdbd Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/bd30fdbd Branch: refs/heads/3.5.x Commit: bd30fdbda8c07349bdb90f9caf1ef8f3cddd17d1 Parents: 5ed35ee Author: Steven Gill Authored: Mon Aug 18 17:15:26 2014 -0700 Committer: Steven Gill Committed: Mon Aug 18 17:15:26 2014 -0700 ---------------------------------------------------------------------- framework/assets/www/cordova.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/bd30fdbd/framework/assets/www/cordova.js ---------------------------------------------------------------------- diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index a791995..2c4b681 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 3.6.0-dev-ff0358b +// 6e7d6458852630c595a2e73c8e99da9b18fe8794 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.6.0-dev-ff0358b'; +var PLATFORM_VERSION_BUILD_LABEL = '3.5.0'; // file: src/scripts/require.js /*jshint -W079 */ @@ -175,7 +175,8 @@ function createEvent(type, data) { var cordova = { define:define, require:require, - version:CORDOVA_JS_BUILD_LABEL, + version:PLATFORM_VERSION_BUILD_LABEL, + platformVersion:PLATFORM_VERSION_BUILD_LABEL, platformId:platform.id, /** * Methods to add/remove your own addEventListener hijacking on document + window.