~ubuntu-branches/ubuntu/jaunty/beagle/jaunty-security

« back to all changes in this revision

Viewing changes to BeagleClient/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-04 00:31:32 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504003132-2tkm5o8moo5952ri
Tags: 0.3.7-2ubuntu1
 * Merge from Debian unstable. (LP: #225746) Remaining Ubuntu changes:
  - debian/control:
    + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and
      and update the dependencies accordingly.
    + Change Maintainer to Ubuntu Mono Team.
  - debian/rules:
    + Install the mozilla-beagle and thunderbird-beagle extensions.
  - ice{dove,weasel}.dirs:
    + Renamed to {mozilla,thunderbird}-beagle.dirs.
    + Fixed paths to point to usr/lib/{firefox,thunderbird}

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
// Any request message types in the Beagle.dll file must be registered here.
32
32
[assembly: RequestMessageTypes (
 
33
         typeof (CountMatchQuery),
 
34
         typeof (DaemonInformationRequest),
33
35
         typeof (IndexingServiceRequest),
34
36
         typeof (InformationalMessagesRequest),
 
37
         typeof (OptimizeIndexesRequest),
35
38
         typeof (Query),
36
 
         typeof (DaemonInformationRequest),
 
39
         typeof (ReloadConfigRequest),
37
40
         typeof (ShutdownRequest),
38
 
         typeof (ReloadConfigRequest),
39
 
         typeof (OptimizeIndexesRequest),
40
41
         typeof (SnippetRequest)
41
42
)]
42
43
         
49
50
         typeof (IndexingStatusResponse),
50
51
         typeof (SearchTermResponse),
51
52
         typeof (DaemonInformationResponse),
52
 
         typeof (SnippetResponse)
 
53
         typeof (SnippetResponse),
 
54
         typeof (CountMatchQueryResponse)
53
55
)]