~ubuntu-branches/debian/sid/docky/sid

« back to all changes in this revision

Viewing changes to StandardPlugins/Clippy/Resources/Clippy.addin.xml

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-01-19 19:03:38 UTC
  • mfrom: (1.1.14) (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120119190338-n44q7tmqsrkudvk7
Tags: 2.1.3-2
* Upload to unstable
* debian/watch:
  + Look for xz tarballs from now on

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="Clippy"
 
3
        namespace="Docky"
 
4
        version="1.0"
 
5
        isroot="false"
 
6
        defaultEnabled="false"
 
7
        name="Clippy"
 
8
        description="Keep recent clipboard entries."
 
9
        author="Robert Dyer"
 
10
        icon="edit-cut"
 
11
>
 
12
 
 
13
        <Dependencies>
 
14
                <Addin id="Items" version="1.0" />
 
15
        </Dependencies>
 
16
 
 
17
        <Runtime>
 
18
                <Import assembly="Clippy.dll" />
 
19
        </Runtime>
 
20
 
 
21
        <Extension path="/Docky/ItemProvider">
 
22
                <ItemProvider type="Clippy.ClippyItemProvider" />
 
23
        </Extension>
 
24
</Addin>