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/3a17d55b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/3a17d55b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/3a17d55b Branch: refs/heads/dev Commit: 3a17d55bf5834440b2e902c2be4e0bddb6b324e2 Parents: 80ea75d Author: Maxim Ermilov <[email protected]> Authored: Fri Oct 4 17:02:11 2013 +0400 Committer: Archana Naik <[email protected]> Committed: Mon Apr 28 12:16:29 2014 -0700 ---------------------------------------------------------------------- plugin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3a17d55b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index ae8089c..81dcf75 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="/*">
