File: DPAPService.addin.xml

package info (click to toggle)
f-spot 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 21,784 kB
  • ctags: 16,078
  • sloc: cs: 108,718; sh: 17,053; xml: 13,852; ansic: 3,187; makefile: 2,324
file content (17 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Addin namespace="FSpot"
	id="DPAPService"
	version="0.6"
	name="DPAP Service"
	description="Notify Beagle on image changes"
	author="Stephane Delcroix"
	url="http://f-spot.org/Extensions"
	category="Services">
	<Dependencies>
		<Addin id="Core" version="0.6"/>
	</Dependencies>
	<Extension path = "/FSpot/Services">
		<Service class="DPAP.DPAPService"/>
	</Extension>
</Addin>