diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-03-07 15:06:39 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-03-07 15:06:39 +0000 |
commit | 44512f518acc272e72ed4350922a44a429fb60c8 (patch) | |
tree | 5e765dee4ae2f8d9b04eb4a1c7672b62c7e417b6 /xml/nmc5.xml | |
parent | aaa0f8f16e771b9c8977664b920ba093b24c25c5 (diff) |
Stub implementation of McdAccount and McdAccountManager.
Reorganize the xml tree.
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@302 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'xml/nmc5.xml')
-rw-r--r-- | xml/nmc5.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xml/nmc5.xml b/xml/nmc5.xml new file mode 100644 index 00000000..062535f2 --- /dev/null +++ b/xml/nmc5.xml @@ -0,0 +1,10 @@ +<tp:spec + xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" + xmlns:xi="http://www.w3.org/2001/XInclude"> + +<tp:copyright>Copyright (C) 2008 Nokia Corporation</tp:copyright> + +<xi:include href="Account.xml"/> +<xi:include href="Account_Manager.xml"/> + +</tp:spec> |