Skip to content

Commit 8349849

Browse files
committed
Migrated to Tonel and created Baseline
1 parent 8566094 commit 8349849

File tree

5 files changed

+24
-194
lines changed

5 files changed

+24
-194
lines changed

.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
'srcDirectory' : ''
3+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Class {
2+
#name : #BaselineOfHistory,
3+
#superclass : #BaselineOf,
4+
#category : #BaselineOfHistory
5+
}
6+
7+
{ #category : #baselines }
8+
BaselineOfHistory >> baseline: spec [
9+
<baseline>
10+
spec
11+
for: #common
12+
do: [ spec package: 'History-Core'.
13+
spec
14+
package: 'History-Tests'
15+
with: [ spec requires: 'History-Core' ].
16+
spec group: 'default' with: #('History-Tests').
17+
spec
18+
group: 'core';
19+
with: #('History-Core') ]
20+
]

BaselineOfHistory/package.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : #BaselineOfHistory }

ConfigurationOfHistory/ConfigurationOfHistory.class.st

Lines changed: 0 additions & 193 deletions
This file was deleted.

ConfigurationOfHistory/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)