Skip to content

Commit

Permalink
Simplified baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 3, 2024
1 parent ca49045 commit 3ef0804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ BaselineOfOPXMI >> baseline: spec [
spec
baseline: 'XMLDOMVisitor'
with: [
spec repository: 'github://OpenPonk/xml-dom-visitor/repository' ].
spec repository: 'github://OpenPonk/xml-dom-visitor' ].
spec baseline: 'XMLWriter' with: [
spec
loads: #( 'Core' );
repository:
'github://pharo-contributions/XML-XMLWriter:v3.1.1/src' ].
'github://pharo-contributions/XML-XMLWriter:v3.1.1' ].
spec
package: 'OP-XMI'
with: [ spec requires: #( 'XMLDOMVisitor' 'XMLWriter' ) ].
Expand Down

0 comments on commit 3ef0804

Please sign in to comment.