~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Addin id = "GtkCore"
2
 
       namespace = "MonoDevelop"
3
 
       name     = "GTK# Visual Designer"
4
 
       author    = "Lluis Sanchez Gual"
5
 
       copyright = "X11"
6
 
       url       = ""
 
2
       namespace   = "MonoDevelop"
 
3
       name        = "GTK# Visual Designer"
 
4
       author      = "Lluis Sanchez Gual"
 
5
       copyright   = "X11"
 
6
       url         = ""
7
7
       description = "Provides support for visual design of GTK# windows, dialogs and widgets."
8
 
           category    = "IDE extensions"
9
 
       version   = "3.0.3">
 
8
       category    = "IDE extensions"
 
9
       version     = "4.0.5">
10
10
 
11
11
        <Runtime>
12
12
                <Import assembly="libstetic.dll"/>
17
17
        </Runtime>
18
18
 
19
19
        <Dependencies>
20
 
                <Addin id="Core" version="3.0.3"/>
21
 
                <Addin id="Ide" version="3.0.3"/>
22
 
                <Addin id="DesignerSupport" version="3.0.3"/>
 
20
                <Addin id="Core" version="4.0.5"/>
 
21
                <Addin id="Ide" version="4.0.5"/>
 
22
                <Addin id="DesignerSupport" version="4.0.5"/>
23
23
        </Dependencies>
24
24
        
25
25
        <ExtensionPoint path = "/MonoDevelop/GtkCore/ContextMenu/ProjectPad.ActionGroup">
180
180
                <Class class = "MonoDevelop.GtkCore.Dialogs.GtkProjectFeature" />
181
181
        </Extension>
182
182
 
183
 
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Preferences/Style">
 
183
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Projects">
184
184
                <Panel _label = "GTK# Designer" class = "MonoDevelop.GtkCore.Dialogs.GtkDesignerOptionPanel" />
185
185
        </Extension>
186
186
</Addin>