11644.2.5
by Ian Booth
More plumbing |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
5 |
<configure
|
|
6 |
xmlns="http://namespaces.zope.org/zope" |
|
7 |
xmlns:browser="http://namespaces.zope.org/browser" |
|
8 |
xmlns:i18n="http://namespaces.zope.org/i18n" |
|
9 |
xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc" |
|
10 |
xmlns:lp="http://namespaces.canonical.com/lp" |
|
11 |
i18n_domain="launchpad"> |
|
12442.2.8
by j.c.sackett
Updated a config per review. |
12 |
<include package=".browser"/> |
13 |
<include package="lp.app.validators" /> |
|
12828.4.1
by Ian Booth
Fix popup picker non-ajax link and refactor |
14 |
<include package="lp.app.widgets" /> |
13130.1.6
by Curtis Hovey
Move ILaunchpadCelebrity to lp.app. |
15 |
|
16 |
<utility
|
|
13130.1.13
by Curtis Hovey
Fixed import errors. |
17 |
factory="lp.app.utilities.celebrities.LaunchpadCelebrities" |
13130.1.6
by Curtis Hovey
Move ILaunchpadCelebrity to lp.app. |
18 |
provides="lp.app.interfaces.launchpad.ILaunchpadCelebrities"> |
19 |
</utility>
|
|
11644.2.5
by Ian Booth
More plumbing |
20 |
</configure>
|