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 16925962C for ; Thu, 2 Feb 2012 02:38:58 +0000 (UTC) Received: (qmail 87841 invoked by uid 500); 2 Feb 2012 02:38:57 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 87783 invoked by uid 500); 2 Feb 2012 02:38:56 -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 87742 invoked by uid 99); 2 Feb 2012 02:38:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 02:38:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Thu, 02 Feb 2012 02:38:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3687031B43D; Thu, 2 Feb 2012 02:38:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/13] git commit: mooor renaming Message-Id: <20120202023822.3687031B43D@tyr.zones.apache.org> Date: Thu, 2 Feb 2012 02:38:22 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org mooor renaming Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/023f73da Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/023f73da Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/023f73da Branch: refs/heads/master Commit: 023f73da55d32b4a7cd3a7145dc8838fba7e64b3 Parents: 53f2ef3 Author: Jesse MacFadyen Authored: Wed Feb 1 18:20:59 2012 -0800 Committer: Jesse MacFadyen Committed: Wed Feb 1 18:20:59 2012 -0800 ---------------------------------------------------------------------- PhoneGapCustom.zip | Bin 54126 -> 54679 bytes framework/WP7GapClassLibBare.sln | 20 + templates/custom/GapAppProj.csproj | 4 +- templates/custom/www/index.html | 2 +- templates/custom/www/phonegap-1.3.0.js | 2498 --------------------- templates/custom/www/phonegap-1.4.1-core.js | 2579 ++++++++++++++++++++++ 6 files changed, 2602 insertions(+), 2501 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/023f73da/PhoneGapCustom.zip ---------------------------------------------------------------------- diff --git a/PhoneGapCustom.zip b/PhoneGapCustom.zip index ef0dded..2a778de 100644 Binary files a/PhoneGapCustom.zip and b/PhoneGapCustom.zip differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/023f73da/framework/WP7GapClassLibBare.sln ---------------------------------------------------------------------- diff --git a/framework/WP7GapClassLibBare.sln b/framework/WP7GapClassLibBare.sln new file mode 100644 index 0000000..30b3bbd --- /dev/null +++ b/framework/WP7GapClassLibBare.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 Express for Windows Phone +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WP7GapClassLibBare", "WP7GapClassLibBare.csproj", "{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/023f73da/templates/custom/GapAppProj.csproj ---------------------------------------------------------------------- diff --git a/templates/custom/GapAppProj.csproj b/templates/custom/GapAppProj.csproj index 6573438..926f758 100644 --- a/templates/custom/GapAppProj.csproj +++ b/templates/custom/GapAppProj.csproj @@ -56,7 +56,7 @@ - + @@ -79,12 +79,12 @@ + Designer - Designer http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/023f73da/templates/custom/www/index.html ---------------------------------------------------------------------- diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html index aaa07f4..9e6dc05 100644 --- a/templates/custom/www/index.html +++ b/templates/custom/www/index.html @@ -8,7 +8,7 @@ - +