~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to launchpad-sql-configure.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-08-06 16:22:00 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-46
Improved debugging-on/off make targets.  Made stubs included by default, and sql as overriding stubs.
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-27
   removed obselete GNUmakefile.example

 * steve.alexander@canonical.com/launchpad--devel--0--patch-28
   merge from rocketfuel

 * steve.alexander@canonical.com/launchpad--devel--0--patch-29
   merge from rocketfuel

 * steve.alexander@canonical.com/launchpad--devel--0--patch-30
   Improved debugging-on/off make targets.  Made stubs included by default, and sql as overriding stubs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure
 
2
    xmlns="http://namespaces.zope.org/zope"
 
3
    xmlns:sqlos="http://namespaces.sqlobject.org/sqlos"
 
4
    xmlns:rdb="http://namespaces.zope.org/rdb">
 
5
 
 
6
  <rdb:provideConnection
 
7
      name="launchpad"
 
8
      component="psycopgda.adapter.PsycopgAdapter"
 
9
      dsn="dbi://launchpad_test" />
 
10
 
 
11
  <sqlos:connectionName name="launchpad" />
 
12
 
 
13
  <include file="sql.zcml" package="canonical.rosetta" />
 
14
  <include file="sql.zcml" package="canonical.malone" />
 
15
  <include file="sql.zcml" package="canonical.soyuz" />
 
16
 
 
17
</configure>