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

[29/34] git commit: add ubuntu platform

add ubuntu platform


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

Branch: refs/heads/dev
Commit: 8736f7e56e3a72aecad2f8e6fda16b6c638404a7
Parents: 0beb8da
Author: Maxim Ermilov <er...@gmail.com>
Authored: Fri Oct 4 17:02:11 2013 +0400
Committer: Archana Naik <na...@lab126.com>
Committed: Mon Apr 28 12:17:00 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/8736f7e5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e24afea..2a757ed 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -83,6 +83,13 @@
         <resource-file src="src/ubuntu/notification.qml" />
     </platform>
 
+    <!-- ubuntu -->
+    <platform name="ubuntu">
+        <header-file src="src/ubuntu/notification.h" />
+        <source-file src="src/ubuntu/notification.cpp" />
+        <resource-file src="src/ubuntu/notification.qml" />
+    </platform>
+
     <!-- ios -->
     <platform name="ios">
         <config-file target="config.xml" parent="/*">