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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/MonoDevelop.VersionControl.Subversion.Unix.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://taubz.for.net/code/diff"
7
7
       description = "Subversion support for Linux and MacOSX"
8
8
       category  = "Version Control"
9
 
       version   = "3.0.3">
10
 
 
 
9
       version   = "4.0.5">
 
10
 
11
11
        <Dependencies>
12
 
            <Addin id="Core" version="3.0.3"/>
13
 
            <Addin id="Ide" version="3.0.3"/>
14
 
            <Addin id="VersionControl" version="3.0.3"/>
15
 
            <Addin id="VersionControl.Subversion" version="3.0.3"/>
 
12
            <Addin id="Core" version="4.0.5"/>
 
13
            <Addin id="Ide" version="4.0.5"/>
 
14
            <Addin id="VersionControl" version="4.0.5"/>
 
15
            <Addin id="VersionControl.Subversion" version="4.0.5"/>
16
16
        </Dependencies>
17
 
        
 
17
 
18
18
        <Extension path = "/MonoDevelop/VersionControl/VersionControlSystems">
19
19
                <Condition id="Platform" value="!windows">
20
20
                        <Class class = "MonoDevelop.VersionControl.Subversion.Unix.SvnClient" />
21
21
                </Condition>
22
22
        </Extension>
23
23
</Addin>
24