Skip to content

Commit

Permalink
Issue #58: create project directory in gsdevkithome for pier3.0.1. Pi…
Browse files Browse the repository at this point in the history
…er 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
  • Loading branch information
dalehenrich committed Feb 19, 2015
1 parent acaaf8a commit 9d219ab
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 8 deletions.
1 change: 1 addition & 0 deletions projects/pier3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Pier 3.0.1
8 changes: 8 additions & 0 deletions projects/pier3/projects/magritte.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TDObjectGatewayNode{#name:'magritte',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Magritte3\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3/main\'
loads: #(\'Seaside\');
status: #(#\'inactive\');
locked: true;
yourself'}
8 changes: 8 additions & 0 deletions projects/pier3/projects/magritteAddOns.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TDObjectGatewayNode{#name:'magritteAddOns',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Magritte3AddOns\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3Addons/main\'
loads: #(\'Magritte-Json\');
status: #(#\'inactive\');
locked: true;
yourself'}
8 changes: 8 additions & 0 deletions projects/pier3/projects/pier3.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TDObjectGatewayNode{#name:'pier3',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Pier3\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Pier/Pier3/main\'
loads: #(\'default\');
status: #(#\'inactive\');
locked: true;
yourself'}
8 changes: 8 additions & 0 deletions projects/pier3/projects/pier3AddOns.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TDObjectGatewayNode{#name:'pier3AddOns',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Pier3AddOns\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Pier/Pier3Addons/main\'
loads: #(\'default\');
status: #(#\'inactive\');
locked: true;
yourself'}
9 changes: 9 additions & 0 deletions projects/pier3/projects/seaside.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
TDObjectGatewayNode{#name:'seaside',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Seaside3\'
version: #\'release3.0\'
repository:
\'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main\'
loads: #(\'Development\' \'Zinc\' \'Examples\' \'Tests\');
status: #(#\'inactive\');
locked: true;
yourself'}
7 changes: 7 additions & 0 deletions projects/pier3/projects/zinc.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TDObjectGatewayNode{#name:'zinc',#contents:'^ TDProjectSpecEntryDefinition new
baseline: \'ZincHTTPComponents\'
repository: \'github://GsDevKit/zinc:2.4.3.?/repository\'
loads: #(\'Core\' \'Tests\');
status: #(#\'inactive\');
locked: true;
yourself'}
8 changes: 0 additions & 8 deletions tode/sys/default/projects/pier.ston

This file was deleted.

0 comments on commit 9d219ab

Please sign in to comment.