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

« back to all changes in this revision

Viewing changes to src/addins/MacPlatform/MacPlatform.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:
6
6
       url         = "http://monodevelop.com/"
7
7
       description = "Mac Platform Support for MonoDevelop"
8
8
       category    = "Platform Support"
9
 
       version     = "2.4">
 
9
       flags       = "Hidden"
 
10
       version     = "2.6">
10
11
        
11
12
        <Runtime>
12
13
        </Runtime>
13
14
 
14
15
        <Dependencies>
15
 
            <Addin id="Ide" version="2.4"/>
 
16
            <Addin id="Ide" version="2.6"/>
16
17
        </Dependencies>
17
18
        
18
19
        <Extension path = "/MonoDevelop/Core/PlatformService">
19
20
                <Class id      = "PlatformService"
20
 
                       class   = "MonoDevelop.Platform.MacPlatform"/>
 
21
                       class   = "MonoDevelop.Platform.Mac.MacPlatform"/>
21
22
        </Extension>
22
23
        
23
24
        <Extension path = "/MonoDevelop/Ide/Commands/Window">
44
45
        </Extension>
45
46
        
46
47
        <Extension path = "/MonoDevelop/Ide/Updater">
47
 
                <UpdateInfo file="../../updateinfo" />
 
48
                <UpdateInfo file="../../../updateinfo" />
48
49
                <UpdateInfo file="/Library/Frameworks/Mono.framework/Versions/Current/updateinfo" />
49
50
                <UpdateInfo file="/Library/Frameworks/Mono.framework/Versions/Current/updateinfo.csdk" />
50
51
        </Extension>
51
52
        
52
 
        <!--
53
53
        <Extension path = "/MonoDevelop/Components/DialogHandlers">
54
54
                <Class class="MonoDevelop.Platform.Mac.MacSelectFileDialogHandler" />
55
55
                <Class class="MonoDevelop.Platform.Mac.MacAddFileDialogHandler" />
56
56
                <Class class="MonoDevelop.Platform.Mac.MacOpenFileDialogHandler" />
 
57
                <!--
 
58
                <Class class="MonoDevelop.Platform.Mac.MacAlertDialogHandler" />
 
59
                -->
57
60
        </Extension>
58
 
        -->
59
61
</Addin>