Skip to content

Commit

Permalink
Issue #58: mv project entries into projects300m since we're explicitly
Browse files Browse the repository at this point in the history
loading pier3.0.0 for Seaside3.0 [ci skip]
  • Loading branch information
dalehenrich committed Feb 19, 2015
1 parent 0edafe9 commit c999d3a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TDObjectGatewayNode{#name:'magritte',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Magritte3\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3/main\'
version: #\'stable\'
repository: \'http://www.squeaksource.com/MetacelloRepository\'
loads: #(\'Seaside\');
status: #(#\'inactive\');
locked: true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TDObjectGatewayNode{#name:'magritteAddOns',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Magritte3AddOns\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Magritte/Magritte3Addons/main\'
version: #\'stable\'
repository: \'http://www.squeaksource.com/MetacelloRepository\'
loads: #(\'Magritte-Json\');
status: #(#\'inactive\');
locked: true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TDObjectGatewayNode{#name:'pier3',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Pier3\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Pier/Pier3/main\'
version: #\'stable\'
repository: \'http://www.squeaksource.com/MetacelloRepository\'
loads: #(\'default\');
status: #(#\'inactive\');
locked: true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TDObjectGatewayNode{#name:'pier3AddOns',#contents:'^ TDProjectSpecEntryDefinition new
configuration: \'Pier3AddOns\'
version: #\'release3.0\'
repository: \'http://smalltalkhub.com/mc/Pier/Pier3Addons/main\'
version: #\'stable\'
repository: \'http://www.squeaksource.com/MetacelloRepository\'
loads: #(\'default\');
status: #(#\'inactive\');
locked: true;
Expand Down
File renamed without changes.

0 comments on commit c999d3a

Please sign in to comment.