Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 24, 2024
1 parent e746e14 commit e392a07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BaselineOfPharoLauncher/BaselineOfPharoLauncher.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ BaselineOfPharoLauncher >> baseline: spec [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Spec2'). ];
package: 'PharoLauncher-Tests-Download' with: [
spec requires: #('PharoLauncher-Tests-Core' ). ];
package: 'PharoLauncher-Tests-Debug' with: [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Tests-Download'). ];
package: 'PharoLauncher-Tests-Functional' with: [
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Tests-Download' 'PharoLauncher-Tests-Debug'). ];
spec requires: #('PharoLauncher-Core' 'PharoLauncher-Tests-Download'). ];
package: 'PharoLauncher-CLI' with: [
spec requires: #('Clap') ];
package: 'PharoLauncher-CLI-Tests' with: [
Expand Down

0 comments on commit e392a07

Please sign in to comment.