~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

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

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin
2
 
        id="Tomboy"
3
 
        namespace="Do"
4
 
        version="1.3"
5
 
        name="Tomboy"
6
 
        description="Search and create new Tomboy notes."
7
 
        author="Rick Harding"
8
 
        category="Official"
9
 
        defaultEnabled="false"
10
 
        >
11
 
 
12
 
        <Runtime>
13
 
                <Import assembly="Tomboy.dll"/>
14
 
        </Runtime>
15
 
 
16
 
        <Dependencies>
17
 
                <Addin id="Universe" version="1.0" />
18
 
        </Dependencies>
19
 
 
20
 
        <Extension path="/Do/ItemSource">
21
 
                <ItemSource type="Tomboy.NotesItemSource" />
22
 
        </Extension>
23
 
        <Extension path="/Do/Action">
24
 
                <Action type="Tomboy.NewNoteAction" />
25
 
                <Action type="Tomboy.SearchNotesAction" />
26
 
        </Extension>
27
 
</Addin>