From 721a59ae65e9df73db98d3a6f69c7dc2aaceb12c Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 9 Feb 2019 22:41:28 +0000 Subject: [PATCH] Changing symbolic versions to test repo synchronization. --- .../ConfigurationOfGrafoscopio.class.st | 194 ++++++++++++++++-- 1 file changed, 181 insertions(+), 13 deletions(-) diff --git a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st index 63420f7..8c51cae 100644 --- a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st +++ b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st @@ -454,6 +454,112 @@ ConfigurationOfGrafoscopio >> baseline1_1: spec [ ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline1_2: spec [ + + + 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 [ + + + 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 [ - spec for: #'common' version: '0.8-baseline'. + spec for: #'common' version: '1.5'. ] @@ -492,7 +598,7 @@ ConfigurationOfGrafoscopio >> project [ ConfigurationOfGrafoscopio >> stable: spec [ - 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 [ + + + 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 [ @@ -830,28 +957,25 @@ ConfigurationOfGrafoscopio >> version137: spec [ { #category : #versions } ConfigurationOfGrafoscopio >> version138: spec [ - + 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 [ - + spec for: #'common' do: [ spec blessing: #'stable'. @@ -889,6 +1013,50 @@ ConfigurationOfGrafoscopio >> version13: spec [ ] +{ #category : #versions } +ConfigurationOfGrafoscopio >> version14: spec [ + + + 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 [ + + + 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 [