Merge lp://qastaging/~alexlauni/do-plugins/baconator into lp://qastaging/do-plugins

Proposed by Alex Launi
Status: Merged
Merge reported by: Alex Launi
Merged at revision: not available
Proposed branch: lp://qastaging/~alexlauni/do-plugins/baconator
Merge into: lp://qastaging/do-plugins
Diff against target: None lines
To merge this branch: bzr merge lp://qastaging/~alexlauni/do-plugins/baconator
Reviewer Review Type Date Requested Status
Alex Launi (community) Approve
Review via email: mp+8058@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Launi (alexlauni) wrote :

Do users need to eat too.

Revision history for this message
Alex Launi (alexlauni) wrote :

That's right. You guys suck so I'm doing my own review.

Eat it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Alias/Alias.mdp'
2--- Alias/Alias.mdp 2009-06-23 00:52:54 +0000
3+++ Alias/Alias.mdp 2009-06-29 08:47:41 +0000
4@@ -23,8 +23,8 @@
5 <References>
6 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
7 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
8+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
9 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
10 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
11- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
12 </References>
13 </Project>
14\ No newline at end of file
15
16=== modified file 'Archive/Archive.mdp'
17--- Archive/Archive.mdp 2009-06-23 00:52:54 +0000
18+++ Archive/Archive.mdp 2009-06-29 08:47:41 +0000
19@@ -24,7 +24,7 @@
20 <References>
21 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
22 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
23+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
24 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
25- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
26 </References>
27 </Project>
28\ No newline at end of file
29
30=== added directory 'Baconator'
31=== added file 'Baconator/Baconator.mdp'
32--- Baconator/Baconator.mdp 1970-01-01 00:00:00 +0000
33+++ Baconator/Baconator.mdp 2009-06-29 08:47:41 +0000
34@@ -0,0 +1,28 @@
35+<Project name="Baconator" fileversion="2.0" language="C#" targetFramework="2.0" ctype="DotNetProject">
36+ <Configurations active="Debug">
37+ <Configuration name="Debug" ctype="DotNetProjectConfiguration">
38+ <Output directory="bin/Debug" assembly="Baconator" />
39+ <Build debugmode="True" target="Exe" />
40+ <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
41+ <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
42+ </Configuration>
43+ <Configuration name="Release" ctype="DotNetProjectConfiguration">
44+ <Output directory="bin/Release" assembly="Baconator" />
45+ <Build debugmode="False" target="Exe" />
46+ <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
47+ <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
48+ </Configuration>
49+ </Configurations>
50+ <Contents>
51+ <File name="Resources" subtype="Directory" buildaction="Compile" />
52+ <File name="src" subtype="Directory" buildaction="Compile" />
53+ <File name="src/BaconateAction.cs" subtype="Code" buildaction="Compile" />
54+ <File name="Resources/baconator.jpg" subtype="Code" buildaction="EmbedAsResource" />
55+ </Contents>
56+ <References>
57+ <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
58+ <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
59+ <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Universe.dll" />
60+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
61+ </References>
62+</Project>
63\ No newline at end of file
64
65=== added file 'Baconator/Makefile.am'
66--- Baconator/Makefile.am 1970-01-01 00:00:00 +0000
67+++ Baconator/Makefile.am 2009-06-29 08:47:41 +0000
68@@ -0,0 +1,16 @@
69+include $(top_srcdir)/build.rules.mk
70+
71+ASSEMBLY=Baconator
72+
73+FILES = \
74+ src/BaconateAction.cs
75+
76+RESOURCES = \
77+ Resources/Baconator.addin.xml \
78+ Resources/baconator.jpg
79+
80+REFERENCES = \
81+ System \
82+ System.Web \
83+ Mono.Posix \
84+ $(DO_UNIVERSE_LIBS)
85
86=== added directory 'Baconator/Resources'
87=== added file 'Baconator/Resources/Baconator.addin.xml.in'
88--- Baconator/Resources/Baconator.addin.xml.in 1970-01-01 00:00:00 +0000
89+++ Baconator/Resources/Baconator.addin.xml.in 2009-06-29 08:47:41 +0000
90@@ -0,0 +1,25 @@
91+<Addin
92+ id="Baconator"
93+ namespace="Do"
94+ version="1.0"
95+ name="Baconator"
96+ description="Bacon bacon beef, bacon beef"
97+ author="Alex Launi"
98+ category="Community"
99+ defaultEnabled="false"
100+ >
101+
102+ <Runtime>
103+ <Import assembly="Baconator.dll"/>
104+ </Runtime>
105+
106+ <Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />
107+
108+ <Dependencies>
109+ <Addin id="Universe" version="1.0" />
110+ </Dependencies>
111+
112+ <Extension path = "/Do/Action">
113+ <Action type="Baconator.BaconateAction" />
114+ </Extension>
115+</Addin>
116
117=== added file 'Baconator/Resources/baconator.jpg'
118Binary files Baconator/Resources/baconator.jpg 1970-01-01 00:00:00 +0000 and Baconator/Resources/baconator.jpg 2009-06-29 08:47:41 +0000 differ
119=== added directory 'Baconator/src'
120=== added file 'Baconator/src/BaconateAction.cs'
121--- Baconator/src/BaconateAction.cs 1970-01-01 00:00:00 +0000
122+++ Baconator/src/BaconateAction.cs 2009-06-30 17:31:28 +0000
123@@ -0,0 +1,98 @@
124+// BaconateAction.cs
125+//
126+// GNOME Do is the legal property of its developers. Please refer to the
127+// COPYRIGHT file distributed with this source distribution.
128+//
129+// This program is free software: you can redistribute it and/or modify
130+// it under the terms of the GNU General Public License as published by
131+// the Free Software Foundation, either version 3 of the License, or
132+// (at your option) any later version.
133+//
134+// This program is distributed in the hope that it will be useful,
135+// but WITHOUT ANY WARRANTY; without even the implied warranty of
136+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
137+// GNU General Public License for more details.
138+//
139+// You should have received a copy of the GNU General Public License
140+// along with this program. If not, see <http://www.gnu.org/licenses/>.
141+
142+using System;
143+using System.Collections.Generic;
144+using System.Text.RegularExpressions;
145+
146+using Mono.Unix;
147+
148+using Do.Universe;
149+using Do.Universe.Common;
150+
151+namespace Baconator
152+{
153+
154+ public class BaconateAction : Act
155+ {
156+ // URL regex taken from http://www.osix.net/modules/article/?id=586
157+ const string UrlPattern = "^(http://)"
158+ + "?(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?" //user@
159+ + @"(([0-9]{1,3}\.){3}[0-9]{1,3}" // IP- 199.194.52.184
160+ + "|" // allows either IP or domain
161+ + @"([0-9a-zA-Z_!~*'()-]+\.)*" // tertiary domain(s)- www.
162+ + @"([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z]\." // second level domain
163+ + "[a-zA-Z]{2,6})" // first level domain- .com or .museum
164+ + "(:[0-9]{1,4})?" // port number- :80
165+ + "((/?)|" // a slash isn't required if there is no file name
166+ + "(/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+/?) *$";
167+
168+ const string BaconUrl = "http://bacolicio.us/";
169+
170+ Regex url_regex;
171+
172+ public BaconateAction ()
173+ {
174+ url_regex = new Regex (UrlPattern, RegexOptions.Compiled);
175+ }
176+
177+ public override string Name {
178+ get { return Catalog.GetString ("Baconate link"); }
179+ }
180+
181+ public override string Description {
182+ get { return Catalog.GetString ("Bacon bacon beef, bacon beef"); }
183+ }
184+
185+ public override string Icon {
186+ get { return "baconator.jpg@" + GetType ().Assembly.FullName; }
187+ }
188+
189+ public override IEnumerable<Type> SupportedItemTypes {
190+ get {
191+ yield return typeof (IUrlItem);
192+ yield return typeof (ITextItem);
193+ }
194+ }
195+
196+ public override bool SupportsItem (Item item)
197+ {
198+ if (item is ITextItem)
199+ return url_regex.IsMatch ((item as ITextItem).Text);
200+
201+ return item is IUrlItem;
202+ }
203+
204+
205+ public override IEnumerable<Item> Perform (IEnumerable<Item> items, IEnumerable<Item> modItems)
206+ {
207+ string toBaconate;
208+
209+ foreach (Item item in items) {
210+ toBaconate = item is IUrlItem
211+ ? (item as IUrlItem).Url
212+ : (item as ITextItem).Text;
213+
214+ if (!toBaconate.StartsWith ("http://"))
215+ toBaconate = "http://" + toBaconate;
216+
217+ yield return new BookmarkItem (toBaconate + " but greasier", BaconUrl + toBaconate);
218+ }
219+ }
220+ }
221+}
222
223=== modified file 'Banshee/Banshee.mdp'
224--- Banshee/Banshee.mdp 2009-06-23 00:52:54 +0000
225+++ Banshee/Banshee.mdp 2009-06-29 08:47:41 +0000
226@@ -37,9 +37,9 @@
227 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
228 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
229 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
230+ <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/lib/banshee-1/Banshee.CollectionIndexer.dll" />
231 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
232 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
233- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/lib/banshee-1/Banshee.CollectionIndexer.dll" />
234 </References>
235 <Deployment.LinuxDeployData scriptName="banshee-1" />
236 </Project>
237\ No newline at end of file
238
239=== modified file 'Cl.ickable/Cl.ickable.mdp'
240--- Cl.ickable/Cl.ickable.mdp 2009-06-23 00:52:54 +0000
241+++ Cl.ickable/Cl.ickable.mdp 2009-06-29 08:47:41 +0000
242@@ -25,8 +25,8 @@
243 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
244 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
245 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
246+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
247 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
248 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
249- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
250 </References>
251 </Project>
252\ No newline at end of file
253
254=== modified file 'Confluence/Confluence.mdp'
255--- Confluence/Confluence.mdp 2009-06-23 00:52:54 +0000
256+++ Confluence/Confluence.mdp 2009-06-29 08:47:41 +0000
257@@ -35,10 +35,10 @@
258 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
259 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
260 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
261+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
262 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
263 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
264 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
265- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
266 </References>
267 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
268 </Project>
269\ No newline at end of file
270
271=== modified file 'Del.icio.us/del.icio.us.mdp'
272--- Del.icio.us/del.icio.us.mdp 2009-06-23 00:52:54 +0000
273+++ Del.icio.us/del.icio.us.mdp 2009-06-29 08:47:41 +0000
274@@ -33,9 +33,9 @@
275 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
276 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
277 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
278+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
279 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
280 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
281 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
282- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
283 </References>
284 </Project>
285\ No newline at end of file
286
287=== modified file 'DiskMounter/DiskMounter.mdp'
288--- DiskMounter/DiskMounter.mdp 2009-06-23 00:52:54 +0000
289+++ DiskMounter/DiskMounter.mdp 2009-06-29 08:47:41 +0000
290@@ -26,8 +26,8 @@
291 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
292 <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
293 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
294+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
295 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
296 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
297- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
298 </References>
299 </Project>
300\ No newline at end of file
301
302=== modified file 'DoPlugins.mds'
303--- DoPlugins.mds 2009-06-11 07:36:57 +0000
304+++ DoPlugins.mds 2009-06-29 08:47:41 +0000
305@@ -73,6 +73,7 @@
306 <Entry build="True" name="Emesene" configuration="Debug" />
307 <Entry build="True" name="Dropbox" configuration="Debug" />
308 <Entry build="True" name="RemindMe" configuration="Debug" />
309+ <Entry build="True" name="Baconator" configuration="Debug" />
310 </Configuration>
311 <Configuration name="Release" ctype="CombineConfiguration">
312 <Entry build="True" name="Rhythmbox" configuration="Release" />
313@@ -147,6 +148,7 @@
314 <Entry build="True" name="Emesene" configuration="Release" />
315 <Entry build="True" name="Dropbox" configuration="Release" />
316 <Entry build="True" name="RemindMe" configuration="Release" />
317+ <Entry build="True" name="Baconator" configuration="Release" />
318 </Configuration>
319 </Configurations>
320 <StartMode startupentry="Rhythmbox" single="True">
321@@ -222,6 +224,7 @@
322 <Execute type="None" entry="Emesene" />
323 <Execute type="None" entry="Dropbox" />
324 <Execute type="None" entry="RemindMe" />
325+ <Execute type="None" entry="Baconator" />
326 </StartMode>
327 <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UpdateNearestChangeLog" />
328 <Entries>
329@@ -297,5 +300,6 @@
330 <Entry filename="Emesene/Emesene.mdp" />
331 <Entry filename="Dropbox/Dropbox.mdp" />
332 <Entry filename="RemindMe/RemindMe.mdp" />
333+ <Entry filename="Baconator/Baconator.mdp" />
334 </Entries>
335 </Combine>
336\ No newline at end of file
337
338=== modified file 'EOG-Slideshow/EOG-Slideshow.mdp'
339--- EOG-Slideshow/EOG-Slideshow.mdp 2009-06-23 00:52:54 +0000
340+++ EOG-Slideshow/EOG-Slideshow.mdp 2009-06-29 08:47:41 +0000
341@@ -22,8 +22,8 @@
342 <References>
343 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
344 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
345+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
346 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
347- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
348 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
349 </References>
350 </Project>
351\ No newline at end of file
352
353=== modified file 'File/File.mdp'
354--- File/File.mdp 2009-06-23 00:52:54 +0000
355+++ File/File.mdp 2009-06-29 08:47:41 +0000
356@@ -50,11 +50,11 @@
357 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
358 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
359 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
360+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
361 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
362 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
363 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
364 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
365- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
366 </References>
367 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
368 </Project>
369\ No newline at end of file
370
371=== modified file 'Firefox/Firefox.mdp'
372--- Firefox/Firefox.mdp 2009-06-23 00:52:54 +0000
373+++ Firefox/Firefox.mdp 2009-06-29 08:47:41 +0000
374@@ -30,9 +30,9 @@
375 <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
376 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
377 <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
378+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
379 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
380 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
381 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
382- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
383 </References>
384 </Project>
385\ No newline at end of file
386
387=== modified file 'GNOME-Dictionary/GNOME-Dictionary.mdp'
388--- GNOME-Dictionary/GNOME-Dictionary.mdp 2009-06-23 00:52:54 +0000
389+++ GNOME-Dictionary/GNOME-Dictionary.mdp 2009-06-29 08:47:41 +0000
390@@ -24,8 +24,8 @@
391 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
392 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
393 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
394+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
395 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
396 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
397- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
398 </References>
399 </Project>
400\ No newline at end of file
401
402=== modified file 'GNOME-Session/GNOME-Session.mdp'
403--- GNOME-Session/GNOME-Session.mdp 2009-06-23 00:52:54 +0000
404+++ GNOME-Session/GNOME-Session.mdp 2009-06-29 08:47:41 +0000
405@@ -27,8 +27,8 @@
406 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
407 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
408 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
409+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
410 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
411 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
412- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
413 </References>
414 </Project>
415\ No newline at end of file
416
417=== modified file 'GoogleCalculator/GoogleCalculator.mdp'
418--- GoogleCalculator/GoogleCalculator.mdp 2009-06-23 00:52:54 +0000
419+++ GoogleCalculator/GoogleCalculator.mdp 2009-06-29 08:47:41 +0000
420@@ -22,8 +22,8 @@
421 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
422 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
423 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
424+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
425 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
426 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
427- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
428 </References>
429 </Project>
430\ No newline at end of file
431
432=== modified file 'GoogleCalendar/GoogleCalendar.mdp'
433--- GoogleCalendar/GoogleCalendar.mdp 2009-06-23 00:52:54 +0000
434+++ GoogleCalendar/GoogleCalendar.mdp 2009-06-29 08:47:41 +0000
435@@ -37,12 +37,12 @@
436 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
437 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
438 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
439- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
440- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
441 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Calendar, Version=1.4.0.2, Culture=neutral, PublicKeyToken=aa6748391206b888" />
442 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
443 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
444 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
445+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
446+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
447 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
448 </References>
449 </Project>
450\ No newline at end of file
451
452=== modified file 'GoogleContacts/GMailContacts.mdp'
453--- GoogleContacts/GMailContacts.mdp 2009-06-23 00:52:54 +0000
454+++ GoogleContacts/GMailContacts.mdp 2009-06-29 08:47:41 +0000
455@@ -40,12 +40,12 @@
456 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
457 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
458 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
459+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
460+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Contacts, Version=1.4.0.2, Culture=neutral, PublicKeyToken=7e065189dd4b982f" />
461+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
462 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
463 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
464 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
465- <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
466- <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Contacts, Version=1.4.0.2, Culture=neutral, PublicKeyToken=7e065189dd4b982f" />
467- <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
468 </References>
469 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
470 </Project>
471\ No newline at end of file
472
473=== modified file 'GoogleDocs/GDocs.mdp'
474--- GoogleDocs/GDocs.mdp 2009-06-23 00:52:54 +0000
475+++ GoogleDocs/GDocs.mdp 2009-06-29 08:47:41 +0000
476@@ -38,13 +38,13 @@
477 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
478 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
479 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
480- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
481- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
482- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
483 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.AccessControl, Version=1.4.0.2, Culture=neutral, PublicKeyToken=b4b8eb9a7afc8328" />
484 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
485 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Documents, Version=1.4.0.2, Culture=neutral, PublicKeyToken=099e9a853da5b089" />
486 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
487 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
488+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
489+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
490+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
491 </References>
492 </Project>
493\ No newline at end of file
494
495=== modified file 'GoogleMaps/GoogleMaps.mdp'
496--- GoogleMaps/GoogleMaps.mdp 2009-06-23 00:52:54 +0000
497+++ GoogleMaps/GoogleMaps.mdp 2009-06-29 08:47:41 +0000
498@@ -23,8 +23,8 @@
499 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
500 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
501 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
502+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
503 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
504 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
505- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
506 </References>
507 </Project>
508\ No newline at end of file
509
510=== modified file 'GoogleSearch/GoogleSearch.mdp'
511--- GoogleSearch/GoogleSearch.mdp 2009-06-23 00:52:54 +0000
512+++ GoogleSearch/GoogleSearch.mdp 2009-06-29 08:47:41 +0000
513@@ -33,11 +33,11 @@
514 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
515 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
516 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
517+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
518+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
519 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
520 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
521 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
522- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
523- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
524 </References>
525 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
526 </Project>
527\ No newline at end of file
528
529=== modified file 'ImageShack/ImageShack.mdp'
530--- ImageShack/ImageShack.mdp 2009-06-23 00:52:54 +0000
531+++ ImageShack/ImageShack.mdp 2009-06-29 08:47:41 +0000
532@@ -33,10 +33,10 @@
533 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
534 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
535 <ProjectReference type="Gac" localcopy="True" refto="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
536+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
537 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
538 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
539 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
540- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
541 </References>
542 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
543 </Project>
544\ No newline at end of file
545
546=== modified file 'LocateFiles/LocateFiles.mdp'
547--- LocateFiles/LocateFiles.mdp 2009-06-23 00:52:54 +0000
548+++ LocateFiles/LocateFiles.mdp 2009-06-29 08:47:41 +0000
549@@ -22,8 +22,8 @@
550 <References>
551 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
552 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
553+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
554 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
555 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
556- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
557 </References>
558 </Project>
559\ No newline at end of file
560
561=== modified file 'Makefile.am'
562--- Makefile.am 2009-05-22 18:34:39 +0000
563+++ Makefile.am 2009-06-29 08:47:41 +0000
564@@ -7,6 +7,7 @@
565 Alias \
566 AptURL \
567 Archive \
568+ Baconator \
569 Banshee \
570 Bibtex \
571 Cl.ickable \
572
573=== modified file 'ManLookUp/ManLookUp.mdp'
574--- ManLookUp/ManLookUp.mdp 2009-06-23 00:52:54 +0000
575+++ ManLookUp/ManLookUp.mdp 2009-06-29 08:47:41 +0000
576@@ -21,8 +21,8 @@
577 <References>
578 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
579 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
580+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
581 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
582 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
583- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
584 </References>
585 </Project>
586\ No newline at end of file
587
588=== modified file 'NX/NX.mdp'
589--- NX/NX.mdp 2009-06-23 00:52:54 +0000
590+++ NX/NX.mdp 2009-06-29 08:47:41 +0000
591@@ -22,7 +22,7 @@
592 <References>
593 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
594 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
595+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
596 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
597- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
598 </References>
599 </Project>
600\ No newline at end of file
601
602=== modified file 'OpenSearch/OpenSearch.mdp'
603--- OpenSearch/OpenSearch.mdp 2009-06-23 01:00:56 +0000
604+++ OpenSearch/OpenSearch.mdp 2009-06-29 08:47:41 +0000
605@@ -29,10 +29,10 @@
606 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
607 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
608 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
609- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
610- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
611 <ProjectReference type="Gac" localcopy="True" refto="nunit.core, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
612 <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
613 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
614+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
615+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
616 </References>
617 </Project>
618\ No newline at end of file
619
620=== modified file 'Pidgin/Pidgin.mdp'
621--- Pidgin/Pidgin.mdp 2009-06-23 00:52:54 +0000
622+++ Pidgin/Pidgin.mdp 2009-06-29 08:47:41 +0000
623@@ -40,8 +40,8 @@
624 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
625 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
626 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
627+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
628 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
629 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
630- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
631 </References>
632 </Project>
633\ No newline at end of file
634
635=== modified file 'PingFM/PingFM.mdp'
636--- PingFM/PingFM.mdp 2009-06-23 11:31:39 +0000
637+++ PingFM/PingFM.mdp 2009-06-29 08:47:41 +0000
638@@ -75,10 +75,10 @@
639 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
640 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
641 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
642+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
643 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
644 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
645 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
646- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
647 </References>
648 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
649 </Project>
650\ No newline at end of file
651
652=== modified file 'Quote/Quote.mdp'
653--- Quote/Quote.mdp 2009-06-23 00:52:54 +0000
654+++ Quote/Quote.mdp 2009-06-29 08:47:41 +0000
655@@ -30,8 +30,8 @@
656 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
657 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
658 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
659+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
660 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
661 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
662- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
663 </References>
664 </Project>
665\ No newline at end of file
666
667=== modified file 'RSS/RSS.mdp'
668--- RSS/RSS.mdp 2009-06-23 00:52:54 +0000
669+++ RSS/RSS.mdp 2009-06-29 08:47:41 +0000
670@@ -55,10 +55,10 @@
671 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
672 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
673 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
674+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
675 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
676 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
677 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
678- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
679 </References>
680 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
681 </Project>
682\ No newline at end of file
683
684=== modified file 'RememberTheMilk/RTM.mdp'
685--- RememberTheMilk/RTM.mdp 2009-06-23 11:37:19 +0000
686+++ RememberTheMilk/RTM.mdp 2009-06-29 08:47:41 +0000
687@@ -117,11 +117,11 @@
688 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
689 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
690 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
691+ <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
692+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
693 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
694 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
695 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
696- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
697- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
698 </References>
699 <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
700-</Project>
701+</Project>
702\ No newline at end of file
703
704=== modified file 'Rhythmbox/Rhythmbox.mdp'
705--- Rhythmbox/Rhythmbox.mdp 2009-06-23 11:37:19 +0000
706+++ Rhythmbox/Rhythmbox.mdp 2009-06-29 08:47:41 +0000
707@@ -34,9 +34,9 @@
708 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
709 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
710 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
711+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
712+ <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
713 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
714 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
715- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
716- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
717 </References>
718 </Project>
719\ No newline at end of file
720
721=== modified file 'Riptide/Riptide.mdp'
722--- Riptide/Riptide.mdp 2009-06-23 00:52:54 +0000
723+++ Riptide/Riptide.mdp 2009-06-29 08:47:41 +0000
724@@ -26,9 +26,9 @@
725 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
726 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
727 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
728+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
729 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
730 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
731 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
732- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
733 </References>
734 </Project>
735\ No newline at end of file
736
737=== modified file 'SSH/SSH.mdp'
738--- SSH/SSH.mdp 2009-06-23 00:52:54 +0000
739+++ SSH/SSH.mdp 2009-06-29 08:47:41 +0000
740@@ -24,9 +24,9 @@
741 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
742 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
743 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
744+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
745+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
746 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
747 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
748- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
749- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
750 </References>
751 </Project>
752\ No newline at end of file
753
754=== modified file 'Shelf/Shelf.mdp'
755--- Shelf/Shelf.mdp 2009-06-23 00:52:54 +0000
756+++ Shelf/Shelf.mdp 2009-06-29 08:47:41 +0000
757@@ -29,8 +29,8 @@
758 <References>
759 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
760 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
761+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
762 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
763 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
764- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
765 </References>
766 </Project>
767\ No newline at end of file
768
769=== modified file 'Tasque/Tasque.mdp'
770--- Tasque/Tasque.mdp 2009-06-23 00:52:54 +0000
771+++ Tasque/Tasque.mdp 2009-06-29 08:47:41 +0000
772@@ -26,9 +26,9 @@
773 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
774 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
775 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
776+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
777+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
778 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
779 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
780- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
781- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
782 </References>
783 </Project>
784\ No newline at end of file
785
786=== modified file 'Text/Text.mdp'
787--- Text/Text.mdp 2009-06-23 00:52:54 +0000
788+++ Text/Text.mdp 2009-06-29 08:47:41 +0000
789@@ -23,8 +23,8 @@
790 <References>
791 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
792 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
793+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
794 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
795 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
796- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
797 </References>
798 </Project>
799\ No newline at end of file
800
801=== modified file 'TinyUrl/TinyUrl.mdp'
802--- TinyUrl/TinyUrl.mdp 2009-06-23 00:52:54 +0000
803+++ TinyUrl/TinyUrl.mdp 2009-06-29 08:47:41 +0000
804@@ -25,8 +25,8 @@
805 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
806 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
807 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
808+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
809 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
810 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
811- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
812 </References>
813 </Project>
814\ No newline at end of file
815
816=== modified file 'Tracker/Tracker.mdp'
817--- Tracker/Tracker.mdp 2009-06-23 00:52:54 +0000
818+++ Tracker/Tracker.mdp 2009-06-29 08:47:41 +0000
819@@ -23,9 +23,9 @@
820 <References>
821 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
822 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
823+ <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
824+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
825 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
826 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
827- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
828- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
829 </References>
830 </Project>
831\ No newline at end of file
832
833=== modified file 'Vinagre/Vinagre.mdp'
834--- Vinagre/Vinagre.mdp 2009-06-23 00:52:54 +0000
835+++ Vinagre/Vinagre.mdp 2009-06-29 08:47:41 +0000
836@@ -25,8 +25,8 @@
837 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
838 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
839 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
840+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
841 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
842 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
843- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
844 </References>
845 </Project>
846\ No newline at end of file
847
848=== modified file 'VirtualBox/VirtualBox.mdp'
849--- VirtualBox/VirtualBox.mdp 2009-06-23 00:52:54 +0000
850+++ VirtualBox/VirtualBox.mdp 2009-06-29 08:47:41 +0000
851@@ -99,8 +99,8 @@
852 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
853 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
854 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
855+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
856 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
857 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
858- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
859 </References>
860 </Project>
861\ No newline at end of file
862
863=== modified file 'WindowManager/WindowManager.mdp'
864--- WindowManager/WindowManager.mdp 2009-06-23 00:52:54 +0000
865+++ WindowManager/WindowManager.mdp 2009-06-29 08:47:41 +0000
866@@ -47,11 +47,11 @@
867 <ProjectReference type="Gac" localcopy="True" refto="gnomedesktop-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
868 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
869 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
870+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
871 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
872 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
873 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Wink, Version=0.9.0.0, Culture=neutral" />
874 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Wink, Version=1.0.3375.29611, Culture=neutral" />
875- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
876 </References>
877 <LanguageParameters ApplicationIcon="." ctype="CSharpProjectParameters" />
878 </Project>
879\ No newline at end of file
880
881=== modified file 'YouTube/YouTube.mdp'
882--- YouTube/YouTube.mdp 2009-06-23 00:52:54 +0000
883+++ YouTube/YouTube.mdp 2009-06-29 08:47:41 +0000
884@@ -33,12 +33,12 @@
885 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
886 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
887 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
888- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
889- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
890- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
891 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
892 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
893 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.YouTube, Version=1.4.0.2, Culture=neutral, PublicKeyToken=af04a32718ae8833" />
894 <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
895+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
896+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
897+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
898 </References>
899 </Project>
900\ No newline at end of file
901
902=== modified file 'Zim/Zim.mdp'
903--- Zim/Zim.mdp 2009-06-23 00:52:54 +0000
904+++ Zim/Zim.mdp 2009-06-29 08:47:41 +0000
905@@ -26,8 +26,8 @@
906 <References>
907 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
908 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
909+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
910 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
911 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
912- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
913 </References>
914 </Project>
915\ No newline at end of file
916
917=== modified file 'configure.ac'
918--- configure.ac 2009-06-26 05:58:03 +0000
919+++ configure.ac 2009-06-29 08:47:41 +0000
920@@ -246,6 +246,8 @@
921 AptURL/Resources/AptURL.addin.xml
922 Archive/Makefile
923 Archive/Resources/Archive.addin.xml
924+Baconator/Makefile
925+Baconator/Resources/Baconator.addin.xml
926 Banshee/Makefile
927 Banshee/Resources/Banshee.addin.xml
928 Bibtex/Makefile

Subscribers

People subscribed via source and target branches