~manishsinha/zeitgeist-sharp/fix-739139

« back to all changes in this revision

Viewing changes to Zeitgeist/DataSourceClient.cs

  • Committer: Manish Sinha
  • Date: 2011-04-24 16:06:51 UTC
  • Revision ID: manishsinha@ubuntu.com-20110424160651-ly9s6jtqv2rne98n
Migrated zeitgeist-sharp from ndesk-dbus to dbus-sharp.

* Removed ndsk-dbus as dependency and added dbus-sharp as dependency
* Made a check for zeitgeist >= 0.7.1 in configure.ac. Has to be moved to >= 0.8.0 before release
* Removed System.Core as reference in Zeitgeist.csproj
* Removed the weakly-named System assembly reference and added strongly named System assembly reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
using System;
25
25
using System.Collections.Generic;
26
26
using Zeitgeist.Client;
27
 
using NDesk.DBus;
 
27
using DBus;
28
28
using Zeitgeist.Datamodel;
29
29
 
30
30
namespace Zeitgeist