You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/20 00:21:46 UTC

[1/3] git commit: fixing malformed plugin.xml

Updated Branches:
  refs/heads/dev 9b762951d -> 5d148d58c


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/dev
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 -->


[3/3] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


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/5d148d58
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/5d148d58
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/5d148d58

Branch: refs/heads/dev
Commit: 5d148d58c397846913156b9d78bc1d1530cc9328
Parents: 2aec962 ddf9e69
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 15:21:22 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 15:21:22 2013 -0700

----------------------------------------------------------------------
 LICENSE                         | 202 +++++++++++++++++++++++++++++++++++
 README.md                       |   2 +-
 plugin.xml                      |  11 +-
 src/android/NetworkManager.java |   2 +-
 4 files changed, 210 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[2/3] git commit: CB-4595: updated version

Posted by st...@apache.org.
CB-4595: updated version


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/ddf9e692
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/ddf9e692
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/ddf9e692

Branch: refs/heads/dev
Commit: ddf9e6927e46133224605a0cddeaa052ffe773f2
Parents: 9b76295
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 15:21:14 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 15:21:14 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/ddf9e692/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 252fb9f..d15823b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.core.network-information"
-      version="0.1.0">
+      version="0.2.0">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>