Skip to content

Commit

Permalink
change BaselineOfP3 to depend on the github versions of NeoJSON and Z…
Browse files Browse the repository at this point in the history
…Timestamp
  • Loading branch information
Sven Van Caekenberghe committed Oct 8, 2018
1 parent b2750b2 commit 7574fa1
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions BaselineOfP3/BaselineOfP3.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,19 @@ Class {
{ #category : #baseline }
BaselineOfP3 >> baselineOf: spec [
<baseline>
spec for: #common do: [
spec configuration: 'NeoJSON' with: [
spec
versionString: #stable;
repository: 'http://mc.stfx.eu/Neo' ].
spec configuration: 'ZTimestamp' with: [
spec
versionString: #stable;
repository: 'http://mc.stfx.eu/Neo' ].
spec configuration: 'Glorp' with: [
spec
versionString: #stable;
repository: 'http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main' ].
spec package: 'P3' with: [ spec requires: #('NeoJSON' 'ZTimestamp') ].
spec package: 'P3-Glorp' with: [ spec requires: #('P3' 'Glorp') ].
spec group: 'default' with: #('P3').
spec group: 'glorp' with: #('P3-Glorp') ]
spec
for: #common
do: [
spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ].
spec baseline: 'ZTimestamp' with: [ spec repository: 'github://svenvc/ztimestamp:master/repository' ].
spec
configuration: 'Glorp'
with: [
spec
versionString: #stable;
repository: 'http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main' ].
spec package: 'P3' with: [ spec requires: #('NeoJSON' 'ZTimestamp') ].
spec package: 'P3-Glorp' with: [ spec requires: #('P3' 'Glorp') ].
spec group: 'default' with: #('P3').
spec group: 'glorp' with: #('P3-Glorp') ]
]

0 comments on commit 7574fa1

Please sign in to comment.