Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
updates for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jan 3, 2013
1 parent 04bea48 commit a8b6d1b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down Expand Up @@ -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();
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
8 changes: 4 additions & 4 deletions 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
Expand Down Expand Up @@ -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();
Expand Down
8 changes: 4 additions & 4 deletions 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
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit a8b6d1b

Please sign in to comment.