Skip to content

Commit

Permalink
[Port]: Dynabook Foundation
Browse files Browse the repository at this point in the history
UID and other Dynabook-specific stuff moved out of `MATPropertyOwner`
  • Loading branch information
seandenigris committed Oct 5, 2023
1 parent b136237 commit 1aed650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/BaselineOfSmallWorld/BaselineOfSmallWorld.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ BaselineOfSmallWorld >> baseline: spec [

spec for: #'common' do: [
spec
baseline: 'DynabookFoundation' with: [
spec repository: 'github://seandenigris/Dynabook-Foundation' ];
baseline: 'ExternalWebBrowser' with: [
spec repository: 'github://seandenigris/Pharo-Web-Browser' ];
baseline: 'GitLabCI' with: [
Expand All @@ -29,7 +31,7 @@ BaselineOfSmallWorld >> baseline: spec [
spec repository: 'github://seandenigris/Simple-Persistence' ].
spec
package: 'SmallWorld-Core' with: [
spec requires: #('Magritte' 'GitLabCI'). ];
spec requires: #('DynabookFoundation' 'Magritte' 'GitLabCI'). ];
package: 'SmallWorld-UI' with: [
spec requires: #('ExternalWebBrowser'). ];
package: 'SmallWorld-Specification' with: [
Expand Down
4 changes: 2 additions & 2 deletions src/SmallWorld-Core/SmallProject.class.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Class {
#name : #SmallProject,
#superclass : #Object,
#traits : 'MATPropertyOwner',
#classTraits : 'MATPropertyOwner classTrait',
#traits : 'DbTDomainObject',
#classTraits : 'DbTDomainObject classTrait',
#instVars : [
'name',
'description',
Expand Down

0 comments on commit 1aed650

Please sign in to comment.