[jhbuild] defaults.jhbuildrc: Change default to 3.2 for now



commit e6b51d4113fe6e3ef7f538eaa7653a371101723e
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Oct 2 19:03:48 2011 +0100

    defaults.jhbuildrc: Change default to 3.2 for now

 examples/sample.jhbuildrc  |    2 +-
 jhbuild/defaults.jhbuildrc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/sample.jhbuildrc b/examples/sample.jhbuildrc
index 0ede152..d152b66 100644
--- a/examples/sample.jhbuildrc
+++ b/examples/sample.jhbuildrc
@@ -9,7 +9,7 @@
 # what module set should be used.  The default can be found in
 # jhbuild/defaults.jhbuildrc, but can be any file in the modulesets directory
 # or a URL of a module set file on a web server.
-# moduleset = 'gnome-apps-3.4'
+# moduleset = 'gnome-apps-3.2'
 #
 # A list of the modules to build.  Defaults to the GNOME core and tested apps.
 # modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index 1333e8a..d7c49df 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -11,7 +11,7 @@ if 'GTK_PATH' in os.environ.keys():
 modulesets_dir = os.path.join(SRCDIR, 'modulesets')
 
 # what modules to build?
-moduleset = 'gnome-apps-3.4'
+moduleset = 'gnome-apps-3.2'
 modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
 
 # policy for modules to build, options are:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]