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/12/04 00:06:30 UTC

[3/6] git commit: Append proxy to platform definition in plugin.xml

Append proxy to platform definition in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/22055cce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/22055cce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/22055cce

Branch: refs/heads/dev
Commit: 22055cceb53dc64d993abb5f81b39da0e4446da6
Parents: a91b49a
Author: SomaticIT <co...@somatic.fr>
Authored: Thu Oct 17 12:24:41 2013 +0200
Committer: SomaticIT <co...@somatic.fr>
Committed: Thu Oct 17 12:24:41 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/22055cce/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5d90ede..5563272 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -129,6 +129,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
             <DeviceCapability Name="location" />
         </config-file>
+        <js-module src="src/windows8/GeolocationProxy.js" name="GeolocationProxy">
+          <merges target="" />
+        </js-module>
     </platform>
     
     <!-- firefoxos -->