diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-30 18:11:39 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-30 18:11:39 +0000 |
commit | c2b6c3cf9072a9d07430c819aa9bfc25aa0140e2 (patch) | |
tree | 9df04841265b18883ee97dcb8c1996504c54e08f /qt4/tests | |
parent | 2a5538d245f503cf8e7051736847356c8f11458b (diff) |
qt4: (semi-)remove the spec directory
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'qt4/tests')
-rw-r--r-- | qt4/tests/lib/glib/future/extensions/all.xml | 2 | ||||
-rw-r--r-- | qt4/tests/lib/glib/future/extensions/channel.xml | 6 | ||||
-rw-r--r-- | qt4/tests/lib/glib/future/extensions/misc.xml | 11 |
3 files changed, 9 insertions, 10 deletions
diff --git a/qt4/tests/lib/glib/future/extensions/all.xml b/qt4/tests/lib/glib/future/extensions/all.xml index 53cedc54a..81413a893 100644 --- a/qt4/tests/lib/glib/future/extensions/all.xml +++ b/qt4/tests/lib/glib/future/extensions/all.xml @@ -6,6 +6,6 @@ <xi:include href="channel.xml"/> <xi:include href="misc.xml"/> -<xi:include href="../../../../../spec/generic-types.xml"/> +<xi:include href="../../../../../../spec/spec/generic-types.xml"/> </tp:spec> diff --git a/qt4/tests/lib/glib/future/extensions/channel.xml b/qt4/tests/lib/glib/future/extensions/channel.xml index 71ec39e8b..e9984c5ad 100644 --- a/qt4/tests/lib/glib/future/extensions/channel.xml +++ b/qt4/tests/lib/glib/future/extensions/channel.xml @@ -4,9 +4,9 @@ <tp:title>Channel extensions from the future</tp:title> -<xi:include href="../../../../../spec/Channel_Interface_Mergeable_Conference.xml"/> -<xi:include href="../../../../../spec/Channel_Interface_Splittable.xml"/> +<xi:include href="../../../../../../spec/spec/Channel_Interface_Mergeable_Conference.xml"/> +<xi:include href="../../../../../../spec/spec/Channel_Interface_Splittable.xml"/> -<xi:include href="../../../../../spec/Channel_Type_Call.xml"/> +<xi:include href="../../../../../../spec/spec/Channel_Type_Call.xml"/> </tp:spec> diff --git a/qt4/tests/lib/glib/future/extensions/misc.xml b/qt4/tests/lib/glib/future/extensions/misc.xml index 061b4d405..48256213a 100644 --- a/qt4/tests/lib/glib/future/extensions/misc.xml +++ b/qt4/tests/lib/glib/future/extensions/misc.xml @@ -4,11 +4,10 @@ <tp:title>Miscellaneous extensions from the future</tp:title> -<xi:include href="../../../../../spec/Call_Content.xml"/> -<xi:include href="../../../../../spec/Call_Content_Codec_Offer.xml"/> -<xi:include href="../../../../../spec/Call_Content_Interface_Media.xml"/> -<xi:include href="../../../../../spec/Call_Stream_Endpoint.xml"/> -<xi:include href="../../../../../spec/Call_Stream_Interface_Media.xml"/> -<xi:include href="../../../../../spec/Call_Stream.xml"/> +<xi:include href="../../../../../../spec/spec/Call_Content.xml"/> +<xi:include href="../../../../../../spec/spec/Call_Content_Interface_Media.xml"/> +<xi:include href="../../../../../../spec/spec/Call_Stream_Endpoint.xml"/> +<xi:include href="../../../../../../spec/spec/Call_Stream_Interface_Media.xml"/> +<xi:include href="../../../../../../spec/spec/Call_Stream.xml"/> </tp:spec> |