~cszikszoy/do-plugins/pastebin

39.1.37 by David Siegel
* Cleanup Tomboy.
1
<Addin id="Firefox" namespace= "Do" version="1.0">
2
 
3
	<Runtime>
4
		<Import assembly="Firefox.dll"/>
5
	</Runtime>
6
	
7
	<Dependencies>
8
		<Addin id="Core" version="1.0" />
9
	</Dependencies>
10
	
11
	<!-- Extensions included in this assembly -->
12
	<!-- Sources -->
13
	<Extension path = "/Do/ItemSource">
14
		<ItemSource type="Mozilla.FirefoxBookmarkItemSource" />
15
	</Extension>
16
</Addin>