baseline120: spec
<version: '1.2.0-baseline'>
spec
for: #common
do: [�
spec
blessing: #baseline;
spec
project: 'XML-Writer'
with: [�
spec
className: 'ConfigurationOfXMLWriter';
package: 'Collections-OrderPreservingDictionary'
package: 'Collections-BitmapCharacterSet'
package: 'XML-Parser'
with: [ spec requires: #('XML-Writer' 'Collections-OrderPreservingDictionary' 'Collections-BitmapCharacterSet') ];
package: 'XML-Tests-Parser'
with: [ spec requires: 'XML-Parser' ].
spec
package: 'Opax'
with: [�
spec
requires: 'XML-Parser' ].
spec
group: 'default' with: #('Core');
group: 'Core' with: #('XML-Parser');
group: 'Tests' with: #('XML-Tests-Parser') ].
spec
for: #squeakcommon
do: [�
spec
package: 'Pastell'
with: [�
spec
requires: #('XML-Parser');
spec
for: #gemstone
do: [�
spec
project: 'Grease Core'
with: [�
spec
className: 'ConfigurationOfGrease';
versionString: '1.0.3-baseline';
loads: #('Core');
spec�
package: 'Collections-OrderPreservingDictionary'�
with: [
spec�
file: 'Collections-OrderPreservingDictionary.g';
spec package: 'SIXX' with: [
spec�
requires: #('XML-Parser' 'Grease Core');
spec
package: 'XML-Observable'.
spec
package: 'XML-Parser' with: [
spec�
file: 'XML-Parser.g'].
spec
group: 'Core' with: #('XML-Observable');
group: 'default' with: #('Core') ]
And obviously picks things up from squeaksource...
Damnit.