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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/MonoDevelop.VersionControl.Subversion.Unix.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:
 
1
<Addin id        = "VersionControl.Subversion.Unix"
 
2
       namespace = "MonoDevelop"
 
3
       name      = "Subversion support"
 
4
       author    = "Joshua Tauberer, Lluis Sanchez"
 
5
       copyright = "LGPL"
 
6
       url       = "http://taubz.for.net/code/diff"
 
7
       description = "Subversion support for Linux and MacOSX"
 
8
       category  = "Version Control"
 
9
       version   = "2.6">
 
10
 
 
11
        <Dependencies>
 
12
            <Addin id="Core" version="2.6"/>
 
13
            <Addin id="Ide" version="2.6"/>
 
14
            <Addin id="VersionControl" version="2.6"/>
 
15
            <Addin id="VersionControl.Subversion" version="2.6"/>
 
16
        </Dependencies>
 
17
        
 
18
        <Extension path = "/MonoDevelop/VersionControl/VersionControlSystems">
 
19
                <Condition id="Platform" value="!windows">
 
20
                        <Class class = "MonoDevelop.VersionControl.Subversion.Unix.SvnClient" />
 
21
                </Condition>
 
22
        </Extension>
 
23
</Addin>
 
24