Removing incorrectly added closing comments for wp7 platform 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/2ecd9d1e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/2ecd9d1e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/2ecd9d1e Branch: refs/heads/master Commit: 2ecd9d1ec89c903bb7fd26f0bd5305d19e83f624 Parents: 8a9d917 Author: Stefan Dobrev <[email protected]> Authored: Thu Sep 26 16:58:23 2013 +0300 Committer: Andrew Grieve <[email protected]> Committed: Fri Dec 6 08:56:44 2013 -0500 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/2ecd9d1e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5eb1125..16db3e9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -156,7 +156,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" </config-file> <source-file src="src/wp/Geolocation.cs" /> - </platform>--> + </platform> <!-- wp8 --> <platform name="wp8">
