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

« back to all changes in this revision

Viewing changes to src/addins/CBinding/CBinding.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 = "C/C++ Language binding"
8
8
       category    = "Language bindings"
9
 
       version     = "3.0.3">
 
9
       version     = "4.0.5">
10
10
 
11
11
        <Dependencies>
12
 
                <Addin id = "Core" version = "3.0.3"/>
13
 
                <Addin id = "Ide" version = "3.0.3"/>
14
 
                <Addin id = "Deployment" version = "3.0.3"/>
15
 
                <Addin id = "Deployment.Linux" version = "3.0.3"/>
16
 
                <Addin id = "SourceEditor2" version = "3.0.3" />
17
 
                <Addin id = "DesignerSupport" version = "3.0.3" />
18
 
                <Addin id = "Refactoring" version = "3.0.3" />
 
12
                <Addin id = "Core" version = "4.0.5"/>
 
13
                <Addin id = "Ide" version = "4.0.5"/>
 
14
                <Addin id = "Deployment" version = "4.0.5"/>
 
15
                <Addin id = "Deployment.Linux" version = "4.0.5"/>
 
16
                <Addin id = "SourceEditor2" version = "4.0.5" />
 
17
                <Addin id = "DesignerSupport" version = "4.0.5" />
 
18
                <Addin id = "Refactoring" version = "4.0.5" />
19
19
        </Dependencies>
20
20
        
21
21
        <Extension path = "/MonoDevelop/Core/StockIcons">
125
125
                    class = "CBinding.ObjCppLanguageBinding"/>
126
126
    </Extension>
127
127
    
128
 
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Other">
 
128
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Projects">
129
129
                <Section
130
130
                        id = "CBindingOptions"
131
131
                        _label = "C/C++"
241
241
            </Runtime>
242
242
            
243
243
                <Dependencies>
244
 
                        <Addin id = "MonoDevelop.Autotools" version = "3.0.3"/>
 
244
                        <Addin id = "MonoDevelop.Autotools" version = "4.0.5"/>
245
245
                </Dependencies>
246
246
                
247
247
                <Extension path = "/Autotools/SimpleSetups">