~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

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     = "0.18.0">
 
9
       version     = "1.0.0">
10
10
 
11
11
        <Dependencies>
12
 
                <Addin id = "Core" version = "0.18.0"/>
13
 
                <Addin id = "Core.Gui" version = "0.18.0"/>
14
 
                <Addin id = "Projects" version = "0.18.0"/>
15
 
                <Addin id = "Projects.Gui" version = "0.18.0"/>
16
 
                <Addin id = "Ide" version = "0.18.0"/>
17
 
                <Addin id = "Components" version = "0.18.0"/>
18
 
                <Addin id = "SourceEditor" version = "0.18.0"/>
19
 
                <Addin id = "Deployment" version = "0.18.0"/>
20
 
                <Addin id = "Deployment.Linux" version = "0.18.0"/>
 
12
                <Addin id = "Core" version = "1.0.0"/>
 
13
                <Addin id = "Core.Gui" version = "1.0.0"/>
 
14
                <Addin id = "Projects" version = "1.0.0"/>
 
15
                <Addin id = "Projects.Gui" version = "1.0.0"/>
 
16
                <Addin id = "Ide" version = "1.0.0"/>
 
17
                <Addin id = "Components" version = "1.0.0"/>
 
18
                <Addin id = "SourceEditor" version = "1.0.0"/>
 
19
                <Addin id = "Deployment" version = "1.0.0"/>
 
20
                <Addin id = "Deployment.Linux" version = "1.0.0"/>
21
21
        </Dependencies>
22
22
        
23
23
        <Extension path = "/MonoDevelop/Core/StockIcons">
80
80
                    supportedextensions = ".cpp,.cxx,.h,.hpp"
81
81
                    class = "CBinding.CppLanguageBinding"/>
82
82
    </Extension>
 
83
    
 
84
        <Extension path = "/MonoDevelop/Ide/OptionsDialogPanels/Other">
 
85
                <DialogPanel
 
86
                        id = "CBindingOptions"
 
87
                        _label = "C/C++"
 
88
                        class = "CBinding.GeneralOptionsPanelBinding"/>
 
89
        </Extension>
83
90
 
84
91
        <Extension path = "/MonoDevelop/ProjectModel/Gui/ProjectOptions/ConfigurationOptions">
85
92
                <Condition id = "activelanguage" value = "C">
181
188
            </Runtime>
182
189
            
183
190
                <Dependencies>
184
 
                        <Addin id = "MonoDevelop.Autotools" version = "0.18.0"/>
 
191
                        <Addin id = "MonoDevelop.Autotools" version = "1.0.0"/>
185
192
                </Dependencies>
186
193
                
187
194
                <Extension path = "/Autotools/SimpleSetups">