-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #32: add back the devkit.ston project sets
- Loading branch information
1 parent
33026c2
commit 53e0b57
Showing
2 changed files
with
160 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
GDKProjectSet { | ||
#name : 'devkit', | ||
#parentRegistryName : 'rogue', | ||
#parentRegistryPath : '$STONES_DATA_HOME/gsdevkit_stones/registry.ston', | ||
#loadSpecs : { | ||
'PharoCompatibility' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/PharoCompatibility.git' | ||
} | ||
}, | ||
'filetree' : { | ||
'revision' : 'gemstone2.4', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/dalehenrich/filetree.git' | ||
} | ||
}, | ||
'gsApplicationTools' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/gsApplicationTools.git' | ||
} | ||
}, | ||
'ston' : { | ||
'revision' : 'gemstone', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/ston.git' | ||
} | ||
}, | ||
'Grease' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/Grease.git' | ||
} | ||
}, | ||
'metacello-work' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/dalehenrich/metacello-work.git' | ||
} | ||
}, | ||
'tode' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/dalehenrich/tode.git' | ||
} | ||
}, | ||
'glass' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/glassdb/glass.git' | ||
} | ||
}, | ||
'rb' : { | ||
'revision' : 'dev', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/dalehenrich/rb.git' | ||
} | ||
}, | ||
'Seaside' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/SeasideSt/Seaside.git' | ||
} | ||
}, | ||
'zinc' : { | ||
'revision' : 'gs_master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/zinc.git' | ||
} | ||
}, | ||
'zodiac' : { | ||
'revision' : 'gs_master', | ||
'gitUrls' : { | ||
'origin' : 'https://github.com/GsDevKit/zodiac.git' | ||
} | ||
} | ||
}, | ||
#comment : 'The standard set of repositories needed for GLASS' | ||
} |
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,80 @@ | ||
GDKProjectSet { | ||
#name : 'devkit', | ||
#parentRegistryName : 'rogue', | ||
#parentRegistryPath : '$STONES_DATA_HOME/gsdevkit_stones/registry.ston', | ||
#loadSpecs : { | ||
'PharoCompatibility' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:glassdb/PharoCompatibility.git' | ||
} | ||
}, | ||
'filetree' : { | ||
'revision' : 'gemstone2.4', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:dalehenrich/filetree.git' | ||
} | ||
}, | ||
'gsApplicationTools' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:GsDevKit/gsApplicationTools.git' | ||
} | ||
}, | ||
'ston' : { | ||
'revision' : 'gemstone', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:GsDevKit/ston.git' | ||
} | ||
}, | ||
'Grease' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:GsDevKit/Grease.git' | ||
} | ||
}, | ||
'metacello-work' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:dalehenrich/metacello-work.git' | ||
} | ||
}, | ||
'tode' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:dalehenrich/tode.git' | ||
} | ||
}, | ||
'glass' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:glassdb/glass.git' | ||
} | ||
}, | ||
'rb' : { | ||
'revision' : 'dev', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:dalehenrich/rb.git' | ||
} | ||
}, | ||
'Seaside' : { | ||
'revision' : 'master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:SeasideSt/Seaside.git' | ||
} | ||
}, | ||
'zinc' : { | ||
'revision' : 'gs_master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:GsDevKit/zinc.git' | ||
} | ||
}, | ||
'zodiac' : { | ||
'revision' : 'gs_master', | ||
'gitUrls' : { | ||
'origin' : '[email protected]:GsDevKit/zodiac.git' | ||
} | ||
} | ||
}, | ||
#comment : 'The standard set of repositories needed for GLASS' | ||
} |