Rev 477: Build and install the bzrlib.plugins.gtk.preferences package in file:///data/jelmer/bzr-gtk/fix-preferences-install/
Jelmer Vernooij
jelmer at samba.org
Thu May 1 14:04:10 BST 2008
At file:///data/jelmer/bzr-gtk/fix-preferences-install/
------------------------------------------------------------
revno: 477
revision-id: jelmer at samba.org-20080501130354-jmdltge9a07tydwl
parent: jelmer at samba.org-20080430130830-i1y4ytmi5ov6km4f
author: Chris Lamb <chris at chris-lamb.co.uk>
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: fix-preferences-install
timestamp: Thu 2008-05-01 15:03:54 +0200
message:
Build and install the bzrlib.plugins.gtk.preferences package
modified:
setup.py setup.py-20060716162505-h2isrtlg8lmlg2o2-1
=== modified file 'setup.py'
--- a/setup.py 2008-04-25 21:38:41 +0000
+++ b/setup.py 2008-05-01 13:03:54 +0000
@@ -104,6 +104,7 @@
"bzrlib.plugins.gtk.olive": "olive",
"bzrlib.plugins.gtk.tests": "tests",
"bzrlib.plugins.gtk.branchview": "branchview",
+ "bzrlib.plugins.gtk.preferences": "preferences",
},
packages = [
"bzrlib.plugins.gtk",
@@ -112,6 +113,7 @@
"bzrlib.plugins.gtk.olive",
"bzrlib.plugins.gtk.tests",
"bzrlib.plugins.gtk.branchview",
+ "bzrlib.plugins.gtk.preferences",
],
data_files=[('share/olive', ['olive.glade',
'cmenu.ui',
More information about the bazaar-commits
mailing list