~ubuntu-branches/ubuntu/natty/alarm-clock-applet/natty

« back to all changes in this revision

Viewing changes to src/AlarmClock.server.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-05-30 23:24:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090530232427-88on1j2ily4ajxdz
Tags: upstream-0.2.6
ImportĀ upstreamĀ versionĀ 0.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<oaf_info>
 
2
<oaf_server iid="OAFIID:AlarmClock_Factory" type="exe"
 
3
                        location="@LIBEXECDIR@/alarm-clock-applet">
 
4
 
 
5
        <oaf_attribute name="repo_ids" type="stringv">
 
6
                <item value="IDL:Bonobo/GenericFactory:1.0"/>
 
7
                <item value="IDL:Bonobo/Unknown:1.0"/>
 
8
        </oaf_attribute>
 
9
        <oaf_attribute name="name" type="string" value="Alarm Clock Factory"/>
 
10
        <oaf_attribute name="description" type="string" value="Factory to create the alarm clock applet"/>
 
11
</oaf_server>
 
12
 
 
13
<oaf_server iid="OAFIID:AlarmClock" type="factory"
 
14
                location="OAFIID:AlarmClock_Factory">
 
15
 
 
16
        <oaf_attribute name="repo_ids" type="stringv">
 
17
                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
 
18
                <item value="IDL:Bonobo/Control:1.0"/>
 
19
                <item value="IDL:Bonobo/Unknown:1.0"/>
 
20
        </oaf_attribute>
 
21
        <oaf_attribute name="name" type="string" value="Alarm Clock"/>
 
22
        <oaf_attribute name="description" type="string" value="Get up in the morning!"/>
 
23
        <oaf_attribute name="panel:category" type="string" value="Accessories"/>
 
24
        <oaf_attribute name="panel:icon" type="string" value="alarm-clock.png"/>
 
25
</oaf_server>
 
26
</oaf_info>