Skip to content

Commit

Permalink
Fixed dependency to XMI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2020
1 parent 290738b commit e732395
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
"
Baseline for https://github.com/OpenPonk/uml-bootstrap-generator
"
Class {
#name : #BaselineOfUMLBootstrapGenerator,
#superclass : #BaselineOf,
#category : 'BaselineOfUMLBootstrapGenerator'
}

{ #category : #baselines }
BaselineOfUMLBootstrapGenerator >> baseline: spec [
<baseline>
spec
for: #common
do: [ spec
baseline: 'OPXMI'
with: [ spec repository: 'github://openponk/xmi/repository' ].
spec
baseline: 'ChangesBuilder'
with: [ spec repository: 'github://peteruhnak/pharo-changes-builder:v1.x/repository' ].
spec package: 'OP-UML-Bootstrap'.
spec
package: 'OP-UML-BootstrapGenerator'
with: [ spec requires: #('OPXMI' 'ChangesBuilder' 'OP-UML-Bootstrap') ].
spec group: 'default' with: #('OP-UML-BootstrapGenerator') ]
]
"
Baseline for https://github.com/OpenPonk/uml-bootstrap-generator
"
Class {
#name : #BaselineOfUMLBootstrapGenerator,
#superclass : #BaselineOf,
#category : #BaselineOfUMLBootstrapGenerator
}

{ #category : #baselines }
BaselineOfUMLBootstrapGenerator >> baseline: spec [
<baseline>
spec
for: #common
do: [ spec
baseline: 'OPXMI'
with: [ spec repository: 'github://openponk/xmi:v2.0.0/repository' ].
spec
baseline: 'ChangesBuilder'
with: [ spec repository: 'github://peteruhnak/pharo-changes-builder:v1.x/repository' ].
spec package: 'OP-UML-Bootstrap'.
spec
package: 'OP-UML-BootstrapGenerator'
with: [ spec requires: #('OPXMI' 'ChangesBuilder' 'OP-UML-Bootstrap') ].
spec group: 'default' with: #('OP-UML-BootstrapGenerator') ]
]
2 changes: 1 addition & 1 deletion repository/BaselineOfUMLBootstrapGenerator/package.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package { #name : #BaselineOfUMLBootstrapGenerator }
Package { #name : #BaselineOfUMLBootstrapGenerator }

0 comments on commit e732395

Please sign in to comment.