~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to JIRA/Resources/JIRA.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="JIRA" 
3
 
        namespace="Do"
4
 
        version="2.3"
5
 
        name="JIRA Integration"
6
 
        description="Creates fast lookup links for JIRA issues."
7
 
        author="Andrew Franklin"
8
 
        category="Community"
9
 
        defaultEnabled="false"
10
 
        >
11
 
 
12
 
        <Runtime>
13
 
                <Import assembly="JIRA.dll"/>
14
 
        </Runtime>
15
 
 
16
 
        <Dependencies>
17
 
                <Addin id="Universe" version="1.0" />
18
 
        </Dependencies>
19
 
 
20
 
        <Extension path="/Do/Action">
21
 
                <Action type="JIRA.JIRAIssueAction" />
22
 
        </Extension>
23
 
        <Extension path = "/Do/ItemSource">
24
 
                <ItemSource type="JIRA.JIRAIssueSource" />
25
 
        </Extension>
26
 
 
27
 
 
28
 
</Addin>