You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:21 UTC

[1/4] git commit: CB-5980 Incremented plugin version on dev branch.

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master 4dde8581c -> 266973315


CB-5980 Incremented plugin version on dev branch.


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

Branch: refs/heads/master
Commit: fd4bb8999f7ce80f5a920573b57b03f990bb455f
Parents: 4dde858
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:13:29 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 18:13:29 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/fd4bb899/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 316c115..fe65715 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.console"
-      version="0.2.7">
+      version="0.2.8-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>


[4/4] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.8

Posted by ia...@apache.org.
CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/master
Commit: 266973315d3dbde6579c7e775eb0d7f9b995bbaf
Parents: 4841b2e
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/26697331/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index af7d66e..2501627 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,7 @@
 ### 0.2.7 (Feb 05, 2014)
 * Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
 * CB-4718 fixed Console plugin not working on wp
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/26697331/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c32b355..8e7bcbf 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.8-dev">
+      version="0.2.8">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>


[3/4] git commit: CB-6460: Update license headers

Posted by ia...@apache.org.
CB-6460: Update license headers


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

Branch: refs/heads/master
Commit: 4841b2e5a1c1ac3f19019609d67d51a04859b4dd
Parents: e1ecc08
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Apr 16 16:15:39 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Apr 16 16:15:39 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4841b2e5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fe65715..c32b355 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"


[2/4] git commit: Add NOTICE file

Posted by ia...@apache.org.
Add NOTICE file


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

Branch: refs/heads/master
Commit: e1ecc087cabf3357498cb080ebd9eb3323fd83c5
Parents: fd4bb89
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 15:36:31 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 27 15:36:31 2014 -0500

----------------------------------------------------------------------
 NOTICE | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e1ecc087/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8ec56a5
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Cordova
+Copyright 2012 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).