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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-06-22 20:35:35 UTC
  • mfrom: (10.3.2)
  • Revision ID: package-import@ubuntu.com-20120622203535-zrozwvcf6kfk6l6i
Tags: 3.0.3.2+dfsg-1
* [3fd89ae] Imported Upstream version 3.0.3.2+dfsg
* [379a680] Remove old patches we haven't used for ages from git.
* [d71161d] Remove correct_paths_in_monodevelop-core-addins.pc.patch.
  Upstream claim to have fixed this by moving assembly install locations.
* [15dbfb9] Fix install location for MonoDevelop.Gettext.dll.config.
* [26eb434] Fix install location for MonoDevelop.SourceEditor2.dll.config.
* [4169974] Upstream commit 53282c9 which finally reconciles the 
  MonoDevelop.Gettext.dll install location with the 
  monodevelop-core-addins.pc location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://www.monodevelop.com/"
7
7
       description = "CSharp Language Binding"
8
8
       category    = "Language bindings"
9
 
       version     = "3.0.2">
 
9
       version     = "3.0.3">
10
10
        
11
11
        <Dependencies>
12
 
                <Addin id="Core" version="3.0.2"/>
13
 
                <Addin id="Ide" version="3.0.2"/>
14
 
                <Addin id="SourceEditor2" version="3.0.2"/>
15
 
                <Addin id="Refactoring" version="3.0.2"/>
 
12
                <Addin id="Core" version="3.0.3"/>
 
13
                <Addin id="Ide" version="3.0.3"/>
 
14
                <Addin id="SourceEditor2" version="3.0.3"/>
 
15
                <Addin id="Refactoring" version="3.0.3"/>
16
16
        </Dependencies>
17
17
        
18
18
        <ConditionType id="MSBuildTargetIsAvailable" type="MonoDevelop.Projects.Formats.MSBuild.TargetsAvailableCondition" />
98
98
        </Extension>
99
99
 
100
100
        <Extension path = "/MonoDevelop/Ide/TextEditorExtensions">
101
 
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Formatting.CSharpTextEditorIndentation" />
102
 
                <!-- on the fly formatter must be before the completion text editor engine, 
 
101
                <!-- indent engine must be before the completion text editor engine, 
103
102
                otherwise stuff like 
104
103
                
105
104
                int Foo {
112
111
                         privaet;
113
112
                
114
113
                -->
115
 
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Formatting.OnTheFlyFormatterTextEditorExtension" />
 
114
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Formatting.CSharpTextEditorIndentation" />
116
115
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Completion.CSharpCompletionTextEditorExtension" />
117
116
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.Highlighting.HighlightUsagesExtension" />
118
117
                <Class fileExtensions = ".cs" class = "MonoDevelop.CSharp.PathedDocumentTextEditorExtension" />
272
271
                <Import assembly="MonoDevelop.CSharpBinding.Autotools.dll"/>
273
272
            </Runtime>
274
273
                <Dependencies>
275
 
                        <Addin id="Autotools" version="3.0.2"/>
 
274
                        <Addin id="Autotools" version="3.0.3"/>
276
275
                </Dependencies>
277
276
                <Extension path = "/MonoDevelop/Autotools/SimpleSetups">
278
277
                        <Class class="CSharpBinding.Autotools.CSharpAutotoolsSetup" />
284
283
                        <Import assembly="MonoDevelop.CSharpBinding.AspNet.dll"/>
285
284
                </Runtime>
286
285
                <Dependencies>
287
 
                        <Addin id="AspNet" version="3.0.2"/>
 
286
                        <Addin id="AspNet" version="3.0.3"/>
288
287
                </Dependencies>
289
288
                <Extension path = "/MonoDevelop/Asp/CompletionBuilders">
290
289
                        <Class class = "MonoDevelop.CSharp.Completion.AspLanguageBuilder" />