~ubuntu-branches/ubuntu/raring/monodevelop/raring

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2011-06-29 06:56:25 UTC
  • mfrom: (1.8.1 upstream) (1.3.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110629065625-7xx19c4vb95j65pl
Tags: 2.5.92+dfsg-1ubuntu1
* Merge from Debian experimental:
 - Dropped patches & changes to debian/control for Moonlight
   + debian/patches/remove_support_for_moonlight.patch,
   + debian/patches/dont_add_moonlight_to_core_addins.patch,
 - Remaining patches:
   + debian/patches/no_appmenu:

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://www.monodevelop.com"
7
7
       description = "Provides basic deployment services"
8
8
           category    = "Deployment"
9
 
       version     = "2.4"
 
9
       version     = "2.6"
10
10
       flags       = "Hidden"
11
 
       compatVersion = "2.4">
 
11
       compatVersion = "2.6">
12
12
 
13
13
        <Dependencies>
14
 
                <Addin id="Core" version="2.4"/>
15
 
                <Addin id="Ide" version="2.4"/>
16
 
                <Addin id="DesignerSupport" version="2.4"/>
 
14
                <Addin id="Core" version="2.6"/>
 
15
                <Addin id="Ide" version="2.6"/>
 
16
                <Addin id="DesignerSupport" version="2.6"/>
17
17
        </Dependencies>
18
18
 
19
19
        <Extension path = "/MonoDevelop/Ide/Commands">
107
107
        
108
108
        <Extension path = "/MonoDevelop/Deployment/DeployFileCopiers">
109
109
                <Class class = "MonoDevelop.Deployment.Targets.LocalFileCopyHandler" />
110
 
                <Class class = "MonoDevelop.Deployment.Targets.SshFuseFileCopyHandler" />
 
110
                <Condition id="Platform" value="!windows">
 
111
                        <Class class = "MonoDevelop.Deployment.Targets.SshFuseFileCopyHandler" />
 
112
                </Condition>
111
113
        </Extension>
112
114
 
113
115
        <Extension path = "/MonoDevelop/Deployment/DeployServiceExtensions">
122
124
        
123
125
        <Extension path = "/MonoDevelop/Deployment/FileCopyConfigurationEditors">
124
126
                <Class class = "MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditor" />
125
 
                <Class class = "MonoDevelop.Deployment.Gui.SshFuseFileCopyConfigurationEditor" />
 
127
                <Condition id="Platform" value="!windows">
 
128
                        <Class class = "MonoDevelop.Deployment.Gui.SshFuseFileCopyConfigurationEditor" />
 
129
                </Condition>
126
130
        </Extension>
127
131
        
128
132
        <Extension path = "/MonoDevelop/DesignerSupport/PropertyProviders">