Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-11-27 13:55:18 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-11-27 13:55:18 (GMT)
commitc1094816c1cf3ca6293f26df8e0acb7873cc23ad (patch)
tree7e9dd0c8816885fa12cbf087877a5e5b5022362a /sugar-jhbuild
parent37d384c19bc027b48a473ccc53fa3a0614db47ca (diff)
Add a modtype to build bundles. Split bundles out to their
own .modules. Move extras and not yet ported stuff to sugar-extras.modules
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index fa7ebb9..7990004 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -54,9 +54,12 @@ if LibDependency('xulrunner', 'xulrunner-gtkmozembed').check():
skip_modules.append('mozilla')
sys.path.append(os.path.join(build_scripts_dir, 'jhbuild'))
+
import jhbuild.config
import jhbuild.commands
+import bundlemodule
+
config = configure()
for module in skip_modules: