~ubuntu-branches/debian/squeeze/gnome-do-plugins/squeeze

« back to all changes in this revision

Viewing changes to BundledLibraries/libgoogle-data-mono-1.4.0.2/src/unittests/resources/unittests.dll.config

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 16:11:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627161149-b74nc297di2842u1
* New upstream release
  + Pidgin plugin now supports initial text for messages (LP: #338608)
  + Pidgin plugin opens conversations on the correct IM network (LP: #370965)
* debian/rules:
  + Update get-orig-source target.  Upstream no longer ships gdata* binaries,
    so we no longer need to strip them
* debian/patches/00_use_system_gdata
  + Drop.  Upstream now builds against system libgdata.
* debian/patches/04_fix_pidgin_dbus_ints
* debian/patches/10_fix_rhythmbox_file
* debian/patches/15_twitter_api
* debian/patches/20_twitter_overflow:
  + Drop.  Included upstream.
* debian/patches/01_firefox_iceweasel_rename:
  + Refresh for new version
* debian/patches/02_fix_banshee_plugin:
  + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
    This is unnecessary, and causes errors when Banshee isn't installed.
* debian/patches/00_debian_default_plugins:
  + Enable a bunch of useful plugins that do not require configuration from 
    the "Official" plugin set by default.  Makes Do more useful out of the 
    box.
* debian/control:
  + Bump versioned build-dep on gnome-do to 0.8.2
  + Split out gnome-do-plugin-evolution package, now that this is possible.
    libevolution5.0-cil has an annoyingly large dependency stack.
    (LP: #351535) (Closes: #524993).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configuration>
2
 
 <configSections>
3
 
    <section name="unitTestSection" type="System.Configuration.SingleTagSectionHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4
 
  <section name="unitTestExternalHosts" type="System.Configuration.DictionarySectionHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
5
 
 </configSections>
6
 
   <system.diagnostics>
7
 
    <switches>
8
 
    </switches>
9
 
    <trace autoflush="false" indentsize="4">
10
 
      <listeners>
11
 
        <add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="unittests.log" />
12
 
      </listeners>
13
 
    </trace>
14
 
  </system.diagnostics>
15
 
  <unitTestSection  defHost="http://www.oreillynet.com/pub/feed/7"
16
 
                    defRemoteHost="http://www.oreillynet.com/pub/feed/7"
17
 
 
18
 
                    domainName="yourdomainname"
19
 
                    domainAdminUsername="youradminusername"
20
 
                    domainAdminPassword="youradminpassword"
21
 
                    userName="youaccount"
22
 
                    passWord="yourpassword"
23
 
 
24
 
                    youTubeClientID="yourclientid"
25
 
                    youTubeDevKey="yourdevKey"
26
 
                    youTubeUser="youtubeuser"
27
 
                    youTubePwd="youtubepwd"                    
28
 
 
29
 
                    calendarURI="http://www.google.com/calendar/feeds/default/private/full/"
30
 
                    ownCalendarsURI="http://www.google.com/calendar/feeds/default/owncalendars/full/" 
31
 
                    bloggerURI="http://beta.blogger.com/feeds/<ID>/posts/full"
32
 
                    gBaseURI="http://base.google.com/base/feeds/items"
33
 
                    gBaseKey="your app key"
34
 
                    compositeURI="http://www.google.com/calendar/feeds/default/private/composite/"
35
 
                    iteration="3" requestlogging="true"/>
36
 
 
37
 
  <unitTestExternalHosts>
38
 
    <add key="HostGData" value="http://googledataapis.blogspot.com/feeds/posts/default" />
39
 
    <add key="Host1" value="http://www.franklinmint.fm/2005/09/26/test_entry2.xml" />
40
 
    <add key="Host2" value="http://www.atomenabled.org/atom.xml" />
41
 
    <add key="Host4" value="http://www.oreillynet.com/pub/feed/25" />
42
 
    <add key="Host5" value="http://www.oreillynet.com/pub/feed/7" />
43
 
    <add key="Host6" value="http://atompub.org/blog/index.atom" />
44
 
    <add key="Host8" value="http://www.xsltblog.com/atom.xml" />
45
 
    <add key="Host9" value="http://bblfish.net/blog/blog.atom" />
46
 
    <add key="Host10" value="http://use.perl.org/index.atom" />
47
 
  </unitTestExternalHosts>
48
 
</configuration>