~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/WelcomePage/WelcomePage.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Addin id          = "WelcomePage"
2
2
       namespace   = "MonoDevelop"
3
 
           name        = "MonoDevelop Welcome Page"
 
3
           name        = "Welcome Page"
4
4
       author      = "Scott Ellington"
5
5
           copyright   = "MIT X11"
6
6
           url         = "http://salmonsalvo.net/"
7
7
           description = "Welcome Page for MonoDevelop"
8
 
           category    = "IDE extensions"          
9
 
       version     = "0.18.0">
 
8
           category    = "MonoDevelop Core"        
 
9
       version     = "1.0.0">
10
10
        
11
11
        <Runtime>
12
12
                <Import assembly="WelcomePage.dll"/>
16
16
        </Runtime>
17
17
 
18
18
        <Dependencies>
19
 
            <Addin id="Core" version="0.18.0"/>
20
 
            <Addin id="Core.Gui" version="0.18.0"/>
21
 
            <Addin id="Projects" version="0.18.0"/>
22
 
                <Addin id="Ide" version="0.18.0"/>
 
19
            <Addin id="Core" version="1.0.0"/>
 
20
            <Addin id="Core.Gui" version="1.0.0"/>
 
21
            <Addin id="Projects" version="1.0.0"/>
 
22
                <Addin id="Ide" version="1.0.0"/>
23
23
        </Dependencies>
24
24
        
25
25
        <Extension path = "/MonoDevelop/Ide/Commands">