Skip to content

Commit

Permalink
Merge pull request #929 from Ducasse/renablingSindarin
Browse files Browse the repository at this point in the history
ReenablingSindarin
  • Loading branch information
Ducasse authored Dec 25, 2024
2 parents 1ae004b + 7197846 commit bc0a83f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 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,18 +72,11 @@ 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-DebuggerSelector' with: [ spec requires: #( 'NewTools-SpTextPresenterDecorators' ) ];
package: 'NewTools-DebuggerSelector-Tests' with: [ spec requires: #( 'NewTools-DebuggerSelector' ) ];
Expand Down Expand Up @@ -130,10 +123,10 @@ BaselineOfNewTools >> baseline: spec [
'NewTools-Debugger-Morphic'
'NewTools-ObjectCentricBreakpoints'
"'NewTools-Sindarin-Tools'
'NewTools-Sindarin-Tools'
'NewTools-Sindarin-Commands'
'NewTools-Sindarin-Commands-Tests'"
'NewTools-Sindarin-Commands-Tests'
'NewTools-Debugger-Breakpoints-Tools'
'NewTools-Debugger-Tests'
'NewTools-Debugger-Fuel'
Expand Down

0 comments on commit bc0a83f

Please sign in to comment.