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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id          = "AssemblyBrowser"
 
2
       namespace   = "MonoDevelop"
 
3
       name        = "MonoDevelop Assembly Browser"
 
4
       author      = "Mike Krüger"
 
5
       copyright   = ""
 
6
       url         = ""
 
7
       description = "Provides an assembly browser for the MonoDevelop"
 
8
       category    = "MonoDevelop Core"
 
9
       version     = "1.9.2">
 
10
        
 
11
        <Runtime>
 
12
                <Import assembly="MonoDevelop.AssemblyBrowser.dll"/>
 
13
        </Runtime>
 
14
        
 
15
        <Dependencies>
 
16
            <Addin id="Core" version="1.9.2"/>
 
17
                <Addin id="Ide" version="1.9.2"/>
 
18
        </Dependencies>
 
19
        
 
20
        <!-- Extension points -->
 
21
        
 
22
        <!-- Extensions -->
 
23
        <Extension path = "/MonoDevelop/Ide/DisplayBindings">
 
24
                <DisplayBinding id = "AssemblyBrowser" insertbefore ="NewText2" supportedformats = ".NET Assemblies" class = "MonoDevelop.AssemblyBrowser.DisplayBinding" />
 
25
        </Extension>
 
26
        
 
27
</Addin>