X Tutup
Skip to content

Commit 23414e5

Browse files
committed
Add BaselineOfGreaseForGToolkit
1 parent 5ad8d0b commit 23414e5

File tree

9 files changed

+41
-0
lines changed

9 files changed

+41
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"separateMethodMetaAndSource" : false,
3+
"noMethodMetaData" : true,
4+
"useCypressPropertiesFile" : true
5+
}

repository/BaselineOfGreaseForGToolkit.package/BaselineOfGreaseForGToolkit.class/README.md

Whitespace-only changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
baselines
2+
baseline: spec
3+
<baseline>
4+
5+
spec
6+
for: #common
7+
do: [
8+
spec blessing: #baseline.
9+
10+
spec
11+
package: 'Grease-Core';
12+
package: 'Grease-Tests-Pharo-Core' with: [
13+
spec requires: #('Grease-Tests-Core') ];
14+
package: 'Grease-Tests-Core' with: [
15+
spec requires: #('Grease-Pharo90-Core') ];
16+
package: 'Grease-Pharo90-Core' with: [ spec requires: #('Grease-Core') ];
17+
package: 'Grease-Pharo90-Slime' with: [ spec requires: #('Grease-Core') ];
18+
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Pharo90-Slime') ] ]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
projectClass
3+
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
4+
^ super projectClass
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commentStamp" : "",
3+
"super" : "BaselineOf",
4+
"category" : "BaselineOfGreaseForGToolkit",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "BaselineOfGreaseForGToolkit",
10+
"type" : "normal"
11+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SystemOrganization addCategory: #BaselineOfGreaseForGToolkit!

repository/BaselineOfGreaseForGToolkit.package/monticello.meta/initializers.st

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(name 'BaselineOfGreaseForGToolkit')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ }

0 commit comments

Comments
 (0)
X Tutup