Repository: cordova-plugin-dialogs Updated Branches: refs/heads/dev 64a72e551 -> 3a17d55bf
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/bd814b28 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/bd814b28 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/bd814b28 Branch: refs/heads/dev Commit: bd814b28eb7a30ac9e86cbf2aaf12640c797da86 Parents: 55b096a Author: Maxim Ermilov <[email protected]> Authored: Fri Oct 4 17:02:11 2013 +0400 Committer: Archana Naik <[email protected]> Committed: Mon Apr 28 12:15:40 2014 -0700 ---------------------------------------------------------------------- plugin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/bd814b28/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8cf2f25..ae8089c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -76,6 +76,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="/*">
