Disabling STON package, as it's already shipped with Pharo 7.x

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-06-11 12:33:41 +00:00
parent 3faba770c7
commit 80d2439382
1 changed files with 2 additions and 2 deletions

View File

@ -1058,13 +1058,13 @@ ConfigurationOfGrafoscopio >> version152: spec [
description: 'version 1.5.2';
author: 'Offray Luna'.
spec
project: 'Ston' with: #stable;
"project: 'Ston' with: #stable;"
project: 'Fossil' with: #stable;
project: 'Roassal2' with: #stable;
project: 'WebBrowser' with: #stable.
spec
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.32';
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.359';
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.360';
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
]