File: MonoDevelop.Database.Designer.addin.xml

package info (click to toggle)
monodevelop-database 1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,240 kB
  • ctags: 3,403
  • sloc: cs: 19,989; xml: 810; makefile: 649; sh: 540
file content (24 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Addin	id		= "Database.Designer"
	namespace	= "MonoDevelop"
	name		= "MonoDevelop Database Designer"
	author		= "Ben Motmans"
	copyright	= "MIT X11"
	url		= "http://www.monodevelop.com"
	description	= "Database Designer Module"
	category    = "Database"
	version		= "1.0.0">
    
	<Runtime>
		<Import assembly="MonoDevelop.Database.Designer.dll"/>
	</Runtime>
	
  	<Localizer type="Gettext" catalog="monodevelop-database"/>
	
	<Dependencies>
		<Addin id="Core" version="1.0.0"/>
		<Addin id="Core.Gui" version="1.0.0"/>
		<Addin id="Ide" version="1.0.0"/>
		<Addin id="Database.Sql" version="1.0.0"/>
	</Dependencies>

</Addin>