Hi all,
To make it easier to integrate GTools into Pharo we split the three
configurations that were used (ConfigurationOfGlamour,
ConfigurationOfGTInspector, ConfigurationOfGTPlayground) into two.
Now there are:
ConfigurationOfGlamourCore,
ConfigurationOfGTInspectorCore,
ConfigurationOfGTPlaygroundCore
These only load the features that are integrated into Pharo.
There are also ConfigurationOfGlamour, ConfigurationOfGTInspector and
ConfigurationOfGTPlayground that are based on the previous ones, load all
the other features, and are supposed to be loaded into Moose. From a user
of this configuration there should be no visible changes.
We also simplified a lot ConfigurationOfGlamour and fixed some bugs in
ConfigurationOfPetitParser.
Let us know if you encounter any problems.
Cheers,
Andrei