File: org-gnome-backup-restore.eplug.xml

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (34 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<e-plugin-list>
  <!-- the path to the shared library -->
  <e-plugin
    id="org.gnome.plugin.backup.restore"
    type="shlib"
    location="@PLUGINDIR@/liborg-gnome-backup-restore.so"
    _name="Backup and restore plugin">
    <author name="JP Rosevear" email="jpr@novell.com"/>
    <_description>A plugin for backing up and restore Evolution data and settings.</_description>

    <hook class="org.gnome.evolution.shell.bonobomenu:1.0">

      <menu id="org.gnome.evolution.shell" target="shell">
	<!-- the path to the bonobo menu description -->
	<ui file="@PLUGINDIR@/org-gnome-backup-restore.xml"/>
	<item
	  type="item"
	  verb="EPBRBackup"
	  path="/commands/EPBRBackup"
	  enable="one"
	  activate="org_gnome_backup_restore_backup"/>
	<item
	  type="item"
	  verb="EPBRRestore"
	  path="/commands/EPBRRestore"
	  enable="one"
	  activate="org_gnome_backup_restore_restore"/>
      </menu>

    </hook>

  </e-plugin>
</e-plugin-list>