-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version is 3.5.6 as only non-breaking changes were made
- Loading branch information
Johan Brichau
committed
Jan 27, 2024
1 parent
e227f07
commit e440868
Showing
2 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 1 addition & 17 deletions
18
repository/Seaside-Core.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1 @@ | ||
SystemOrganization addCategory: #'Seaside-Core'! | ||
SystemOrganization addCategory: #'Seaside-Core-Backtracking'! | ||
SystemOrganization addCategory: #'Seaside-Core-Base'! | ||
SystemOrganization addCategory: #'Seaside-Core-Cache'! | ||
SystemOrganization addCategory: #'Seaside-Core-Callbacks'! | ||
SystemOrganization addCategory: #'Seaside-Core-Configuration'! | ||
SystemOrganization addCategory: #'Seaside-Core-Document'! | ||
SystemOrganization addCategory: #'Seaside-Core-Document-Elements'! | ||
SystemOrganization addCategory: #'Seaside-Core-Exceptions'! | ||
SystemOrganization addCategory: #'Seaside-Core-Filter'! | ||
SystemOrganization addCategory: #'Seaside-Core-HTTP'! | ||
SystemOrganization addCategory: #'Seaside-Core-Libraries'! | ||
SystemOrganization addCategory: #'Seaside-Core-Manifest'! | ||
SystemOrganization addCategory: #'Seaside-Core-Rendering'! | ||
SystemOrganization addCategory: #'Seaside-Core-RequestHandling'! | ||
SystemOrganization addCategory: #'Seaside-Core-Server'! | ||
SystemOrganization addCategory: #'Seaside-Core-Utilities'! | ||
self packageOrganizer ensurePackage: #'Seaside-Core' withTags: #('Backtracking' 'Base' 'Cache' 'Callbacks' 'Configuration' 'Document' 'Document-Elements' 'Exceptions' 'Filter' 'HTTP' 'Libraries' 'Manifest' 'Rendering' 'RequestHandling' 'Server' 'Utilities')! |