~ubuntu-branches/ubuntu/saucy/monodevelop/saucy

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Autotools/MonoDevelop.Autotools.addin.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (1.8.5) (1.5.8 sid)
  • Revision ID: package-import@ubuntu.com-20120527180820-f1ub6lhg0s50wci1
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        url         = "http://monodevelop.com"
7
7
        description = "Allows generating simple makefiles and Autotools based makefiles for projects"
8
8
        category    = "Project Import and Export"
9
 
        version     = "2.8.6.3">
 
9
        version     = "3.0.2">
10
10
        
11
11
        <Runtime>
12
12
                <Import assembly="MonoDevelop.Autotools.dll" />
19
19
        </Runtime>
20
20
 
21
21
        <Dependencies>
22
 
                <Addin id="Core" version="2.8.6.3"/>
23
 
                <Addin id="Ide" version="2.8.6.3"/>
24
 
                <Addin id="Deployment" version="2.8.6.3"/>
25
 
                <Addin id="DesignerSupport" version="2.8.6.3"/>
 
22
                <Addin id="Core" version="3.0.2"/>
 
23
                <Addin id="Ide" version="3.0.2"/>
 
24
                <Addin id="Deployment" version="3.0.2"/>
 
25
                <Addin id="DesignerSupport" version="3.0.2"/>
26
26
        </Dependencies>
27
27
        
28
28
        <ExtensionPoint path = "/MonoDevelop/Autotools/SimpleSetups">
68
68
 
69
69
        <Extension path = "/MonoDevelop/Ide/MainMenu/Project">
70
70
                <Condition id="Platform" value="!windows">
71
 
                        <CommandItem id = "MonoDevelop.Autotools.Commands.GenerateFiles" insertafter="MonoDevelop.Ide.Commands.ProjectCommands.ExportProject"/>
 
71
                        <CommandItem id = "MonoDevelop.Autotools.Commands.GenerateFiles" insertafter="MonoDevelop.Ide.Commands.ProjectCommands.ExportSolution"/>
72
72
                </Condition>
73
73
        </Extension>
74
74