You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/06/29 03:57:56 UTC

[1/2] git commit: Fix require paths that were broken by plugin id changes

Updated Branches:
  refs/heads/master ab5d843fb -> cefc3857e


Fix require paths that were broken by plugin id changes


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

Branch: refs/heads/master
Commit: 3c96dc8ac2994663a67d562ec4057d8bbc6fe538
Parents: ab5d843
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 28 19:46:10 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 28 20:07:37 2013 -0400

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/3c96dc8a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 293bc66..830abe8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
 cordova-plugin-console
-======================
\ No newline at end of file
+======================


[2/2] git commit: Fix broken import path

Posted by ag...@apache.org.
Fix broken import path


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

Branch: refs/heads/master
Commit: cefc3857ef2ea6850bc78c1502efc53555b9b812
Parents: 3c96dc8
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 28 20:29:06 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 28 20:29:06 2013 -0400

----------------------------------------------------------------------
 src/ios/CDVLogger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/cefc3857/src/ios/CDVLogger.h
----------------------------------------------------------------------
diff --git a/src/ios/CDVLogger.h b/src/ios/CDVLogger.h
index eeba63c..7cfb306 100644
--- a/src/ios/CDVLogger.h
+++ b/src/ios/CDVLogger.h
@@ -17,7 +17,7 @@
  under the License.
  */
 
-#import "CDVPlugin.h"
+#import <Cordova/CDVPlugin.h>
 
 @interface CDVLogger : CDVPlugin