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/14 23:35:30 UTC

[2/5] git commit: [Windows8] added support for windows8 [CB-4436]

[Windows8] added support for windows8 [CB-4436]


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

Branch: refs/heads/dev
Commit: 4d7c1596b33a3a19fe9af1169bbc9cae0a2741ad
Parents: 8086019
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Jul 30 17:19:39 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Jul 30 17:19:39 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/4d7c1596/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index eb4475d..f6810fd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -69,4 +69,15 @@
         <source-file src="src/wp/DebugConsole.cs" />
     </platform>
 
+        <!-- windows8 -->
+    <platform name="windows8">
+        <js-module src="www/logger.js" name="logger">
+            <clobbers target="cordova.logger" />
+        </js-module>
+        <js-module src="www/console-via-logger.js" name="console">
+            <clobbers target="console" />
+        </js-module>
+
+    </platform>
+
 </plugin>