NeoJSON is loaded now only by Fossil to avoid inconsistencies.
This commit is contained in:
parent
80d2439382
commit
2bff86626c
@ -369,6 +369,59 @@ ConfigurationOfGrafoscopio >> baseline09: spec [
|
|||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #baselines }
|
||||||
|
ConfigurationOfGrafoscopio >> baseline131: spec [
|
||||||
|
<version: '1.3.1-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: 'NeoJSON' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfJSON;
|
||||||
|
versionString: #'stable';
|
||||||
|
repository: 'http://mc.stfx.eu/Neo' ];
|
||||||
|
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';
|
||||||
|
requires: 'Spec-Glamour'].
|
||||||
|
spec
|
||||||
|
group: 'Core' with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
|
||||||
|
group: 'Extended' with: #('Core') ].
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #baselines }
|
{ #category : #baselines }
|
||||||
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
ConfigurationOfGrafoscopio >> baseline1_0: spec [
|
||||||
<version: '1.0-baseline'>
|
<version: '1.0-baseline'>
|
||||||
@ -593,7 +646,7 @@ ConfigurationOfGrafoscopio >> project [
|
|||||||
ConfigurationOfGrafoscopio >> stable: spec [
|
ConfigurationOfGrafoscopio >> stable: spec [
|
||||||
<symbolicVersion: #'stable'>
|
<symbolicVersion: #'stable'>
|
||||||
|
|
||||||
spec for: #'common' version: '1.5.2'.
|
spec for: #'common' version: '1.5.3'.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1068,6 +1121,26 @@ ConfigurationOfGrafoscopio >> version152: spec [
|
|||||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version153: spec [
|
||||||
|
<version: '1.5.3' imports: #('1.3.1-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec
|
||||||
|
blessing: #'stable';
|
||||||
|
description: 'version 1.5.2';
|
||||||
|
author: 'Offray Luna'.
|
||||||
|
spec
|
||||||
|
"project: 'NeoJSON' 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.360';
|
||||||
|
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'.]
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #versions }
|
{ #category : #versions }
|
||||||
ConfigurationOfGrafoscopio >> version15: spec [
|
ConfigurationOfGrafoscopio >> version15: spec [
|
||||||
<version: '1.5' imports: #('1.3-baseline' )>
|
<version: '1.5' imports: #('1.3-baseline' )>
|
||||||
|
Loading…
Reference in New Issue
Block a user