Skip to content

Commit

Permalink
Migrated to Tonel and created Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
eMaringolo committed Dec 7, 2019
1 parent 8566094 commit 8349849
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 194 deletions.
3 changes: 3 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
'srcDirectory' : ''
}
20 changes: 20 additions & 0 deletions BaselineOfHistory/BaselineOfHistory.class.st
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') ]
]
1 change: 1 addition & 0 deletions BaselineOfHistory/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #BaselineOfHistory }
193 changes: 0 additions & 193 deletions ConfigurationOfHistory/ConfigurationOfHistory.class.st

This file was deleted.

1 change: 0 additions & 1 deletion ConfigurationOfHistory/package.st

This file was deleted.

0 comments on commit 8349849

Please sign in to comment.