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 81908F290 for ; Wed, 3 Apr 2013 00:18:05 +0000 (UTC) Received: (qmail 991 invoked by uid 500); 3 Apr 2013 00:18:05 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 926 invoked by uid 500); 3 Apr 2013 00:18:05 -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 759 invoked by uid 99); 3 Apr 2013 00:18:05 -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, 03 Apr 2013 00:18:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ACEA4836654; Wed, 3 Apr 2013 00:18:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Wed, 03 Apr 2013 00:18:14 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/11] wp7 commit: Merge tag '2.6.0' of git://github.com/bennmapes/cordova-wp7 Merge tag '2.6.0' of git://github.com/bennmapes/cordova-wp7 Cordova Windows Phone 7 Version 2.6.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/c328e4f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/c328e4f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/c328e4f5 Branch: refs/heads/master Commit: c328e4f5ad27b752d166ca7eb668e3ba73bca1aa Parents: 2dbd98f 567e17d Author: Jesse MacFadyen Authored: Tue Apr 2 17:11:52 2013 -0700 Committer: Jesse MacFadyen Committed: Tue Apr 2 17:11:52 2013 -0700 ---------------------------------------------------------------------- VERSION | 2 +- bin/create.js | 4 +- example/CordovaExample.csproj | 2 +- example/CordovaSourceDictionary.xml | 2 +- example/www/cordova-2.6.0.js | 6647 +++++++++++++++ example/www/cordova-2.6.0rc1.js | 6647 --------------- example/www/cordova-current.js | 2 +- framework/Properties/AssemblyInfo.cs | 2 +- temp/cordova-js | 1 + templates/full/CordovaAppProj.csproj | 2 +- templates/full/CordovaSourceDictionary.xml | 2 +- templates/full/VERSION | 2 +- templates/full/www/cordova-2.6.0.js | 6647 +++++++++++++++ templates/full/www/cordova-2.6.0rc1.js | 6647 --------------- templates/full/www/index.html | 2 +- templates/standalone/CordovaAppProj.csproj | 2 +- templates/standalone/VERSION | 2 +- templates/standalone/cordovalib/Commands/Device.cs | 2 +- templates/standalone/www/cordova-2.6.0.js | 6647 +++++++++++++++ templates/standalone/www/cordova-2.6.0rc1.js | 6647 --------------- templates/standalone/www/index.html | 2 +- templates/vs/MyTemplateFull.vstemplate | 8 +- templates/vs/MyTemplateStandAlone.vstemplate | 8 +- templates/vs/description.txt | 2 +- tooling/scripts/dist.js | 16 +- 25 files changed, 19975 insertions(+), 19972 deletions(-) ----------------------------------------------------------------------