~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/NUnit/MonoDevelopNUnit.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
       copyright = "MIT X11"
6
6
       url       = "http://monodevelop.com"
7
7
       description = "Integrates NUnit into the MonoDevelop IDE."
8
 
           category    = "IDE extensions"
9
 
       version   = "2.4">
 
8
           category    = "Testing"
 
9
       version   = "2.6">
10
10
 
11
11
        <Runtime>
12
12
                <Import assembly="MonoDevelop.NUnit.dll" />
17
17
        </Runtime>
18
18
        
19
19
        <Dependencies>
20
 
                <Addin id="Core" version="2.4"/>
21
 
                <Addin id="Ide" version="2.4"/>
 
20
                <Addin id="Core" version="2.6"/>
 
21
                <Addin id="Ide" version="2.6"/>
22
22
        </Dependencies>
23
23
        
24
24
        <!-- Extension Points -->
64
64
        <!-- Extensions -->
65
65
 
66
66
        <Extension path="/MonoDevelop/Core/SupportPackages">
67
 
                <Condition id="PackageNotInstalled" name="mono-nunit" version="2.4">
 
67
                <Condition id="PackageNotInstalled" name="mono-nunit" version="2.6">
68
68
                        <Package name="nunit" version="2.4" clrVersion="Default">
69
69
                                <Assembly file="nunit.core.dll" />
70
70
                                <Assembly file="nunit.core.interfaces.dll" />