File tree Expand file tree Collapse file tree 3 files changed +23
-21
lines changed
src/BaselineOfMaterialColors.package
BaselineOfMaterialColors.class/instance Expand file tree Collapse file tree 3 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 1
1
baseline
2
2
baseline: spec
3
- < baseline>
4
- spec
5
- for: #' common'
6
- do: [
7
- spec
8
- package: ' Material-Design-Colors' ;
9
- package: ' Material-Design-Tests-Colors'
10
- with: [ spec requires: #('Material-Design-Colors') ].
11
- spec
12
- group: ' Core' with: #('Material-Design-Colors') ;
13
- group: ' all' with: #('default') ;
14
- group: ' Tests' with: #('Material-Design-Tests-Colors') ].
15
- spec
16
- for: #' gemstone'
17
- do: [
18
- spec
19
- package: ' PackageManifest'
20
- with: [ spec repository: ' http://smalltalkhub.com/mc/pdebruic/PackageManifest/main' ];
21
- package: ' Material-Design-Colors'
22
- with: [ spec requires: ' PackageManifest' ] ]
3
+ < baseline>
4
+ spec
5
+ for: #common
6
+ do: [
7
+ " Packages"
8
+ spec
9
+ package: ' Material-Design-Colors' ;
10
+ package: ' Material-Design-Tests-Colors' with: [ spec requires: #('Material-Design-Colors') ].
11
+
12
+ " Groups"
13
+ spec
14
+ group: ' Core' with: #('Material-Design-Colors') ;
15
+ group: ' all' with: #('default') ;
16
+ group: ' Tests' with: #('Material-Design-Tests-Colors') ].
17
+ self gemStone: spec
Original file line number Diff line number Diff line change
1
+ baseline
2
+ gemStone: spec
3
+ spec
4
+ for: #gemstone
5
+ do: [ spec
6
+ package: ' PackageManifest' with: [ spec repository: ' http://smalltalkhub.com/mc/pdebruic/PackageManifest/main' ];
7
+ package: ' Material-Design-Colors' with: [ spec requires: ' PackageManifest' ] ]
Original file line number Diff line number Diff line change 1
- SystemOrganization addCategory: #' BaselineOfMaterialColors' !
1
+ SystemOrganization addCategory: #BaselineOfMaterialColors !
You can’t perform that action at this time.
0 commit comments