-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1413 from SeasideSt/grease-update
Update Grease to v1.18.x
- Loading branch information
Showing
11 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baseline..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
1 change: 1 addition & 0 deletions
1
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..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
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
1 change: 1 addition & 0 deletions
1
...itory/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinefilesystem..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,5 +1,6 @@ | ||
baselines | ||
baselinefilesystem: spec | ||
|
||
spec | ||
for: #'common' | ||
do: [ | ||
|
1 change: 1 addition & 0 deletions
1
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegemstone..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,5 +1,6 @@ | ||
baselines | ||
baselinegemstone: spec | ||
|
||
spec | ||
for: #'gemstone' | ||
do: [ | ||
|
1 change: 1 addition & 0 deletions
1
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineob..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,5 +1,6 @@ | ||
baselines | ||
baselineob: spec | ||
|
||
spec | ||
for: #squeak | ||
do: [ spec | ||
|
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
1 change: 1 addition & 0 deletions
1
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinesecurity..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,5 +1,6 @@ | ||
baselines | ||
baselinesecurity: spec | ||
|
||
spec | ||
for: #squeakCommon | ||
do: [ spec | ||
|
1 change: 1 addition & 0 deletions
1
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/projectClass.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,4 +1,5 @@ | ||
accessing | ||
projectClass | ||
|
||
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ]. | ||
^ super projectClass |
1 change: 1 addition & 0 deletions
1
...OfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInPharo.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,5 +1,6 @@ | ||
doits | ||
startWelcomeSeasideAdaptorInPharo | ||
|
||
(Smalltalk globals at: #WAAdmin) defaultServerManager adaptors | ||
ifEmpty: [ (Smalltalk globals includesKey: #ZnZincServerAdaptor) | ||
ifTrue: [ (Smalltalk globals at: #ZnZincServerAdaptor) startOn: 8080 ] ] |
1 change: 1 addition & 0 deletions
1
...fSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInSqueak.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