You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/31 19:37:56 UTC

git commit: fixing malformed plugin.xml

Updated Branches:
  refs/heads/master 96b0c5d2f -> 2aec96257


fixing malformed plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/2aec9625
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/2aec9625
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/2aec9625

Branch: refs/heads/master
Commit: 2aec962575f830de49c103bce7122376e0fcb8cc
Parents: 96b0c5d
Author: Anis Kadri <an...@apache.org>
Authored: Wed Jul 31 10:37:53 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Jul 31 10:37:53 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/2aec9625/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a4acfa7..6ca2935 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,7 +24,7 @@
             <param name="firefox-package" value="Network" />
         </config-file>                                      
         
-        <source-file src="src/firefoxos/network.js" target dir="src/firefoxos" />
+        <source-file src="src/firefoxos/network.js" target-dir="src/firefoxos" />
     </platform>
             
     <!-- android -->