diff -r 32f9287b419a -r fc572bd895f2 specs/baseline.rbspec --- a/specs/baseline.rbspec Mon Dec 12 22:43:48 2016 +0000 +++ b/specs/baseline.rbspec Tue Dec 13 13:33:24 2016 +0000 @@ -1,6 +1,8 @@ project :'stx:baseline' do repository :'exept:public' + package "stx:stc" + package "stx:librun" package "stx:libbasic" package "stx:goodies/refactoryBrowser/helpers" package "stx:goodies/refactoryBrowser/parser" @@ -36,8 +38,6 @@ task :'checkout:buildtools' => [ BUILD_DIR / 'stx' / "rules", BUILD_DIR / 'stx' / "configurations", BUILD_DIR / 'stx' / "support", - BUILD_DIR / 'stx' / "stc", - BUILD_DIR / 'stx' / "librun", BUILD_DIR / 'stx' / "RELEASE", # needed by applications for *.rc stuff BUILD_DIR / 'stx' / 'projects' / 'smalltalk', @@ -96,18 +96,7 @@ # the clear is here to avoid multiple checkouts t.clear() end - - file BUILD_DIR / 'stx' / 'stc' => BUILD_DIR do | t | - checkout :'swing:private', 'stx/stc' - # the clear is here to avoid multiple checkouts - t.clear() - end - - file BUILD_DIR / 'stx' / 'librun' => BUILD_DIR do | t | - checkout :'swing:private', 'stx/librun' - # the clear is here to avoid multiple checkouts - t.clear() - end + file BUILD_DIR / 'stx' / 'projects' / 'smalltalk' do | t | app = project.application