Skip to content

Commit

Permalink
Fix baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed May 6, 2020
1 parent 4f6f6b9 commit 85ada8d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ baseline: spec
do: [
spec
package: 'JSON' with: [ spec file: 'JSON-ul.35'; repository: 'http://www.squeaksource.com/JSON' ];
baseline: 'Widgets' with: [ spec repository: 'github://hpi-swa/widgets:master/repository'];
package: 'IMAPClient-Core' with: [ spec requires: #( 'libraries' ) ];
baseline: 'Widgets' with: [ spec repository: 'github://hpi-swa/widgets:master/repository' ];
package: 'IMAPClient-Core' with: [ spec requires: #('libraries') ];
package: 'IMAPClient-UI';
package: 'IMAPClient-Protocol';
package: 'IMAPClient-Tests' with: [ spec requires: #('default')].
spec
group: 'default' with: #('IMAPClient-UI' 'IMAPClient-Core' 'IMAPClient-Protocol');
group: 'Tests' with: #('IMAPClient-Tests');
group: 'libaries' with: #('JSON' 'Widgets')]
group: 'libraries' with: #('JSON' 'Widgets')]

0 comments on commit 85ada8d

Please sign in to comment.