Skip to content

Commit c046232

Browse files
committed
make a filetree only repo, using repository as the repository name, so load conflicts maybe don't happen
1 parent 1393deb commit c046232

633 files changed

Lines changed: 4743 additions & 7447 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lepiter/81brlbrknhsro4cxzdl06l22t.bak

Lines changed: 0 additions & 1222 deletions
This file was deleted.

lepiter/81brlbrknhsro4cxzdl06l22t.lepiter

Lines changed: 0 additions & 1259 deletions
This file was deleted.

lepiter/lepiter.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

repository/.filetree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"packageExtension" : ".package",
3+
"Metadata" : "false" }

repository/.properties

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

repository/BaselineOfNeoJSON/BaselineOfNeoJSON.class.st renamed to repository/BaselineOfNeoJSON.package/BaselineOfNeoJSON.class/instance/baseline..st

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
"
2-
I am BaselineOfNeoJSON, I load the code for the NeoJSON project.
3-
I am a BaselineOf.
4-
"
5-
Class {
6-
#name : #BaselineOfNeoJSON,
7-
#superclass : #BaselineOf,
8-
#category : #BaselineOfNeoJSON
9-
}
10-
11-
{ #category : #baselines }
12-
BaselineOfNeoJSON >> baseline: spec [
1+
baselines
2+
baseline: spec
133
<baseline>
144
spec
155
for: #common
@@ -28,4 +18,12 @@ BaselineOfNeoJSON >> baseline: spec [
2818
group: 'Core' with: #('Neo-JSON-Core' 'Neo-JSON-Pharo-Core');
2919
group: 'Tests' with: #('Neo-JSON-Tests' 'Neo-JSON-Pharo-Tests');
3020
group: 'Examples' with: #('Neo-JSON-Pharo-Examples') ].
31-
]
21+
spec
22+
for: #gemstone
23+
do: [ spec
24+
package: 'Neo-JSON-GemStone-Core' with: [ spec requires: #('Neo-JSON-Core') ];
25+
package: 'Neo-JSON-GemStone-Tests' with: [ spec requires: #('Neo-JSON-Tests') ];
26+
package: 'Neo-JSON-GemStone-Examples' with: [ spec requires: #('Neo-JSON-Core') ];
27+
group: 'Core' with: #('Neo-JSON-Core' 'Neo-JSON-GemStone-Core');
28+
group: 'Tests' with: #('Neo-JSON-Tests' 'Neo-JSON-GemStone-Tests');
29+
group: 'Examples' with: #('Neo-JSON-GemStone-Examples') ].
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"category" : "BaselineOfNeoJSON",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
10+
"name" : "BaselineOfNeoJSON",
11+
"pools" : [
12+
],
13+
"super" : "BaselineOf",
14+
"type" : "normal" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

0 commit comments

Comments
 (0)