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/09/19 00:26:59 UTC

git commit: bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 [CB-4090]

Updated Branches:
  refs/heads/2.9.x 183371d8d -> b1d14ecc1


bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 [CB-4090]


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

Branch: refs/heads/2.9.x
Commit: b1d14ecc1b44931c5e7d3cfa8056ad3410877eec
Parents: 183371d
Author: purplecabbage <pu...@gmail.com>
Authored: Wed Sep 18 15:26:42 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Wed Sep 18 15:26:42 2013 -0700

----------------------------------------------------------------------
 VERSION                            | 2 +-
 wp7/template/MyTemplate.vstemplate | 4 ++--
 wp7/template/config.xml            | 7 ++-----
 wp8/template/MyTemplate.vstemplate | 4 ++--
 wp8/template/config.xml            | 7 ++-----
 5 files changed, 9 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1d14ecc/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index f3ac133..38d56e5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.9.0
\ No newline at end of file
+2.9.1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1d14ecc/wp7/template/MyTemplate.vstemplate
----------------------------------------------------------------------
diff --git a/wp7/template/MyTemplate.vstemplate b/wp7/template/MyTemplate.vstemplate
index eb6a365..88fa911 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_2_9_0</Name>
+    <Name>CordovaWP7_2_9_1</Name>
     <Description>Starter project for building a Cordova app for Windows Phone 7.5 version: 2.9.0</Description>
     <ProjectType>CSharp</ProjectType>
     <ProjectSubType>
     </ProjectSubType>
     <SortOrder>1000</SortOrder>
     <CreateNewFolder>true</CreateNewFolder>
-    <DefaultName>CordovaWP7_2_9_0</DefaultName>
+    <DefaultName>CordovaWP7_2_9_1</DefaultName>
     <ProvideDefaultName>true</ProvideDefaultName>
     <LocationField>Enabled</LocationField>
     <EnableLocationBrowseButton>true</EnableLocationBrowseButton>

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1d14ecc/wp7/template/config.xml
----------------------------------------------------------------------
diff --git a/wp7/template/config.xml b/wp7/template/config.xml
index c8d9cfc..d1ef04b 100644
--- a/wp7/template/config.xml
+++ b/wp7/template/config.xml
@@ -8,9 +8,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -58,9 +58,6 @@
     <feature name="Geolocation">
       <param name="wp-package" value="Geolocation"/>
     </feature>
-    <feature name="Geolocation">
-      <param name="wp-package" value="Geolocation"/>
-    </feature>
     <feature name="Media">
       <param name="wp-package" value="Media"/>
     </feature>

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1d14ecc/wp8/template/MyTemplate.vstemplate
----------------------------------------------------------------------
diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate
index 637bdb0..3f58dcc 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_2_9_0</Name>
+    <Name>CordovaWP8_2_9_1</Name>
     <Description>Starter project for building a Cordova app for Windows Phone 8 version: 2.9.0</Description>
     <ProjectType>CSharp</ProjectType>
     <ProjectSubType>
     </ProjectSubType>
     <SortOrder>1000</SortOrder>
     <CreateNewFolder>true</CreateNewFolder>
-    <DefaultName>CordovaWP8_2_9_0</DefaultName>
+    <DefaultName>CordovaWP8_2_9_1</DefaultName>
     <ProvideDefaultName>true</ProvideDefaultName>
     <LocationField>Enabled</LocationField>
     <EnableLocationBrowseButton>true</EnableLocationBrowseButton>

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1d14ecc/wp8/template/config.xml
----------------------------------------------------------------------
diff --git a/wp8/template/config.xml b/wp8/template/config.xml
index c8d9cfc..d1ef04b 100644
--- a/wp8/template/config.xml
+++ b/wp8/template/config.xml
@@ -8,9 +8,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -58,9 +58,6 @@
     <feature name="Geolocation">
       <param name="wp-package" value="Geolocation"/>
     </feature>
-    <feature name="Geolocation">
-      <param name="wp-package" value="Geolocation"/>
-    </feature>
     <feature name="Media">
       <param name="wp-package" value="Media"/>
     </feature>