~haakan/do-plugins/sshfix

« back to all changes in this revision

Viewing changes to Wordnet/Wordnet.addin.xml

  • Committer: Jason Smith
  • Date: 2008-12-24 04:37:17 UTC
  • mto: This revision was merged to the branch mainline in revision 337.
  • Revision ID: jassmith@gmail.com-20081224043717-9yq3uhajlmnyyg5k
Merge community into official

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="Wordnet" 
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Wordnet"
 
6
        description="Looks up definitions on Wordnet."
 
7
        author="Ankit Solanki"
 
8
        >
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="Wordnet.dll"/>
 
12
        </Runtime>
 
13
 
 
14
        <Dependencies>
 
15
                <Addin id="Core" version="1.0" />
 
16
        </Dependencies>
 
17
 
 
18
        <!-- Extensions included in this assembly -->
 
19
        <Extension path="/Do/Action">
 
20
                <Action type="Simulacra.WordnetAction" />
 
21
        </Extension>
 
22
 
 
23
</Addin>