Skip to content

Commit

Permalink
Move extension to Pharo 12 package
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 9, 2024
1 parent fb7bba0 commit 9a499c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion source/BaselineOfBuoy/BaselineOfBuoy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ BaselineOfBuoy >> baseline: spec [
group: 'CI' with: 'Tests';
group: 'Development' with: #('Tools' 'Tests');
group: 'default' with: 'Development'
]
].
spec for: #'pharo12.x' do: [
spec
package: 'Buoy-Development-Tools-Pharo-12'
with: [ spec requires: 'Buoy-Development-Tools' ];
group: 'Tools' with: 'Buoy-Development-Tools-Pharo-12'
]

]

{ #category : #baselines }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Extension { #name : 'TonelWriterV3' }

{ #category : '*Buoy-Development-Tools' }
{ #category : '*Buoy-Development-Tools-Pharo-12' }
TonelWriterV3 >> typeClassDefinitionOf: aClassDefinition [

| definition |
Expand Down
1 change: 1 addition & 0 deletions source/Buoy-Development-Tools-Pharo-12/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : 'Buoy-Development-Tools-Pharo-12' }

0 comments on commit 9a499c6

Please sign in to comment.