Skip to content

Commit

Permalink
Merge pull request pharo-project#14675 from Ducasse/2023-09-16-EnhRBC…
Browse files Browse the repository at this point in the history
…odeGlitches

2023 09 16 enh rb code glitches
  • Loading branch information
jecisc committed Sep 16, 2023
2 parents 42df80e + 60b67d1 commit 7d7e6ea
Show file tree
Hide file tree
Showing 106 changed files with 1,923 additions and 1,709 deletions.
8 changes: 5 additions & 3 deletions src/Refactoring-Core/ManifestRefactoringCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
"
Class {
#name : #ManifestRefactoringCore,
#superclass : #PackageManifest,
#category : #'Refactoring-Core-Manifest'
#name : 'ManifestRefactoringCore',
#superclass : 'PackageManifest',
#category : 'Refactoring-Core-Manifest',
#package : 'Refactoring-Core',
#tag : 'Manifest'
}
Loading

0 comments on commit 7d7e6ea

Please sign in to comment.