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 6EFC11098B for ; Sat, 29 Jun 2013 01:58:37 +0000 (UTC) Received: (qmail 57607 invoked by uid 500); 29 Jun 2013 01:58:37 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 57583 invoked by uid 500); 29 Jun 2013 01:58:37 -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 57574 invoked by uid 99); 29 Jun 2013 01:58:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jun 2013 01:58:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 273763C489; Sat, 29 Jun 2013 01:58:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Sat, 29 Jun 2013 01:58:37 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Fix require paths that were broken by plugin id changes Updated Branches: refs/heads/master 40cc068ac -> e9e51c13f Fix require paths that were broken by plugin id changes Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/e9e51c13 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/e9e51c13 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/e9e51c13 Branch: refs/heads/master Commit: e9e51c13f48e366ca68726128b77b3450b0dabf3 Parents: b1b62e4 Author: Andrew Grieve Authored: Fri Jun 28 19:46:10 2013 -0400 Committer: Andrew Grieve Committed: Fri Jun 28 20:05:20 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 2 +- src/wp7/Globalization.cs | 2 +- src/wp8/Globalization.cs | 2 +- www/globalization.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9e51c13/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index aebcf34..83178d8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -16,7 +16,7 @@ - + http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9e51c13/src/wp7/Globalization.cs ---------------------------------------------------------------------- diff --git a/src/wp7/Globalization.cs b/src/wp7/Globalization.cs index 1528807..ba2eb99 100644 --- a/src/wp7/Globalization.cs +++ b/src/wp7/Globalization.cs @@ -1175,4 +1175,4 @@ namespace WPCordovaClassLib.Cordova.Commands #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9e51c13/src/wp8/Globalization.cs ---------------------------------------------------------------------- diff --git a/src/wp8/Globalization.cs b/src/wp8/Globalization.cs index 2c2f468..ffe27ec 100644 --- a/src/wp8/Globalization.cs +++ b/src/wp8/Globalization.cs @@ -1174,4 +1174,4 @@ namespace WPCordovaClassLib.Cordova.Commands #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9e51c13/www/globalization.js ---------------------------------------------------------------------- diff --git a/www/globalization.js b/www/globalization.js index 5958a82..6ee5f3e 100644 --- a/www/globalization.js +++ b/www/globalization.js @@ -21,7 +21,7 @@ var argscheck = require('cordova/argscheck'), exec = require('cordova/exec'), - GlobalizationError = require('org.apache.cordova.core.Globalization.GlobalizationError'); + GlobalizationError = require('org.apache.cordova.core.globalization.GlobalizationError'); var globalization = {