diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-23 14:32:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-23 14:32:04 +0800 |
commit | 63d803aa5e0616a7b83a41d7b62f8bbeab44065a (patch) | |
tree | 9fe86c79c5ee88e4d01d7780f335242f5fc666d7 /notes | |
parent | 8825b35b7613fd532813a422b908a097c2791513 (diff) | |
download | gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.gz gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.zst gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.zip |
removed *.oaf.in that were left
svn path=/trunk/; revision=19582
Diffstat (limited to 'notes')
-rw-r--r-- | notes/GNOME_Evolution_Notes.oaf.in | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/notes/GNOME_Evolution_Notes.oaf.in b/notes/GNOME_Evolution_Notes.oaf.in deleted file mode 100644 index d65cb45412..0000000000 --- a/notes/GNOME_Evolution_Notes.oaf.in +++ /dev/null @@ -1,54 +0,0 @@ -<oaf_info> - -<oaf_server iid="OAFIID:GNOME_Evolution_Notes_controlFactory" - type="exe" - location="evolution-notes"> - - <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 Notes control"/> - -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Notes_control" - type="factory" - location="OAFIID:GNOME_Evolution_Notes_controlFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Control:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="A sample Bonobo control which displays an addressbook."/> - -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Notes_shellComponentFactory" - type="exe" - location="evolution-notes"> - - <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 Evolution notes component."/> - -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Notes_shellComponent" - type="factory" - location="OAFIID:GNOME_Evolution_Notes_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 component for handling mail."/> - -</oaf_server> - -</oaf_info> |