forked from svenvc/ston
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
528 changed files
with
1,232 additions
and
519 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ MIT License | |
|
||
Copyright (C) 2012 Sven Van Caekenberghe | ||
Copyright (c) 2012 VMware, Inc. <[email protected]>. | ||
|
||
Copyright (c) 2013 GemTalk Systems, LLC <[email protected]>. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
|
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 @@ | ||
*.package/monticello.meta/version merge=mcVersion | ||
*.package/*.class/methodProperties.json merge=mcMethodProperties | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"class" : { | ||
}, | ||
"instance" : { | ||
"baseline:" : "dkh 6/16/2012 09:53" } } | ||
"baseline:" : "dkh 6/23/2015 13:41" } } |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'BaselineOfSton-dkh.1' message 'first baseline' id '40015af9-4ad1-4c0b-912e-be0d1dc962a9' date '16 June 2012' time '9:54:51 am' author 'dkh' ancestors () stepChildren ()) | ||
(name 'BaselineOfSton-dkh.2' message 'update baseline with new package names' id '1e4cf3d4-4861-4671-aeb5-a3bbd0ab0ccf' date '23 June 2015' time '1:41:30.756372 pm' author 'dkh' ancestors ((name 'BaselineOfSton-dkh.1' message 'first baseline' id '40015af9-4ad1-4c0b-912e-be0d1dc962a9' date '16 June 2012' time '9:54:51 am' author 'dkh' ancestors () stepChildren ())) stepChildren ()) |
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/README.md
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 @@ | ||
I am ConfigurationOfSton, a Metacello configuration to load the STON (Smalltalk Object Notation) project. | ||
|
||
ConfigurationOfSton load. |
5 changes: 5 additions & 0 deletions
5
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/DevelopmentSupport.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
development support | ||
DevelopmentSupport | ||
|
||
"See the methods in the 'development support' category on the class-side of MetacelloBaseConfiguration. Decide what development support methods you would like to use and copy them the the class-side of your configuration." | ||
<apiDocumentation> |
8 changes: 8 additions & 0 deletions
8
...gurationOfSton.package/ConfigurationOfSton.class/class/baseConfigurationClassIfAbsent..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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
private | ||
baseConfigurationClassIfAbsent: aBlock | ||
|
||
^Smalltalk | ||
at: #MetacelloBaseConfiguration | ||
ifAbsent: [ | ||
self ensureMetacelloBaseConfiguration. | ||
Smalltalk at: #MetacelloBaseConfiguration ifAbsent: aBlock ]. |
4 changes: 4 additions & 0 deletions
4
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/ensureMetacello.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
private | ||
ensureMetacello | ||
|
||
(self baseConfigurationClassIfAbsent: []) ensureMetacello |
14 changes: 14 additions & 0 deletions
14
...urationOfSton.package/ConfigurationOfSton.class/class/ensureMetacelloBaseConfiguration.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
private | ||
ensureMetacelloBaseConfiguration | ||
|
||
Smalltalk | ||
at: #MetacelloBaseConfiguration | ||
ifAbsent: [ | ||
| repository version | | ||
repository := MCHttpRepository location: 'http://seaside.gemstone.com/ss/metacello' user: '' password: ''. | ||
repository | ||
versionReaderForFileNamed: 'Metacello-Base-DaleHenrichs.2.mcz' | ||
do: [ :reader | | ||
version := reader version. | ||
version load. | ||
version workingCopy repositoryGroup addRepository: repository ] ] |
5 changes: 5 additions & 0 deletions
5
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/isMetacelloConfig.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
metacello tool support | ||
isMetacelloConfig | ||
"Answer true and the Metacello tools will operate on you" | ||
|
||
^true |
8 changes: 8 additions & 0 deletions
8
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/load.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
loading | ||
load | ||
"Load the #stable version defined for this platform. The #stable version is the version that is recommended to be used on this platform." | ||
|
||
"self load" | ||
|
||
<apiDocumentation> | ||
^(self project version: #stable) load |
8 changes: 8 additions & 0 deletions
8
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/loadBleedingEdge.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
loading | ||
loadBleedingEdge | ||
"Load the latest versions of the mcz files defined for this project. It is not likely that the #bleedingEdge has been tested." | ||
|
||
"self loadBleedingEdge" | ||
|
||
<apiDocumentation> | ||
^(self project version: #bleedingEdge) load |
8 changes: 8 additions & 0 deletions
8
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/loadDevelopment.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
loading | ||
loadDevelopment | ||
"Load the #development version defined for this platform. The #development version will change over time and is not expected to be stable." | ||
|
||
"self loadDevelopment" | ||
|
||
<apiDocumentation> | ||
^(self project version: #development) load |
4 changes: 4 additions & 0 deletions
4
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/project.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
project | ||
|
||
^self new project |
12 changes: 12 additions & 0 deletions
12
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/class/validate.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
development support | ||
validate | ||
"Check the configuration for Errors, Critical Warnings, and Warnings (see class comment for MetacelloMCVersionValidator for more information). | ||
Errors identify specification issues that will result in unexpected behaviour when you load the configuration. | ||
Critical Warnings identify specification issues that may result in unexpected behavior when you load the configuration. | ||
Warnings identify specification issues that are technically correct, but are worth take a look at." | ||
|
||
"self validate" | ||
|
||
<apiDocumentation> | ||
self ensureMetacello. | ||
^ ((Smalltalk at: #MetacelloToolBox) validateConfiguration: self debug: #() recurse: false) explore |
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/baseline01..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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
baselines | ||
baseline01: spec | ||
<version: '0.1-baseline'> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'baseline'. | ||
spec repository: 'http://ss3.gemstone.com/ss/STON'. | ||
spec | ||
package: 'Ston-Core'; | ||
package: 'Ston-Tests' ]. |
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/baseline02..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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
baselines | ||
baseline02: spec | ||
<version: '0.2-baseline'> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'baseline'. | ||
spec repository: 'http://ss3.gemstone.com/ss/STON'. | ||
spec | ||
package: 'STON-Core'; | ||
package: 'STON-Tests' ]. |
11 changes: 11 additions & 0 deletions
11
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/baseline03..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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
baselines | ||
baseline03: spec | ||
<version: '0.3-baseline'> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'baseline'. | ||
spec repository: 'http://ss3.gemstone.com/ss/STON'. | ||
spec | ||
package: 'STON-Core'; | ||
package: 'STON-Tests'; | ||
group: 'Core' with: #('STON-Core') ]. |
11 changes: 11 additions & 0 deletions
11
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/project.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
accessing | ||
project | ||
|
||
^ project ifNil: [ | constructor | | ||
"Bootstrap Metacello if it is not already loaded" | ||
(self class baseConfigurationClassIfAbsent: []) ensureMetacello. | ||
"Construct Metacello project" | ||
constructor := (Smalltalk at: #MetacelloVersionConstructor) on: self. | ||
project := constructor project. | ||
project loadType: #linear. "change to #atomic if desired" | ||
project ] |
5 changes: 5 additions & 0 deletions
5
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/stable..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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
symbolic versions | ||
stable: spec | ||
<symbolicVersion: #'stable'> | ||
|
||
spec for: #'common' version: '0.9' |
12 changes: 12 additions & 0 deletions
12
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version01..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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
versions | ||
version01: spec | ||
<version: '0.1' imports: #('0.1-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'release'. | ||
spec description: ''. | ||
spec author: 'SeanDeNigris'. | ||
spec timestamp: '7/5/2012 19:06'. | ||
spec | ||
package: 'Ston-Core' with: 'Ston-Core-SvenVanCaekenberghe.35'; | ||
package: 'Ston-Tests' with: 'Ston-Tests-SvenVanCaekenberghe.33'. ]. |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version02..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version02: spec | ||
<version: '0.2' imports: #('0.1-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'release'. | ||
spec | ||
package: 'Ston-Core' with: 'Ston-Core-SvenVanCaekenberghe.36'; | ||
package: 'Ston-Tests' with: 'Ston-Tests-SvenVanCaekenberghe.34'. ]. |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version03..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version03: spec | ||
<version: '0.3' imports: #('0.2-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'release'. | ||
spec | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.37'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.29'. ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version04..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version04: spec | ||
<version: '0.4' imports: #('0.2-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #'release'. | ||
spec | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.42'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.39'. ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version05..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version05: spec | ||
<version: '0.5' imports: #('0.2-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.43'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.40' ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version06..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version06: spec | ||
<version: '0.6' imports: #('0.3-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.45'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.42' ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version07..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version07: spec | ||
<version: '0.7' imports: #('0.3-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-DamienCassou.46'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.42' ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version08..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version08: spec | ||
<version: '0.8' imports: #('0.3-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.47'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.42' ] |
9 changes: 9 additions & 0 deletions
9
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version09..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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
versions | ||
version09: spec | ||
<version: '0.9' imports: #('0.3-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.49'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.44' ] |
27 changes: 27 additions & 0 deletions
27
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/methodProperties.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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"class" : { | ||
"DevelopmentSupport" : "SeanDeNigris 7/5/2012 19:06", | ||
"baseConfigurationClassIfAbsent:" : "SeanDeNigris 7/5/2012 19:06", | ||
"ensureMetacello" : "SeanDeNigris 7/5/2012 19:06", | ||
"ensureMetacelloBaseConfiguration" : "SeanDeNigris 7/5/2012 19:06", | ||
"isMetacelloConfig" : "SeanDeNigris 7/5/2012 19:06", | ||
"load" : "SeanDeNigris 7/5/2012 19:06", | ||
"loadBleedingEdge" : "SeanDeNigris 7/5/2012 19:06", | ||
"loadDevelopment" : "SeanDeNigris 7/5/2012 19:06", | ||
"project" : "SeanDeNigris 7/5/2012 19:06", | ||
"validate" : "SeanDeNigris 7/5/2012 19:06" }, | ||
"instance" : { | ||
"baseline01:" : "SeanDeNigris 7/5/2012 19:11", | ||
"baseline02:" : "SvenVanCaekenberghe 10/26/2012 10:45", | ||
"baseline03:" : "SvenVanCaekenberghe 11/28/2013 19:20", | ||
"project" : "SeanDeNigris 7/5/2012 19:06", | ||
"stable:" : "SvenVanCaekenberghe 4/24/2014 13:38", | ||
"version01:" : "SeanDeNigris 7/5/2012 19:12", | ||
"version02:" : "SvenVanCaekenberghe 10/25/2012 17:41", | ||
"version03:" : "SvenVanCaekenberghe 10/26/2012 10:54", | ||
"version04:" : "SvenVanCaekenberghe 12/18/2012 10:29", | ||
"version05:" : "SvenVanCaekenberghe 3/7/2013 10:55", | ||
"version06:" : "SvenVanCaekenberghe 11/28/2013 19:21", | ||
"version07:" : "DamienCassou 12/11/2013 16:46", | ||
"version08:" : "SvenVanCaekenberghe 1/21/2014 20:00", | ||
"version09:" : "SvenVanCaekenberghe 4/24/2014 13:38" } } |
14 changes: 14 additions & 0 deletions
14
repository/ConfigurationOfSton.package/ConfigurationOfSton.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"category" : "ConfigurationOfSton", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
"LastVersionLoad" ], | ||
"commentStamp" : "<historical>", | ||
"instvars" : [ | ||
"project" ], | ||
"name" : "ConfigurationOfSton", | ||
"pools" : [ | ||
], | ||
"super" : "Object", | ||
"type" : "normal" } |
1 change: 1 addition & 0 deletions
1
repository/ConfigurationOfSton.package/monticello.meta/categories.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SystemOrganization addCategory: #ConfigurationOfSton! |
File renamed without changes.
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 @@ | ||
(name 'ConfigurationOfSton') |
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
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
repository/STON-Core.package/Boolean.extension/instance/stonContainSubObjects.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*ston-core | ||
stonContainSubObjects | ||
^ false |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
repository/STON-Core.package/Boolean.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"stonContainSubObjects" : "SvenVanCaekenberghe 11/29/2012 16:24", | ||
"stonOn:" : "SvenVanCaekenberghe 1/14/2012 15:53" } } |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
repository/STON-Core.package/ByteArray.extension/instance/stonContainSubObjects.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*ston-core | ||
stonContainSubObjects | ||
^ false |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
repository/STON-Core.package/ByteArray.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"class" : { | ||
"fromSton:" : "SvenVanCaekenberghe 2/12/2012 15:16" }, | ||
"instance" : { | ||
"stonContainSubObjects" : "SvenVanCaekenberghe 11/29/2012 16:25", | ||
"stonOn:" : "SvenVanCaekenberghe 2/12/2012 20:02" } } |
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
repository/STON-Core.package/Character.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
"fromSton:" : "SvenVanCaekenberghe 2/12/2012 15:17" }, | ||
"instance" : { | ||
"stonOn:" : "SvenVanCaekenberghe 2/12/2012 20:02" } } |
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
repository/STON-Core.package/Class.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"stonName" : "SvenVanCaekenberghe 2/12/2012 20:06" } } |
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
repository/STON-Core.package/Collection.extension/methodProperties.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
"fromSton:" : "SvenVanCaekenberghe 2/12/2012 13:54" }, | ||
"instance" : { | ||
"stonOn:" : "SvenVanCaekenberghe 4/29/2012 12:23:33" } } |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.