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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields, Jo Shields, Iain Lane
  • Date: 2009-04-02 20:50:18 UTC
  • mfrom: (1.2.3 upstream) (1.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20090402205018-2ehhq89bo5eeajli
Tags: 2.0+dfsg-1~ubuntu1
[ Jo Shields ]
* New upstream release
* DFSG version of MonoDevelop 2.0
  (deleted all pre-compiled binaries from the tarball)
  + For the record here a list of the deleted files:
    src/addins/NUnit/lib/nunit.framework.dll
    src/addins/NUnit/lib/nunit.core.dll
    src/addins/NUnit/lib/nunit.util.dll
    src/addins/NUnit/lib/nunit.core.interfaces.dll
* debian/control:
  + Tweak build-deps to allow building against libgconf2.24-cil due to 
    broken ABI bump in Ubuntu
* debian/patches/update_templates_for_gtk-sharp_2.10.dpatch,
  debian/patches/update_templates_for_gtk-sharp_2.12.dpatch:
  + Refresh patch to ensure new projects are created using the correct
    version of GTK#

[ Iain Lane ]
* Upload from pkg-cli-apps SVN into Ubuntu; delayed in sid due to transition
  constraints. (LP: #353300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        url = "http://www.monodevelop.com"
8
8
        description = "Provides support for adding and maintianing Web References for CSharp and VB projects."
9
9
        category = "Web Development"
10
 
        version = "1.9.3" >
 
10
        version = "2.0" >
11
11
    
12
12
    <Runtime>
13
13
        <Import assembly = "MonoDevelop.WebReferences.dll"/>
14
14
    </Runtime>
15
15
    
16
16
        <Dependencies>
17
 
                <Addin id="Core" version="1.9.3"/>
18
 
                <Addin id="Core.Gui" version="1.9.3"/>
19
 
                <Addin id="Ide" version="1.9.3"/>
20
 
                <Addin id="Projects" version="1.9.3"/>
21
 
                <Addin id="Projects.Gui" version="1.9.3"/>
22
 
                <Addin id="Components" version="1.9.3"/>
 
17
                <Addin id="Core" version="2.0"/>
 
18
                <Addin id="Core.Gui" version="2.0"/>
 
19
                <Addin id="Ide" version="2.0"/>
 
20
                <Addin id="Projects" version="2.0"/>
 
21
                <Addin id="Projects.Gui" version="2.0"/>
 
22
                <Addin id="Components" version="2.0"/>
23
23
        </Dependencies>
24
24
        
25
25
        <ExtensionPoint path = "/MonoDevelop/WebReferences/ContextMenu/ProjectPad/WebReferenceFolder">