~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-06-22 20:35:35 UTC
  • mfrom: (10.3.2)
  • Revision ID: package-import@ubuntu.com-20120622203535-zrozwvcf6kfk6l6i
Tags: 3.0.3.2+dfsg-1
* [3fd89ae] Imported Upstream version 3.0.3.2+dfsg
* [379a680] Remove old patches we haven't used for ages from git.
* [d71161d] Remove correct_paths_in_monodevelop-core-addins.pc.patch.
  Upstream claim to have fixed this by moving assembly install locations.
* [15dbfb9] Fix install location for MonoDevelop.Gettext.dll.config.
* [26eb434] Fix install location for MonoDevelop.SourceEditor2.dll.config.
* [4169974] Upstream commit 53282c9 which finally reconciles the 
  MonoDevelop.Gettext.dll install location with the 
  monodevelop-core-addins.pc location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
       description = "A MonoDevelop addin for using version control systems like Subversion"
8
8
       category    = "Version Control"
9
9
       flags = "Hidden"
10
 
       version   = "3.0.2">
 
10
       version   = "3.0.3">
11
11
 
12
12
        <Runtime>
13
13
                <Import file="comment.png" />
24
24
        </Runtime>
25
25
 
26
26
        <Dependencies>
27
 
            <Addin id="Core" version="3.0.2"/>
28
 
            <Addin id="Ide" version="3.0.2"/>
29
 
            <Addin id="SourceEditor2" version="3.0.2"/>
 
27
            <Addin id="Core" version="3.0.3"/>
 
28
            <Addin id="Ide" version="3.0.3"/>
 
29
            <Addin id="SourceEditor2" version="3.0.3"/>
30
30
        </Dependencies>
31
31
        
32
32
        <ExtensionPoint path = "/MonoDevelop/VersionControl/VersionControlSystems" name = "Version control systems">