Skip to content

Commit

Permalink
generated new model package for pharo7
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Aug 20, 2018
1 parent d13de9e commit bd5102c
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,24 @@ baseline330ForPharo: spec
package: 'Magritte-Tests-Pharo-Model' with: [ spec requires: #('Magritte-Pharo-Model') ];
package: 'Magritte-Pharo-Model' with: [ spec requires: #('Magritte-Model') ]].
spec
for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x')
for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x')
do: [
spec
package: 'Magritte-Pharo3-Model' with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Tests-Pharo-Model' with: [ spec requires: #('Magritte-Pharo3-Model') ];
package: 'Magritte-Model' with: [ spec includes: #('Magritte-Pharo3-Model') ];
" create a temporary alias "
package: 'Magritte-Pharo-Model' with: 'Magritte-Pharo3-Model'].
spec
for: #(#'pharo7.x')
do: [
spec
package: 'Magritte-Pharo7-Model' with: [ spec requires: #('Magritte-Model') ];
package: 'Magritte-Tests-Pharo-Model' with: [ spec requires: #('Magritte-Pharo7-Model') ];
package: 'Magritte-Model' with: [ spec includes: #('Magritte-Pharo7-Model') ];
" create a temporary alias "
package: 'Magritte-Pharo-Model' with: 'Magritte-Pharo7-Model'].

spec
for: #(#'pharo4.x')
do: [
Expand Down

0 comments on commit bd5102c

Please sign in to comment.