-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update BaselineOfSton by removing explicit repo reference
- Loading branch information
Sven Van Caekenberghe
committed
Oct 8, 2018
1 parent
5d1782f
commit aba7f7a
Showing
9 changed files
with
29 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
'srcDirectory' : 'repository' | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
#format : #filetree | ||
} |
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 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
I am BaselineOfSton, I load STON (Smalltalk Object Notation). | ||
I am a BaselineOf. |
20 changes: 9 additions & 11 deletions
20
repository/BaselineOfSton.package/BaselineOfSton.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
baselines | ||
baseline: spec | ||
<baseline> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'baseline'. | ||
spec repository: 'http://ss3.gemstone.com/ss/STON'. | ||
spec | ||
package: 'STON-Core'; | ||
package: 'STON-Tests'; | ||
package: 'STON-Text support'; | ||
group: 'Core' with: #('STON-Core'); | ||
group: 'default' with: #('STON-Core' 'STON-Text support' 'STON-Tests') ]. | ||
|
||
spec | ||
for: #common | ||
do: [ spec blessing: #baseline. | ||
spec | ||
package: 'STON-Core'; | ||
package: 'STON-Tests'; | ||
package: 'STON-Text support'; | ||
group: 'Core' with: #('STON-Core'); | ||
group: 'default' with: #('STON-Core' 'STON-Text support' 'STON-Tests') ] |
5 changes: 0 additions & 5 deletions
5
repository/BaselineOfSton.package/BaselineOfSton.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
19 changes: 8 additions & 11 deletions
19
repository/BaselineOfSton.package/BaselineOfSton.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"commentStamp" : "SvenVanCaekenberghe 10/8/2018 15:45", | ||
"super" : "BaselineOf", | ||
"category" : "BaselineOfSton", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "BaselineOfSton", | ||
"pools" : [ | ||
], | ||
"super" : "BaselineOf", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
This file was deleted.
Oops, something went wrong.
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,2 +1 @@ | ||
{ | ||
} | ||
{ } |