diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-17 15:16:45 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-17 15:16:45 +0000 |
commit | d20b46bfd44ddf068f47774367215aa80ce1c7fd (patch) | |
tree | 89fc3eb330f920cd3b39b88912dc6f4f268397b8 | |
parent | a067d3a0d2331de9050bf2ded2b1fbeaabf84a31 (diff) |
Partially revert versioning everything: move Text back to being unversioned
I hadn't spotted that Jonny had left this named like a core interface,
and his rationale for doing so (if you break Text, you break
functionality that everyone assumes to be present) is persuasive, so
back to core it goes.
-rw-r--r-- | spec/Channel_Type_Text.xml (renamed from spec/Channel_Type_Text1.xml) | 2 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/Channel_Type_Text1.xml b/spec/Channel_Type_Text.xml index c051c94a..b78c2c3d 100644 --- a/spec/Channel_Type_Text1.xml +++ b/spec/Channel_Type_Text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<node name="/Channel_Type_Text1" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> +<node name="/Channel_Type_Text" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> <tp:copyright> Copyright © 2005-2011 Collabora Limited </tp:copyright> <tp:copyright> Copyright © 2005-2009 Nokia Corporation </tp:copyright> <tp:copyright> Copyright © 2006 INdT </tp:copyright> diff --git a/spec/all.xml b/spec/all.xml index ed5c7307..f1147267 100644 --- a/spec/all.xml +++ b/spec/all.xml @@ -138,7 +138,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <xi:include href="Channel_Type_Server_Authentication1.xml"/> <xi:include href="Channel_Type_Server_TLS_Connection1.xml"/> <xi:include href="Channel_Type_Stream_Tube1.xml"/> - <xi:include href="Channel_Type_Text1.xml"/> + <xi:include href="Channel_Type_Text.xml"/> </tp:section> <tp:section name="Channel Interfaces"> |