Skip to content

Commit

Permalink
Sindarin/ScriptableDebugger should be listed as external project
Browse files Browse the repository at this point in the history
Fix #16652
  • Loading branch information
astares committed May 14, 2024
1 parent 63d2785 commit fd2d768
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/BaselineOfPharo/BaselineOfPharo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ BaselineOfPharo class >> newToolsRepository [
^ (self externalProjectNamed: 'NewTools') repository
]

{ #category : 'class initialization' }
BaselineOfPharo class >> reset [
<script>

ExternalProjects := nil
]

{ #category : 'accessing - external projects' }
BaselineOfPharo class >> roassal [
<externalProject>
Expand All @@ -121,6 +128,23 @@ BaselineOfPharo class >> roassalRepository [
^ (self externalProjectNamed: 'Roassal') repository
]

{ #category : 'accessing - external projects' }
BaselineOfPharo class >> scriptableDebugger [
<externalProject>

^ PharoExternalProject
newName: 'ScriptableDebugger'
owner: 'pharo-spec'
project: 'ScriptableDebugger'
version: 'Pharo13'
]

{ #category : 'repository urls' }
BaselineOfPharo class >> scriptableDebuggerRepository [

^ (self externalProjectNamed: 'ScriptableDebugger') repository
]

{ #category : 'accessing - external projects' }
BaselineOfPharo class >> spec [
<externalProject>
Expand Down

0 comments on commit fd2d768

Please sign in to comment.