Skip to content

Commit

Permalink
Merge pull request #91 from ba-st/update_launchpad_dependency
Browse files Browse the repository at this point in the history
Change dependencies (ApplicationStarter is now Launchpad)
  • Loading branch information
gcotelli committed Dec 27, 2019
2 parents 77d826d + 5c5e297 commit 45bd52b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/BaselineOfStargate/BaselineOfStargate.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ BaselineOfStargate >> setUpDependencies: spec [
project: 'JRPC-Deployment' copyFrom: 'JRPC' with: [ spec loads: 'Server-Deployment' ].

spec
baseline: 'ApplicationStarter'
with: [ spec repository: 'github://ba-st/ApplicationStarter:v2/source' ];
project: 'ApplicationStarter-Deployment'
copyFrom: 'ApplicationStarter'
baseline: 'Launchpad'
with: [ spec repository: 'github://ba-st/Launchpad:v2/source' ];
project: 'Launchpad-Deployment'
copyFrom: 'Launchpad'
with: [ spec loads: 'Deployment' ]
]

Expand Down Expand Up @@ -118,7 +118,7 @@ BaselineOfStargate >> setUpDeploymentPackages: spec [

spec
package: 'Stargate-Application-Configuration'
with: [ spec requires: #('Stargate-Model' 'ApplicationStarter-Deployment') ];
with: [ spec requires: #('Stargate-Model' 'Launchpad-Deployment') ];
group: 'Application-Configuration' with: 'Stargate-Application-Configuration';
group: 'Deployment' with: 'Application-Configuration'
]
Expand Down

0 comments on commit 45bd52b

Please sign in to comment.