~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Addin id        = "VersionControl"
2
2
       namespace   = "MonoDevelop"
3
 
       name      = "MonoDevelop Version Control Addin"
 
3
       name      = "Version Control Support"
4
4
       author    = "Joshua Tauberer"
5
5
       copyright = "GPL"
6
6
       url       = "http://taubz.for.net/code/diff"
7
7
       description = "A MonoDevelop addin for using version control systems like Subversion"
8
 
       category    = "IDE extensions"
9
 
       version   = "0.18.0">
 
8
       category    = "Version Control"
 
9
       version   = "1.0.0">
10
10
 
11
11
        <Runtime>
12
12
                <Import assembly="Diff.dll"/>
14
14
        </Runtime>
15
15
 
16
16
        <Dependencies>
17
 
            <Addin id="Core" version="0.18.0"/>
18
 
            <Addin id="Core.Gui" version="0.18.0"/>
19
 
                <Addin id="Projects" version="0.18.0"/>
20
 
            <Addin id="Ide" version="0.18.0"/>
 
17
            <Addin id="Core" version="1.0.0"/>
 
18
            <Addin id="Core.Gui" version="1.0.0"/>
 
19
                <Addin id="Projects" version="1.0.0"/>
 
20
            <Addin id="Ide" version="1.0.0"/>
21
21
        </Dependencies>
22
22
        
23
23
        <ExtensionPoint path = "/MonoDevelop/VersionControl/VersionControlSystems" name = "Version control systems">