Skip to content

Commit

Permalink
Fixed baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed May 15, 2019
1 parent 5af7c76 commit 314e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfCommander2/BaselineOfCommander2.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ BaselineOfCommander2 >> baseline: spec [
package: 'Commander2-Spec' with: [ spec requires: #('Commander2' 'Commander2-ToIntegrateInSpec') ];
package: 'Commander2-Example';
package: 'Commander2-Tests';
package: 'Commander2-ContactBook' with: [ spec requires: #('Commander2-Spec') ];
package: 'Commander2-ContactBook' with: [ spec requires: #('Commander2-Spec' 'Commander2-Example') ];
package: 'Commander2-ContactBook-Extensions' with: [ spec requires: #('Commander2-ContactBook') ]
]

0 comments on commit 314e016

Please sign in to comment.