aboutsummaryrefslogtreecommitdiffstats
path: root/shell/GNOME_Evolution_TestComponent.server
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-11 14:45:44 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-11 14:45:44 +0800
commit6e209f9bf47dd5d0d2323824ccf074f48558e7af (patch)
tree0f37f93e2e671245c76ab312976a31f5c3849da3 /shell/GNOME_Evolution_TestComponent.server
parentd7bb9b315af40592aab3fa992d91ca09bd7a2983 (diff)
downloadgsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.gz
gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.zst
gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.zip
proper server file for test components
2004-01-11 JP Rosevear <jpr@ximian.com> * GNOME_Evolution_Test.server.in.in: proper server file for test components * Makefile.am: allow the test component to be built and installed * evolution-test-component.[hc]: new test component to match current api svn path=/trunk/; revision=24151
Diffstat (limited to 'shell/GNOME_Evolution_TestComponent.server')
-rw-r--r--shell/GNOME_Evolution_TestComponent.server41
1 files changed, 0 insertions, 41 deletions
diff --git a/shell/GNOME_Evolution_TestComponent.server b/shell/GNOME_Evolution_TestComponent.server
deleted file mode 100644
index 490489375c..0000000000
--- a/shell/GNOME_Evolution_TestComponent.server
+++ /dev/null
@@ -1,41 +0,0 @@
-<oaf_info>
-
-<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ShellComponent"
- type="factory"
- location="GNOME:GNOME_Evolution_TestComponent_ShellComponentFactory">
-
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
- </oaf_attribute>
-
- <oaf_attribute name="description" type="string"
- value="Evolution test component."/>
-
-</oaf_server>
-
-<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControlFactory"
- type="exe"
- location="evolution-test-component">
-
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/ObjectFactory:1.0"/>
- </oaf_attribute>
-
- <oaf_attribute name="description" type="string"
- value="Factory for the configuration controls for the test component."/>
-
-</oaf_server>
-
-<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControl"
- type="factory"
- location="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControlFactory">
-
- <oaf_attribute name="evolution:config_item:title" type="string"
- value="Test Component configuration"/>
-
- <oaf_attribute name="evolution:config_item:description" type="string"
- value="This allows you to configure the Test Component"/>
-
-</oaf_server>
-
-</oaf_info>