You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/03 03:10:44 UTC

wp7 commit: updates for 2.3.0 release

Updated Branches:
  refs/heads/master 04bea4805 -> a8b6d1bb4
Updated Tags:  refs/tags/2.3.0 [created] a8b6d1bb4


updates for 2.3.0 release


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/a8b6d1bb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/a8b6d1bb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/a8b6d1bb

Branch: refs/heads/master
Commit: a8b6d1bb43c1f60690fa7b8306f08eb8bf2091b0
Parents: 04bea48
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jan 2 18:08:20 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jan 2 18:08:20 2013 -0800

----------------------------------------------------------------------
 example/www/cordova-2.3.0.js              |    8 ++++----
 framework/WPCordovaClassLib.sln           |    6 +++---
 templates/full/www/cordova-2.3.0.js       |    8 ++++----
 templates/standalone/www/cordova-2.3.0.js |    8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a8b6d1bb/example/www/cordova-2.3.0.js
----------------------------------------------------------------------
diff --git a/example/www/cordova-2.3.0.js b/example/www/cordova-2.3.0.js
index 987f450..42a7df5 100644
--- a/example/www/cordova-2.3.0.js
+++ b/example/www/cordova-2.3.0.js
@@ -1,6 +1,6 @@
-// commit 861ff3d507fd5c64ed789d8abe360690e588252e
+// commit 24d65ab645742e8360c3dd16d7a36411cc3383e0
 
-// File generated at :: Fri Dec 14 2012 15:28:53 GMT-0800 (Pacific Standard Time)
+// File generated at :: Wed Jan 02 2013 17:50:03 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -6284,12 +6284,12 @@ window.cordova = require('cordova');
 
                     // Drop the common globals into the window object, but be nice and don't overwrite anything.
                     builder.buildIntoButDoNotClobber(base.defaults, context);
-                    builder.buildIntoAndMerge(base.merges, context);
                     builder.buildIntoAndClobber(base.clobbers, context);
+                    builder.buildIntoAndMerge(base.merges, context);
 
                     builder.buildIntoButDoNotClobber(platform.defaults, context);
-                    builder.buildIntoAndMerge(platform.merges, context);
                     builder.buildIntoAndClobber(platform.clobbers, context);
+                    builder.buildIntoAndMerge(platform.merges, context);
 
                     // Call the platform-specific initialization
                     platform.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a8b6d1bb/framework/WPCordovaClassLib.sln
----------------------------------------------------------------------
diff --git a/framework/WPCordovaClassLib.sln b/framework/WPCordovaClassLib.sln
index 040cb49..2d5e088 100644
--- a/framework/WPCordovaClassLib.sln
+++ b/framework/WPCordovaClassLib.sln
@@ -1,7 +1,7 @@
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010 Express for Windows Phone
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WP7CordovaClassLib", "WP7CordovaClassLib.csproj", "{FC6A1A70-892D-46AD-9E4A-9793F72AF780}"
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPCordovaClassLib", "WPCordovaClassLib.csproj", "{FC6A1A70-892D-46AD-9E4A-9793F72AF780}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a8b6d1bb/templates/full/www/cordova-2.3.0.js
----------------------------------------------------------------------
diff --git a/templates/full/www/cordova-2.3.0.js b/templates/full/www/cordova-2.3.0.js
index 987f450..42a7df5 100644
--- a/templates/full/www/cordova-2.3.0.js
+++ b/templates/full/www/cordova-2.3.0.js
@@ -1,6 +1,6 @@
-// commit 861ff3d507fd5c64ed789d8abe360690e588252e
+// commit 24d65ab645742e8360c3dd16d7a36411cc3383e0
 
-// File generated at :: Fri Dec 14 2012 15:28:53 GMT-0800 (Pacific Standard Time)
+// File generated at :: Wed Jan 02 2013 17:50:03 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -6284,12 +6284,12 @@ window.cordova = require('cordova');
 
                     // Drop the common globals into the window object, but be nice and don't overwrite anything.
                     builder.buildIntoButDoNotClobber(base.defaults, context);
-                    builder.buildIntoAndMerge(base.merges, context);
                     builder.buildIntoAndClobber(base.clobbers, context);
+                    builder.buildIntoAndMerge(base.merges, context);
 
                     builder.buildIntoButDoNotClobber(platform.defaults, context);
-                    builder.buildIntoAndMerge(platform.merges, context);
                     builder.buildIntoAndClobber(platform.clobbers, context);
+                    builder.buildIntoAndMerge(platform.merges, context);
 
                     // Call the platform-specific initialization
                     platform.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a8b6d1bb/templates/standalone/www/cordova-2.3.0.js
----------------------------------------------------------------------
diff --git a/templates/standalone/www/cordova-2.3.0.js b/templates/standalone/www/cordova-2.3.0.js
index 987f450..42a7df5 100644
--- a/templates/standalone/www/cordova-2.3.0.js
+++ b/templates/standalone/www/cordova-2.3.0.js
@@ -1,6 +1,6 @@
-// commit 861ff3d507fd5c64ed789d8abe360690e588252e
+// commit 24d65ab645742e8360c3dd16d7a36411cc3383e0
 
-// File generated at :: Fri Dec 14 2012 15:28:53 GMT-0800 (Pacific Standard Time)
+// File generated at :: Wed Jan 02 2013 17:50:03 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -6284,12 +6284,12 @@ window.cordova = require('cordova');
 
                     // Drop the common globals into the window object, but be nice and don't overwrite anything.
                     builder.buildIntoButDoNotClobber(base.defaults, context);
-                    builder.buildIntoAndMerge(base.merges, context);
                     builder.buildIntoAndClobber(base.clobbers, context);
+                    builder.buildIntoAndMerge(base.merges, context);
 
                     builder.buildIntoButDoNotClobber(platform.defaults, context);
-                    builder.buildIntoAndMerge(platform.merges, context);
                     builder.buildIntoAndClobber(platform.clobbers, context);
+                    builder.buildIntoAndMerge(platform.merges, context);
 
                     // Call the platform-specific initialization
                     platform.initialize();