-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated to Tonel and created Baseline
- Loading branch information
1 parent
8566094
commit 8349849
Showing
5 changed files
with
24 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
'srcDirectory' : '' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Class { | ||
#name : #BaselineOfHistory, | ||
#superclass : #BaselineOf, | ||
#category : #BaselineOfHistory | ||
} | ||
|
||
{ #category : #baselines } | ||
BaselineOfHistory >> baseline: spec [ | ||
<baseline> | ||
spec | ||
for: #common | ||
do: [ spec package: 'History-Core'. | ||
spec | ||
package: 'History-Tests' | ||
with: [ spec requires: 'History-Core' ]. | ||
spec group: 'default' with: #('History-Tests'). | ||
spec | ||
group: 'core'; | ||
with: #('History-Core') ] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Package { #name : #BaselineOfHistory } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.