NeoJSON package is not declared in this baseline, as already is declared in the baseline of one of the depencies (Fossil).

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-09-18 18:57:30 +00:00 committed by SantiagoBragagnolo
parent 1e7d7e815a
commit 396c113a72
1 changed files with 67 additions and 1 deletions

View File

@ -421,6 +421,53 @@ ConfigurationOfGrafoscopio >> baseline131: spec [
group: 'Extended' with: #('Core') ].
]
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline132: spec [
<version: '1.3.2-baseline'>
spec for: #'common' do: [
spec blessing: #'baseline'.
spec
repository: 'http://smalltalkhub.com/Offray/Grafoscopio';
package: #'Grafoscopio-Utils'.
spec
project: 'Ston' with: [
spec
className: #ConfigurationOfSton;
versionString: #'bleedingEdge';
repository: 'http://ss3.gemstone.com/ss/STON' ];
project: 'Roassal2' with: [
spec
className: #ConfigurationOfRoassal2;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
project: 'WebBrowser' with: [
spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser'];
"I need to replace this with the configuration of OSSubProcess:
project: 'OSProcess' with: [
spec
className: #ConfigurationOfOSProcess;
versionString: #stable;
repository: 'http://www.squeaksource.com/OSProcess']; "
package: 'Spec-Glamour' with:[
spec repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ];
project: 'Fossil' with: [
spec
className: #ConfigurationOfFossil;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec package: #Grafoscopio with: [
spec
requires: #('Ston' 'Spec-Glamour' 'Fossil')].
spec
group: 'Core' with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
group: 'Extended' with: #('Core') ].
]
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline1_0: spec [
<version: '1.0-baseline'>
@ -645,7 +692,7 @@ ConfigurationOfGrafoscopio >> project [
ConfigurationOfGrafoscopio >> stable: spec [
<symbolicVersion: #'stable'>
spec for: #'common' version: '1.5.3'.
spec for: #'common' version: '1.5.4'.
]
@ -1139,6 +1186,25 @@ ConfigurationOfGrafoscopio >> version153: spec [
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
]
{ #category : #versions }
ConfigurationOfGrafoscopio >> version154: spec [
<version: '1.5.4' imports: #('1.3.2-baseline' )>
spec for: #'common' do: [
spec
blessing: #'stable';
description: 'version 1.5.4';
author: 'Offray Luna'.
spec
project: 'Fossil' with: #stable;
project: 'Roassal2' with: #stable;
project: 'WebBrowser' with: #stable.
spec
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.36';
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.361';
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
]
{ #category : #versions }
ConfigurationOfGrafoscopio >> version15: spec [
<version: '1.5' imports: #('1.3-baseline' )>