Remove gsettings-schema-convert tool
authorRyan Lortie <desrt@desrt.ca>
Mon, 21 Jun 2010 15:30:26 +0000 (11:30 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 21 Jun 2010 17:24:40 +0000 (13:24 -0400)
commit7556f660b551d0713100af6672287393350d9a19
treee32187ef40e74e327573f8c94680b07cc8493737
parent95c4ec1056468764dd6c71971ad06370c0f1b99b
Remove gsettings-schema-convert tool

Having this tool in GLib is a bad idea for a number of reasons:

  - experience has shown that the simple file format was a bad idea

  - the tool is currently implemented with a hack that would require a
    dependency inversion to solve (the tool needs to depend on Python
    GVariant bindings)

  - the tool itself is unmaintained

It will be moved to the GConf git repository so people can continue to
use it for the purpose of converting GConf schemas.
docs/reference/gio/Makefile.am
docs/reference/gio/gio-docs.xml
docs/reference/gio/glib-compile-schemas.xml
docs/reference/gio/gsettings-schema-convert.xml [deleted file]
docs/reference/gio/migrating-gconf.xml
gio/Makefile.am
gio/gsettings-schema-convert [deleted file]