On 30 April 2013 15:17, Sean P. DeNigris <sean@clipperadams.com> wrote:EstebanLM wrote
> we cannot make a process to discover the hidden configurations all overWhy not?! ;-P It wouldn't be the most outrageous and amazing thing we've
> the web, to then validate them and copy to the appropriate repo.
ever done...
Do you mean something like:
locator := ConfigurationLocator of: 'HiddenProject' .
locator minimumVersion: '1.0'.
locator loadStable.
? :)