Skip to content

Commit

Permalink
Merge pull request #19 from OpenSmock/dev-baseline
Browse files Browse the repository at this point in the history
Remove Bloc specific dependency version
  • Loading branch information
labordep authored Jul 22, 2024
2 parents 60e403a + 7f95bb5 commit 2b807ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BaselineOfGeoView/BaselineOfGeoView.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ BaselineOfGeoView >> coreDependencies: spec [
spec
baseline: 'OpenSmock'
with: [ spec repository: 'github://OpenSmock/OpenSmock' ].

"Bloc"
spec
baseline: 'Bloc'
with: [ spec repository: 'github://pharo-graphics/Bloc:master/src' ].

"GeoTools"
spec
Expand All @@ -52,7 +47,7 @@ BaselineOfGeoView >> corePackages: spec [
spec
package: 'GeoView' with:[ spec requires: #('OpenSmock' 'GeoTools') ];
package: 'GeoView-GeoObjects' with:[ spec requires: #('GeoView') ];
package: 'GeoView-Bloc' with:[ spec requires: #('GeoView' 'Bloc') ];
package: 'GeoView-Bloc' with:[ spec requires: #('GeoView') ];
package: 'GeoView-Bloc-Alexandrie' with:[ spec requires: #('GeoView-Bloc') ].

"examples packages"
Expand Down

0 comments on commit 2b807ae

Please sign in to comment.