~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Tomboy/src/Tomboy.addin.xml

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin id="Tomboy" namespace= "Do" version="1.0">
 
1
<Addin
 
2
        id="Tomboy"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Tomboy"
 
6
        description="Indexes, and allows for creating and searching Tomboy notes"
 
7
        author="Rick Harding"
 
8
>
2
9
 
3
10
        <Runtime>
4
11
                <Import assembly="Tomboy.dll"/>
10
17
        
11
18
        <!-- Extensions included in this assembly -->
12
19
        <!-- Sources -->
13
 
        <Extension path = "/Do/ItemSource">
14
 
                <Action type = "Tomboy.NotesItemSource" />
 
20
        <Extension path="/Do/ItemSource">
 
21
                <ItemSource type="Tomboy.NotesItemSource" />
15
22
        </Extension>
16
 
        <Extension path = "/Do/Action">
 
23
        <Extension path="/Do/Action">
17
24
                <Action type="Tomboy.NewNoteAction" />
18
 
        </Extension>
19
 
        <Extension path = "/Do/Action">
20
25
                <Action type="Tomboy.SearchNotesAction" />
21
26
        </Extension>
22
27
</Addin>