diff --git a/projectSets/https/devkit.ston b/projectSets/https/devkit.ston index 3168d9cc..4f016925 100644 --- a/projectSets/https/devkit.ston +++ b/projectSets/https/devkit.ston @@ -51,6 +51,12 @@ GDKProjectSet { 'origin' : 'https://github.com/dalehenrich/rb.git' } }, + 'Seaside' : { + 'revision' : 'master', + 'gitUrls' : { + 'origin' : 'https://github.com/SeasideSt/Seaside.git' + } + }, 'zinc' : { 'revision' : 'gs_master', 'gitUrls' : { diff --git a/projectSets/ssh/devkit.ston b/projectSets/ssh/devkit.ston index 702bccc2..6c386720 100644 --- a/projectSets/ssh/devkit.ston +++ b/projectSets/ssh/devkit.ston @@ -51,6 +51,12 @@ GDKProjectSet { 'origin' : 'git@github.com:dalehenrich/rb.git' } }, + 'Seaside' : { + 'revision' : 'master', + 'gitUrls' : { + 'origin' : 'git@github.com:SeasideSt/Seaside.git' + } + }, 'zinc' : { 'revision' : 'gs_master', 'gitUrls' : {