~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Wordnet/Resources/Wordnet.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="Wordnet" 
3
 
        namespace="Do"
4
 
        version="1.0"
5
 
        name="Wordnet"
6
 
        description="Define words on Wordnet."
7
 
        author="Ankit Solanki"
8
 
        category="Community"
9
 
        defaultEnabled="false"
10
 
        >
11
 
 
12
 
        <Runtime>
13
 
                <Import assembly="Wordnet.dll"/>
14
 
        </Runtime>
15
 
 
16
 
        <Dependencies>
17
 
                <Addin id="Universe" version="1.0" />
18
 
        </Dependencies>
19
 
 
20
 
        <!-- Extensions included in this assembly -->
21
 
        <Extension path="/Do/Action">
22
 
                <Action type="Simulacra.WordnetAction" />
23
 
        </Extension>
24
 
 
25
 
</Addin>