WIndows debug: Cleaning all ProcessWrapper metions.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-10-09 17:15:39 -05:00
parent ff4c222b3e
commit 96155e19d4
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ BaselineOfFossil >> baseline: spec [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository'];
baseline: 'ProcessWrapper' with: [ spec repository: 'github://hernanmd/ProcessWrapper/repository' ].
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']";
baseline: 'ProcessWrapper' with: [ spec repository: 'github://hernanmd/ProcessWrapper/repository' ]".
"Packages"
spec package: 'Fossil' with: [ spec requires: #('NeoJSON') ].