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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
       copyright   = ""
6
6
       url         = ""
7
7
       description = "Provides a hex editor for MonoDevelop"
8
 
       category    = "MonoDevelop Core"
9
 
       version     = "2.4">
 
8
       category    = "IDE extensions"
 
9
       version     = "2.6">
10
10
        
11
11
        <Runtime>
12
12
                <Import assembly="MonoDevelop.HexEditor.dll"/>
13
13
        </Runtime>
14
14
        
15
15
        <Dependencies>
16
 
                <Addin id="Core" version="2.4"/>
17
 
                <Addin id="Ide" version="2.4"/>
18
 
                <Addin id="AssemblyBrowser" version="2.4"/>
 
16
                <Addin id="Core" version="2.6"/>
 
17
                <Addin id="Ide" version="2.6"/>
 
18
                <Addin id="AssemblyBrowser" version="2.6"/>
19
19
        </Dependencies>
20
20
        <!--
21
21
        <Extension path = "/MonoDevelop/Ide/Commands">