Skip to content

Commit 9d219ab

Browse files
committed
Issue #58: create project directory in gsdevkithome for pier3.0.1. Pier requires special handling because the current version that is ported to GemStone must run against Seasid3.0. Project entries successfully loaded Pier into GemStone 3.1.0.6 ... more testing needed
1 parent acaaf8a commit 9d219ab

File tree

8 files changed

+49
-8
lines changed

8 files changed

+49
-8
lines changed

Diff for: projects/pier3/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Pier 3.0.1

Diff for: projects/pier3/projects/magritte.ston

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TDObjectGatewayNode{#name:'magritte',#contents:'^ TDProjectSpecEntryDefinition new
2+
configuration: \'Magritte3\'
3+
version: #\'release3.0\'
4+
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3/main\'
5+
loads: #(\'Seaside\');
6+
status: #(#\'inactive\');
7+
locked: true;
8+
yourself'}

Diff for: projects/pier3/projects/magritteAddOns.ston

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TDObjectGatewayNode{#name:'magritteAddOns',#contents:'^ TDProjectSpecEntryDefinition new
2+
configuration: \'Magritte3AddOns\'
3+
version: #\'release3.0\'
4+
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3Addons/main\'
5+
loads: #(\'Magritte-Json\');
6+
status: #(#\'inactive\');
7+
locked: true;
8+
yourself'}

Diff for: projects/pier3/projects/pier3.ston

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TDObjectGatewayNode{#name:'pier3',#contents:'^ TDProjectSpecEntryDefinition new
2+
configuration: \'Pier3\'
3+
version: #\'release3.0\'
4+
repository: \'http://smalltalkhub.com/mc/Pier/Pier3/main\'
5+
loads: #(\'default\');
6+
status: #(#\'inactive\');
7+
locked: true;
8+
yourself'}

Diff for: projects/pier3/projects/pier3AddOns.ston

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
TDObjectGatewayNode{#name:'pier3AddOns',#contents:'^ TDProjectSpecEntryDefinition new
2+
configuration: \'Pier3AddOns\'
3+
version: #\'release3.0\'
4+
repository: \'http://smalltalkhub.com/mc/Pier/Pier3Addons/main\'
5+
loads: #(\'default\');
6+
status: #(#\'inactive\');
7+
locked: true;
8+
yourself'}

Diff for: projects/pier3/projects/seaside.ston

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
TDObjectGatewayNode{#name:'seaside',#contents:'^ TDProjectSpecEntryDefinition new
2+
configuration: \'Seaside3\'
3+
version: #\'release3.0\'
4+
repository:
5+
\'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main\'
6+
loads: #(\'Development\' \'Zinc\' \'Examples\' \'Tests\');
7+
status: #(#\'inactive\');
8+
locked: true;
9+
yourself'}

Diff for: projects/pier3/projects/zinc.ston

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
TDObjectGatewayNode{#name:'zinc',#contents:'^ TDProjectSpecEntryDefinition new
2+
baseline: \'ZincHTTPComponents\'
3+
repository: \'github://GsDevKit/zinc:2.4.3.?/repository\'
4+
loads: #(\'Core\' \'Tests\');
5+
status: #(#\'inactive\');
6+
locked: true;
7+
yourself'}

Diff for: tode/sys/default/projects/pier.ston

-8
This file was deleted.

0 commit comments

Comments
 (0)