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

« back to all changes in this revision

Viewing changes to src/addins/WindowsPlatform/WindowsPlatform.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:
6
6
       url         = "http://monodevelop.com/"
7
7
       description = "Windows Platform Support for MonoDevelop"
8
8
       category    = "Platform Support"
9
 
      version     = "3.0.3">
10
 
        
 
9
       version     = "4.0.5">
 
10
 
11
11
        <Runtime>
12
12
                <Import assembly="WindowsPlatform.dll"/>
13
13
        </Runtime>
14
14
 
15
15
        <Dependencies>
16
 
                <Addin id="Core" version="3.0.3"/>
17
 
                <Addin id="Ide" version="3.0.3"/>
 
16
                <Addin id="Core" version="4.0.5"/>
 
17
                <Addin id="Ide" version="4.0.5"/>
18
18
  </Dependencies>
19
 
        
20
 
        
 
19
 
 
20
 
21
21
        <Extension path = "/MonoDevelop/Core/PlatformService">
22
22
                <Class class = "MonoDevelop.Platform.WindowsPlatform"/>
23
23
        </Extension>
24
 
        
 
24
 
25
25
        <Extension path = "/MonoDevelop/Ide/InitCompleteHandlers">
26
26
                <Class class="MonoDevelop.Platform.JumpList" />
27
27
        </Extension>
32
32
    <Class class = "MonoDevelop.Platform.OpenFileDialogHandler"/>
33
33
  </Extension>
34
34
-->
35
 
        
 
35
 
36
36
</Addin>