diff options
| author | JP Rosevear <jpr@ximian.com> | 2004-01-11 14:45:44 +0800 |
|---|---|---|
| committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-11 14:45:44 +0800 |
| commit | 6e209f9bf47dd5d0d2323824ccf074f48558e7af (patch) | |
| tree | 0f37f93e2e671245c76ab312976a31f5c3849da3 /shell/GNOME_Evolution_Test.server.in.in | |
| parent | d7bb9b315af40592aab3fa992d91ca09bd7a2983 (diff) | |
| download | gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.gz gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.bz2 gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.lz gsoc2013-evolution-6e209f9bf47dd5d0d2323824ccf074f48558e7af.tar.xz 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_Test.server.in.in')
| -rw-r--r-- | shell/GNOME_Evolution_Test.server.in.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/shell/GNOME_Evolution_Test.server.in.in b/shell/GNOME_Evolution_Test.server.in.in new file mode 100644 index 0000000000..f0ed1d086a --- /dev/null +++ b/shell/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@/libevolution-test.so"> + + <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="evolution-inbox.png"/> + + <oaf_attribute name="evolution:component_icon" type="string" value="evolution-inbox.png"/> + <oaf_attribute name="evolution:component_display_order" type="number" value="1"/> + + </oaf_server> + +</oaf_info> |
