~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDeveloperExtensions/MonoDeveloperExtensions.addin.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://www.monodevelop.com"
7
7
       description = "Provides some IDE extensions useful for developing and building the Mono class libraries."
8
8
       category    = "Project Import and Export"
9
 
       version     = "3.0.3">
 
9
       version     = "4.0.5">
10
10
    
11
11
    <Runtime>
12
12
        <Import assembly="MonoDeveloperExtensions.dll"/>
13
13
    </Runtime>
14
 
        
 
14
 
15
15
        <Dependencies>
16
 
                <Addin id="Core" version="3.0.3"/>
17
 
                <Addin id="Ide" version="3.0.3"/>
 
16
                <Addin id="Core" version="4.0.5"/>
 
17
                <Addin id="Ide" version="4.0.5"/>
18
18
        </Dependencies>
19
19
 
20
20
        <Extension path = "/MonoDevelop/ProjectModel/FileFormats">
21
21
                <FileFormat id = "MonoMakefile" name="Mono Makefile"
22
22
                                                class = "MonoDeveloper.MonoMakefileFormat" />
23
23
        </Extension>
24
 
        
 
24
 
25
25
  <Extension path = "/MonoDevelop/ProjectModel/Gui/ItemOptionPanels">
26
26
    <Condition id="ItemType" value = "MonoDeveloper.MonoMakefile">
27
27
                <Section id = "MonoMakefileOptionsPanel"
37
37
                                _label = "Install" />
38
38
        </Extension>
39
39
 
40
 
        <Extension path = "/MonoDevelop/Ide/Toolbar/Build">
41
 
                <CommandItem id = "MonoDeveloper.Commands.Install" insertafter="MonoDevelop.Commands.ProjectCommands.Run"/>
42
 
        </Extension>
43
 
 
44
40
        <Extension path = "/MonoDevelop/Ide/ContextMenu/ProjectPad">
45
41
                <Condition id="activeproject" value="MonoMakefile">
46
42
                        <CommandItem id = "MonoDeveloper.Commands.Install"
55
51
                <Import assembly="MonoDeveloperExtensions_nunit.dll"/>
56
52
            </Runtime>
57
53
                <Dependencies>
58
 
                        <Addin id="NUnit" version="3.0.3"/>
 
54
                        <Addin id="NUnit" version="4.0.5"/>
59
55
                </Dependencies>
60
56
                <Extension path = "/MonoDevelop/NUnit/TestProviders">
61
57
                        <Class id = "MonoTestProvider" class = "MonoDeveloper.MonoTestProvider"/>