Skip to content

Commit

Permalink
Moved to Tonel 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jun 18, 2024
1 parent 1f13d3e commit 9774810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions repository/BaselineOfOPUMLXMI/BaselineOfOPUMLXMI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Baseline for https://github.com/OpenPonk/uml-xmi
"
Class {
#name : #BaselineOfOPUMLXMI,
#superclass : #BaselineOf,
#category : #BaselineOfOPUMLXMI
#name : 'BaselineOfOPUMLXMI',
#superclass : 'BaselineOf',
#category : 'BaselineOfOPUMLXMI',
#package : 'BaselineOfOPUMLXMI'
}

{ #category : #baselines }
{ #category : 'baselines' }
BaselineOfOPUMLXMI >> baseline: spec [
<baseline>
spec
Expand Down
2 changes: 1 addition & 1 deletion repository/BaselineOfOPUMLXMI/package.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package { #name : #BaselineOfOPUMLXMI }
Package { #name : 'BaselineOfOPUMLXMI' }

0 comments on commit 9774810

Please sign in to comment.