Skip to content

Commit

Permalink
another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Dec 25, 2024
1 parent 73be363 commit 7197846
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/BaselineOfNewTools/BaselineOfNewTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BaselineOfNewTools >> baseline: spec [
spec preLoadDoIt: #preload:package:.
spec postLoadDoIt: #postload:package:.

"self sindarin: spec."
self sindarin: spec.
self chest: spec.
self colorPicker: spec.

Expand Down Expand Up @@ -72,17 +72,12 @@ BaselineOfNewTools >> baseline: spec [
package: 'NewTools-ProjectLoader';
package: 'NewTools-ProjectLoader-Microdown';
"Object-centric breakpoints"


package: 'NewTools-ObjectCentricBreakpoints';
"Sindarin"

package: 'NewTools-Sindarin-Commands';
package: 'NewTools-Sindarin-Commands-Tests' with: [ spec requires: #( 'NewTools-Sindarin-Commands' 'Sindarin' ) ];
package: 'NewTools-Sindarin-Tools' with: [ spec requires: #( 'NewTools-Sindarin-Commands' 'Sindarin' ) ];
package: 'NewTools-Sindarin-ProcessInspector' with: [ spec requires: #('NewTools-Sindarin-Commands' 'Sindarin') ];

"Debugger Selector"
"package: 'NewTools-Sindarin-ProcessInspector' with: [ spec requires: #('NewTools-Sindarin-Commands' 'Sindarin') ];""Debugger Selector"
package: 'NewTools-DebuggerSelector' with: [ spec requires: #( 'NewTools-SpTextPresenterDecorators' ) ];
package: 'NewTools-DebuggerSelector-Tests' with: [ spec requires: #( 'NewTools-DebuggerSelector' ) ];
"CritiqueBrowser"
Expand Down Expand Up @@ -127,8 +122,8 @@ BaselineOfNewTools >> baseline: spec [
'NewTools-Debugger'
'NewTools-Debugger-Morphic'
'NewTools-ObjectCentricBreakpoints'
'NewTools-Sindarin-Tools'
'NewTools-ObjectCentricBreakpoints'
'NewTools-Sindarin-Tools'
'NewTools-Sindarin-Commands'
'NewTools-Sindarin-Commands-Tests'
Expand Down

0 comments on commit 7197846

Please sign in to comment.