Skip to content

Commit

Permalink
Update BaselineOfSton by removing explicit repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Van Caekenberghe committed Oct 8, 2018
1 parent 5d1782f commit aba7f7a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
'srcDirectory' : 'repository'
}
3 changes: 3 additions & 0 deletions repository/.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
#format : #filetree
}
5 changes: 3 additions & 2 deletions repository/BaselineOfSton.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
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.
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') ]

This file was deleted.

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"
}
1 change: 0 additions & 1 deletion repository/BaselineOfSton.package/monticello.meta/version

This file was deleted.

3 changes: 1 addition & 2 deletions repository/BaselineOfSton.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit aba7f7a

Please sign in to comment.