Updated Branches: refs/heads/3.0.x f05710dc6 -> 1ef8f6a0a Updated Tags: refs/tags/3.0.0 [created] 1ef8f6a0a
[CB-4301] [CB-4300] 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/1ef8f6a0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/1ef8f6a0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/1ef8f6a0 Branch: refs/heads/3.0.x Commit: 1ef8f6a0a6431930f5c9826d3c315e99d9194371 Parents: f05710d Author: Benn Mapes <[email protected]> Authored: Fri Jul 19 02:31:14 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Fri Jul 19 02:31:14 2013 -0700 ---------------------------------------------------------------------- VERSION | 2 +- common/www/cordova.js | 6 +++--- wp7/framework/Properties/AssemblyInfo.cs | 2 +- wp7/template/MyTemplate.vstemplate | 6 +++--- wp8/framework/Properties/AssemblyInfo.cs | 2 +- wp8/template/MyTemplate.vstemplate | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index f799780..56fea8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0rc1 \ No newline at end of file +3.0.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/common/www/cordova.js ---------------------------------------------------------------------- diff --git a/common/www/cordova.js b/common/www/cordova.js index d16caab..552219e 100644 --- a/common/www/cordova.js +++ b/common/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windowsphone -// 3.0.0rc1-0-g525e76b +// 3.0.0-0-ge670de9 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.0.0rc1-0-g525e76b'; +var CORDOVA_JS_BUILD_LABEL = '3.0.0-0-ge670de9'; // file: lib/scripts/require.js var require, @@ -1133,7 +1133,7 @@ function handlePluginsObject(path, moduleList) { var scriptCounter = moduleList.length; if (!scriptCounter) { - onScriptLoadingComplete(); + finishPluginLoading(); return; } function scriptLoadedCallback() { http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/wp7/framework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/wp7/framework/Properties/AssemblyInfo.cs b/wp7/framework/Properties/AssemblyInfo.cs index e4c6bf8..719840d 100644 --- a/wp7/framework/Properties/AssemblyInfo.cs +++ b/wp7/framework/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPCordovaClassLib")] -[assembly: AssemblyDescription("3.0.0rc1")] +[assembly: AssemblyDescription("3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")] http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/wp7/template/MyTemplate.vstemplate ---------------------------------------------------------------------- diff --git a/wp7/template/MyTemplate.vstemplate b/wp7/template/MyTemplate.vstemplate index 1a20760..f75f93c 100644 --- a/wp7/template/MyTemplate.vstemplate +++ b/wp7/template/MyTemplate.vstemplate @@ -1,13 +1,13 @@ <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> - <Name>CordovaWP7_3_0_0rc1</Name> - <Description>Starter project for building a Cordova app for Windows Phone version: 3.0.0rc1</Description> + <Name>CordovaWP7_3_0_0</Name> + <Description>Starter project for building a Cordova app for Windows Phone version: 3.0.0</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType> </ProjectSubType> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> - <DefaultName>CordovaWP7_3_0_0rc1</DefaultName> + <DefaultName>CordovaWP7_3_0_0</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton> http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/wp8/framework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/wp8/framework/Properties/AssemblyInfo.cs b/wp8/framework/Properties/AssemblyInfo.cs index 99a8801..7f6d706 100644 --- a/wp8/framework/Properties/AssemblyInfo.cs +++ b/wp8/framework/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPCordovaClassLib")] -[assembly: AssemblyDescription("3.0.0rc1")] +[assembly: AssemblyDescription("3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")] http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1ef8f6a0/wp8/template/MyTemplate.vstemplate ---------------------------------------------------------------------- diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate index 407a022..2b08ac2 100644 --- a/wp8/template/MyTemplate.vstemplate +++ b/wp8/template/MyTemplate.vstemplate @@ -1,13 +1,13 @@ <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> - <Name>CordovaWP8_3_0_0rc1</Name> - <Description>Starter project for building a Cordova app for Windows Phone 8 version: 3.0.0rc1</Description> + <Name>CordovaWP8_3_0_0</Name> + <Description>Starter project for building a Cordova app for Windows Phone 8 version: 3.0.0</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType> </ProjectSubType> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> - <DefaultName>CordovaWP8_3_0_0rc1</DefaultName> + <DefaultName>CordovaWP8_3_0_0</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
