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/19 23:33:41 UTC

[1/3] git commit: updated name tag, namespace and readme

Updated Branches:
  refs/heads/master 14741f266 -> 79cb848db


updated name tag, namespace and readme


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

Branch: refs/heads/master
Commit: f167e27d16a0f61dcefe6c33a5492b391cd97b43
Parents: 14741f2
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 11:35:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:34:28 2013 -0700

----------------------------------------------------------------------
 README.md  | 2 +-
 plugin.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f167e27d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 083c7c3..1363f3c 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-console
 ======================
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/f167e27d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f0c82b2..0ce1a36 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.core.console"
       version="0.1.0">
 
-    <name>Console</name>
+    <name>console</name>
     <description>Cordova Console Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,console</keywords>


[2/3] git commit: reverted name element to be human readable

Posted by st...@apache.org.
reverted name element to be human readable


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/1370403b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/1370403b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/1370403b

Branch: refs/heads/master
Commit: 1370403badf54f5b907068bea0c0256d7da03840
Parents: f167e27
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:20:24 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:20:24 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/1370403b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0ce1a36..8493ece 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
            id="org.apache.cordova.core.console"
       version="0.1.0">
 
-    <name>console</name>
+    <name>Console</name>
     <description>Cordova Console Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,console</keywords>


[3/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-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/79cb848d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/79cb848d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/79cb848d

Branch: refs/heads/master
Commit: 79cb848db23a15c4ecf456a07de7b8a84f70f261
Parents: 1370403
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 14:32:48 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 14:32:48 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/79cb848d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8493ece..49fcf83 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.core.console"
-      version="0.1.0">
+      version="0.2.0">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>