aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/GNOME_Evolution_Summary.server.in.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-08 07:15:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-08 07:15:07 +0800
commitfdd114527a97e9b65c3192038558f693778f0638 (patch)
treea164ffe8a8b1a042c7e29af9972098ed082f4a54 /my-evolution/GNOME_Evolution_Summary.server.in.in
parent59ca4efdbb7dafa2c70ee3f8f9b5bcef0153d75a (diff)
downloadgsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar.gz
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar.bz2
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar.lz
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar.xz
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.tar.zst
gsoc2013-evolution-fdd114527a97e9b65c3192038558f693778f0638.zip
Renamed from GNOME_Evolution_Summary.oaf.in.in.
* GNOME_Evolution_Summary.server.in.in: Renamed from GNOME_Evolution_Summary.oaf.in.in. * Makefile.am: GNOME_Evolution_Summary.server instead of .oaf. svn path=/trunk/; revision=18652
Diffstat (limited to 'my-evolution/GNOME_Evolution_Summary.server.in.in')
-rw-r--r--my-evolution/GNOME_Evolution_Summary.server.in.in73
1 files changed, 73 insertions, 0 deletions
diff --git a/my-evolution/GNOME_Evolution_Summary.server.in.in b/my-evolution/GNOME_Evolution_Summary.server.in.in
new file mode 100644
index 0000000000..15bbde0de7
--- /dev/null
+++ b/my-evolution/GNOME_Evolution_Summary.server.in.in
@@ -0,0 +1,73 @@
+<oaf_info>
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponent"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Summary_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 Summary component."/>
+
+ <oaf_attribute name="evolution:shell_component_icon" type="string"
+ value="evolution-today.png"/>
+ <oaf_attribute name="evolution:shell_component_launch_order" type="number"
+ value="4"/>
+ </oaf_server>
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"
+ type="@OAF_SHLIB_TYPE@"
+ location="@OAF_SHLIB_PREFIX@evolution-executive-summary@OAF_SHLIB_SUFFIX@">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Factory for the Evolution Summary component."/>
+
+ </oaf_server>
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"
+ type="@OAF_SHLIB_TYPE@"
+ location="@OAF_SHLIB_PREFIX@evolution-executive-summary@OAF_SHLIB_SUFFIX@">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/GenericFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Factory for Evolution Summary's configuration control."/>
+ </oaf_server>
+
+ <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Summary Preferences"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="Configure the appearance of the Evolution Summary here"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="evolution-today.png"/>
+
+ <oaf_attribute name="evolution:config_item:type" type="stringv">
+ <item value="summary"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:priority" type="string" value="-5"/>
+
+ <oaf_attribute name="description" type="string"
+ _value="Configuration control for the Evolution Summary."/>
+
+ </oaf_server>
+
+</oaf_info>