~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://md-xed.sourceforge.net"
7
7
       description = "XML Editor"
8
8
       category    = "IDE extensions"
9
 
       version     = "2.2">
 
9
       version     = "2.4">
10
10
 
 
 
b'\t<Runtime>'
11
11
                <Import assembly="MonoDevelop.XmlEditor.dll" />
12
12
                <Import file="schemas/appconfig.xsd" />
20
20
        </Runtime>
21
21
 
22
22
        <Dependencies>
23
 
                <Addin id="Core" version="2.2"/>
24
 
                <Addin id="Core.Gui" version="2.2"/>
25
 
                <Addin id="Projects" version="2.2"/>
26
 
                <Addin id="Projects.Gui" version="2.2"/>
27
 
                <Addin id="Ide" version="2.2"/>
28
 
                <Addin id="Components" version="2.2"/>
29
 
                <Addin id="DesignerSupport" version="2.2"/>
30
 
                <Addin id="SourceEditor2" version="2.2"/>
 
23
                <Addin id="Core" version="2.4"/>
 
24
                <Addin id="Ide" version="2.4"/>
 
25
                <Addin id="DesignerSupport" version="2.4"/>
 
26
                <Addin id="SourceEditor2" version="2.4"/>
31
27
        </Dependencies>
32
28
 
33
29
        <!-- Defines the Xml file extension node -->
108
104
                </ItemSet>
109
105
        </Extension>
110
106
        
111
 
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/TextEditor/Formatting">
 
107
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/TextEditor/Behavior">
112
108
                <Section id = "XmlFormattingOptions" insertbefore="Formatting" _label = "XML" fill="true" class = "MonoDevelop.XmlEditor.Gui.XmlEditorOptionsPanel"/>
113
109
        </Extension>
114
110
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Other">
136
132
        </Extension>
137
133
        
138
134
        <Extension path = "/MonoDevelop/ProjectModel/TextPrettyPrinters">
139
 
                <Class class="MonoDevelop.XmlEditor.XmlFormatter" />
 
135
                <Class class="MonoDevelop.Xml.Formatting.XmlFormatter" />
 
136
        </Extension>
 
137
        
 
138
        <Extension path = "/MonoDevelop/ProjectModel/PolicyTypes" >
 
139
                <PolicyType class="MonoDevelop.Xml.Formatting.XmlFormattingPolicy" />
 
140
        </Extension>
 
141
        
 
142
        <Extension path = "/MonoDevelop/ProjectModel/PolicySets/Mono" >
 
143
                <Policies resource="MonoXmlPolicy.xml" />
 
144
        </Extension>
 
145
        
 
146
        <Extension path = "/MonoDevelop/ProjectModel/Gui/MimeTypePolicyPanels">
 
147
                <Panel id = "XmlFormatting" _label = "XML Format" mimeType="application/xml" class = "MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanel" />
140
148
        </Extension>
141
149
</Addin>