aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/GNOME_Evolution_Test.server.in.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2007-09-12 03:33:47 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-09-12 03:33:47 +0800
commitb8eefeb931f765e5046244ed98791b7030cec536 (patch)
treeae5f80a0c6d982dc3f1bfe53efbd0cf1fcc97e87 /shell/test/GNOME_Evolution_Test.server.in.in
parentdec7b2460dd1fc901d87cff50cb81bb514a5aef1 (diff)
downloadgsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar.gz
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar.bz2
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar.lz
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar.xz
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.tar.zst
gsoc2013-evolution-b8eefeb931f765e5046244ed98791b7030cec536.zip
Move the test component to "shell/test" so it installs properly (#469992).
svn path=/trunk/; revision=34235
Diffstat (limited to 'shell/test/GNOME_Evolution_Test.server.in.in')
-rw-r--r--shell/test/GNOME_Evolution_Test.server.in.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/shell/test/GNOME_Evolution_Test.server.in.in b/shell/test/GNOME_Evolution_Test.server.in.in
new file mode 100644
index 0000000000..ef0db8b1ac
--- /dev/null
+++ b/shell/test/GNOME_Evolution_Test.server.in.in
@@ -0,0 +1,39 @@
+<oaf_info>
+
+ <!-- (factory) -->
+ <oaf_server iid="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@"
+ type="shlib"
+ location="@COMPONENTDIR_IN_SERVER_FILE@/libevolution-test@SOEXT@">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/ObjectFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="name" type="string"
+ _value="Evolution Test"/>
+ </oaf_server>
+
+ <!-- Component Interface -->
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Test_Component:@VERSION@"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/Component:@VERSION@"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="name" type="string" _value="Evolution Test component"/>
+
+ <oaf_attribute name="evolution:component_alias" type="string" value="test"/>
+
+ <oaf_attribute name="evolution:button_label" type="string" _value="Test"/>
+ <oaf_attribute name="evolution:button_sort_order" type="string" value="-1"/>
+ <oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>
+
+ <oaf_attribute name="evolution:component_icon" type="string" value="stock_mail"/>
+ <oaf_attribute name="evolution:component_display_order" type="number" value="1"/>
+
+ </oaf_server>
+
+</oaf_info>