Changing symbolic versions to test repo synchronization.
This commit is contained in:
parent
2690e93460
commit
721a59ae65
@ -454,6 +454,112 @@ ConfigurationOfGrafoscopio >> baseline1_1: spec [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline1_2: spec [
|
||||
<version: '1.2-baseline'>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'baseline'.
|
||||
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||
spec
|
||||
project: 'Ston' with: [
|
||||
spec
|
||||
className: #ConfigurationOfSton;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://ss3.gemstone.com/ss/STON' ];
|
||||
project: 'Roassal2' with: [
|
||||
spec
|
||||
className: #ConfigurationOfRoassal2;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ];
|
||||
project: 'WebBrowser' with: [
|
||||
spec
|
||||
className: #ConfigurationOfWebBrowser;
|
||||
versionString: #stable;
|
||||
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser'];
|
||||
"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' ];
|
||||
package: 'Pubiblio' with: [
|
||||
spec
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ];
|
||||
project: 'Dataviz' with: [
|
||||
spec
|
||||
className: #ConfigurationOfDataviz;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ].
|
||||
spec package: #Grafoscopio with: [
|
||||
spec
|
||||
requires: 'Ston';
|
||||
requires: 'Spec-Glamour'].
|
||||
spec
|
||||
group: 'Core' with: #('Grafoscopio' 'Roassal2');
|
||||
group: 'Extended' with: #('Core' 'Dataviz') ].
|
||||
]
|
||||
|
||||
{ #category : #baselines }
|
||||
ConfigurationOfGrafoscopio >> baseline1_3: spec [
|
||||
<version: '1.3-baseline'>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'baseline'.
|
||||
spec repository: 'http://smalltalkhub.com/Offray/Grafoscopio'.
|
||||
spec
|
||||
project: 'Ston' with: [
|
||||
spec
|
||||
className: #ConfigurationOfSton;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://ss3.gemstone.com/ss/STON' ];
|
||||
project: 'Roassal2' with: [
|
||||
spec
|
||||
className: #ConfigurationOfRoassal2;
|
||||
versionString: #'bleedingEdge';
|
||||
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' ];
|
||||
package: 'Pubiblio' with: [
|
||||
spec
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ];
|
||||
project: 'Dataviz' with: [
|
||||
spec
|
||||
className: #ConfigurationOfDataviz;
|
||||
versionString: #'bleedingEdge';
|
||||
repository: 'http://smalltalkhub.com/mc/Offray/Dataviz/main/' ].
|
||||
spec package: #Grafoscopio with: [
|
||||
spec
|
||||
requires: 'Ston';
|
||||
requires: 'Spec-Glamour'].
|
||||
spec
|
||||
group: 'Core' with: #('Grafoscopio' 'Roassal2');
|
||||
group: 'Extended' with: #('Core' 'Dataviz') ].
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
||||
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
||||
@ -466,7 +572,7 @@ ConfigurationOfGrafoscopio >> customProjectAttributes [
|
||||
ConfigurationOfGrafoscopio >> development: spec [
|
||||
<symbolicVersion: #'development'>
|
||||
|
||||
spec for: #'common' version: '0.8-baseline'.
|
||||
spec for: #'common' version: '1.5'.
|
||||
|
||||
]
|
||||
|
||||
@ -492,7 +598,7 @@ ConfigurationOfGrafoscopio >> project [
|
||||
ConfigurationOfGrafoscopio >> stable: spec [
|
||||
<symbolicVersion: #'stable'>
|
||||
|
||||
spec for: #'common' version: '1.3.8'.
|
||||
spec for: #'common' version: '1.4'.
|
||||
|
||||
]
|
||||
|
||||
@ -679,15 +785,36 @@ ConfigurationOfGrafoscopio >> version1310: spec [
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.4'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.273';
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.278';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version1311: spec [
|
||||
<version: '1.3.11' imports: #('1.2-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec
|
||||
blessing: #'stable';
|
||||
description: 'version 1.3.11';
|
||||
author: 'Offray Luna'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Fossil' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'WebBrowser' with: #stable;
|
||||
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.13'";
|
||||
project: 'Dataviz' with: '2.2.6'".
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.289';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2';
|
||||
package: 'Pubiblio' with: 'Pubiblio-OffrayLuna.2']
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version131: spec [
|
||||
<version: '1.3.1' imports: #('0.8-baseline' )>
|
||||
@ -830,28 +957,25 @@ ConfigurationOfGrafoscopio >> version137: spec [
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version138: spec [
|
||||
<version: '1.3.8' imports: #('1.1-baseline' )>
|
||||
<version: '1.3.8' imports: #('1.3-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
spec description: 'version 1.3.8'.
|
||||
spec author: 'OffrayLuna'.
|
||||
spec timestamp: '2017-04-06T18:56'.
|
||||
spec timestamp: '2019-02-08T00:00'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
"project: 'OSProcess' with: #stable;"
|
||||
project: 'WebBrowser' with: #stable;
|
||||
"project: 'Pubiblio' with: #stable;"
|
||||
project: 'Dataviz' with: '2.2.3'.
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'WebBrowser' with: #stable.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.271';
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.374';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2' ].
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version139: spec [
|
||||
<version: '1.3.9' imports: #('1.1-baseline' )>
|
||||
<version: '1.3.9' imports: #('1.3-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec blessing: #'stable'.
|
||||
@ -889,6 +1013,50 @@ ConfigurationOfGrafoscopio >> version13: spec [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version14: spec [
|
||||
<version: '1.4' imports: #('1.3-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec
|
||||
blessing: #'stable';
|
||||
description: 'version 1.4';
|
||||
author: 'Offray Luna'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Fossil' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'WebBrowser' with: #stable;
|
||||
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.19'";
|
||||
project: 'Dataviz' with: '2.2.6'".
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.347';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'
|
||||
"package: 'Pubiblio' with: 'Pubiblio-OffrayLuna.2'".]
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version15: spec [
|
||||
<version: '1.5' imports: #('1.3-baseline' )>
|
||||
|
||||
spec for: #'common' do: [
|
||||
spec
|
||||
blessing: #'stable';
|
||||
description: 'version 1.5';
|
||||
author: 'Offray Luna'.
|
||||
spec
|
||||
project: 'Ston' with: #stable;
|
||||
project: 'Fossil' with: #stable;
|
||||
project: 'Roassal2' with: #stable;
|
||||
project: 'WebBrowser' with: #stable;
|
||||
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.19';
|
||||
project: 'Dataviz' with: '2.2.6'.
|
||||
spec
|
||||
package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.342';
|
||||
package: 'Spec-Glamour' with: 'Spec-Glamour-johanfabry.2'";
|
||||
package: 'Pubiblio' with: 'Pubiblio-OffrayLuna.2'".]
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfGrafoscopio >> version1_0: spec [
|
||||
<version: '1.0' imports: #('1.0-baseline' )>
|
||||
|
Loading…
Reference in New Issue
Block a user