File: TerminalServerClient.addin.xml.in

package info (click to toggle)
gnome-do-plugins 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,672 kB
  • ctags: 9,913
  • sloc: cs: 45,624; xml: 2,161; makefile: 1,991; sh: 724
file content (28 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Addin 
	id="TerminalServerClient" 
	namespace="Do"
	version="1.1"
	name="Terminal Server Client"
	description="Search and open Terminal Server Client connections."
	author="Ankit Solanki"
	category="Community"
	defaultEnabled="false"
    url="http://do.davebsd.com/wiki/Terminal_Server_Client_Plugin"
	>

	<Runtime>
		<Import assembly="TerminalServerClient.dll"/>
	</Runtime>

	<Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />

	<Dependencies>
		<Addin id="Universe" version="1.0" />
	</Dependencies>

	<!-- Extensions included in this assembly -->
	<Extension path="/Do/ItemSource">
		<ItemSource type="TSClient.TSClientItemSource" />
	</Extension>

</Addin>