Skip to content

Commit

Permalink
System-Localization dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Nov 6, 2019
1 parent 839cccd commit 96663c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CodeExport/ClassDescription.extension.st
Expand Up @@ -126,7 +126,7 @@ ClassDescription >> printMethodChunk: selector on: outStream [
cr.
outStream
tab;
nextPutAll: '** ERROR! THIS SCRIPT IS MISSING ** ' translated;
nextPutAll: '** ERROR! THIS SCRIPT IS MISSING ** ';
cr;
cr.
outStream nextPutAll: ' '.
Expand Down
2 changes: 1 addition & 1 deletion src/CodeExport/ManifestCodeExport.class.st
Expand Up @@ -9,5 +9,5 @@ Class {

{ #category : #'meta-data - dependency analyser' }
ManifestCodeExport class >> manuallyResolvedDependencies [
^ #(#'Slot-Core' #'System-Localization' #'FileSystem-Core' #'Collections-Abstract' #UIManager)
^ #(#'Slot-Core' #'Collections-Abstract')
]
4 changes: 2 additions & 2 deletions src/System-DependenciesTests/SystemDependenciesTest.class.st
Expand Up @@ -68,7 +68,7 @@ SystemDependenciesTest >> knownCompilerDependencies [

"ideally this list should be empty"

^ #(#'FileSystem-Core' #'System-Changes' #'System-Localization' #'Transcript-Core')
^ #(#'FileSystem-Core' #'Transcript-Core')
]

{ #category : #'known dependencies' }
Expand All @@ -84,7 +84,7 @@ SystemDependenciesTest >> knownFileSystemDependencies [

"ideally this list should be empty"

^ #(#'System-Changes' #'System-Localization' #'Transcript-Core' #'Zinc-Resource-Meta-Core')
^ #(#'Transcript-Core' #'Zinc-Resource-Meta-Core')
]

{ #category : #'known dependencies' }
Expand Down

0 comments on commit 96663c8

Please sign in to comment.