Skip to content

Commit

Permalink
add baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 9, 2025
1 parent 0647cbf commit 638ed90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/BaselineOfProcessBrowser/BaselineOfProcessBrowser.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Class {
#name : 'BaselineOfProcessBrowser',
#superclass : 'BaselineOf',
#category : 'BaselineOfProcessBrowser',
#package : 'BaselineOfProcessBrowser'
}

{ #category : 'baselines' }
BaselineOfProcessBrowser >> baseline: spec [
<baseline>

spec for: #common do: [
spec package: 'NewTools-ProcessBrowser' ]
]
1 change: 1 addition & 0 deletions src/BaselineOfProcessBrowser/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : 'BaselineOfProcessBrowser' }

0 comments on commit 638ed90

Please sign in to comment.