diff options
author | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-12 10:05:19 +0200 |
---|---|---|
committer | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-12 10:05:19 +0200 |
commit | 79f1a1be63fa0aaf527c4cccae8cc9b2ad4d0afc (patch) | |
tree | 170fd2b71f40d531c5543d5589e75420a2a95254 | |
parent | cfc9ee822d71a160072f0baf0d04080a9cbe6dd2 (diff) | |
download | notification-79f1a1be63fa0aaf527c4cccae8cc9b2ad4d0afc.tar.gz notification-79f1a1be63fa0aaf527c4cccae8cc9b2ad4d0afc.tar.bz2 notification-79f1a1be63fa0aaf527c4cccae8cc9b2ad4d0afc.zip |
Replace manifest with default floor
-rwxr-xr-x | notification.manifest | 13 | ||||
-rw-r--r-- | packaging/notification.changes | 3 |
2 files changed, 4 insertions, 12 deletions
diff --git a/notification.manifest b/notification.manifest index 061daab..6c61ae0 100755 --- a/notification.manifest +++ b/notification.manifest @@ -1,16 +1,5 @@ <manifest> - <define> - <domain name="notification"/> - <provide> - <label name="notification::db"/> - </provide> - </define> - <assign> - <filesystem path="/usr/lib/libnotification.so.0.1.0" label="_"/> - <filesystem path="/usr/lib/libnotification.so.0" label="_"/> - <filesystem path="/usr/lib/libnotification.so" label="_"/> - </assign> <request> - <domain name="notification"/> + <domain name="_"/> </request> </manifest> diff --git a/packaging/notification.changes b/packaging/notification.changes index 09c82fc..53a284b 100644 --- a/packaging/notification.changes +++ b/packaging/notification.changes @@ -1,3 +1,6 @@ +* Wed Jun 12 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/tizen/20130602.020356@59093a0 +- Replace manifest with default floor + * Sat Jun 01 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130530.164729@c181132 - Remove license/group placeholders |