~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Shelf/Resources/Shelf.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="Shelf"
3
 
        namespace="Do"
4
 
        version="1.2"
5
 
        name="Shelf"
6
 
        description="Store items on a 'shelf' for quick access."
7
 
        author="Jason Smith"
8
 
        category="Community"
9
 
        defaultEnabled="false"
10
 
        >
11
 
 
12
 
        <Runtime>
13
 
                <Import assembly="Shelf.dll"/>
14
 
        </Runtime>
15
 
 
16
 
        <Dependencies>
17
 
                <Addin id="Universe" version="1.0" />
18
 
        </Dependencies>
19
 
 
20
 
        <Extension path="/Do/ItemSource">
21
 
                <ItemSource type="Shelf.ShelfItemSource" />
22
 
        </Extension>
23
 
 
24
 
        <Extension path="/Do/Action">
25
 
                <Action type="Shelf.ShelfAddToShelfAction" />
26
 
                <Action type="Shelf.ShelfCreateShelfAction" />
27
 
                <Action type="Shelf.ShelfExploreAction" />
28
 
                <Action type="Shelf.ShelfRemoveFromShelfAction" />
29
 
                <Action type="Shelf.ShelfRenameShelfAction" />
30
 
                <Action type="Shelf.ShelfDeleteShelfAction" />
31
 
        </Extension>
32
 
 
33
 
</Addin>