From 58b467ebb1463ed93cd37f3bc0485b6f9287e57e Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Mon, 24 Dec 2018 14:09:56 +0100 Subject: [PATCH] We only needs the Core group from Seaside. Fixes #94 --- .../instance/baseline310CommonExtDeps..st | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/BaselineOfMagritte.package/BaselineOfMagritte.class/instance/baseline310CommonExtDeps..st b/source/BaselineOfMagritte.package/BaselineOfMagritte.class/instance/baseline310CommonExtDeps..st index 6ff8265b..249878d0 100644 --- a/source/BaselineOfMagritte.package/BaselineOfMagritte.class/instance/baseline310CommonExtDeps..st +++ b/source/BaselineOfMagritte.package/BaselineOfMagritte.class/instance/baseline310CommonExtDeps..st @@ -1,13 +1,11 @@ baselines baseline310CommonExtDeps: spec "Common external dependencies for baseline 3.1.0" + spec - baseline: 'Grease' with: [ - spec - repository: 'github://SeasideSt/Grease:1.3.5/repository' ]; - - baseline: 'Seaside3' with: [ - "note: we do not want to depend on Zinc, since this is not present in Squeak. Currently no adapter is loaded" - spec - repository: 'github://SeasideSt/Seaside:v3.2.4/repository'; - loads: #('Core' 'Javascript' 'RSS' 'Filesystem' 'Welcome' ) ] \ No newline at end of file + baseline: 'Grease' with: [ spec repository: 'github://SeasideSt/Grease:1.3.5/repository' ]; + baseline: 'Seaside3' + with: [ "note: we do not want to depend on Zinc, since this is not present in Squeak. Currently no adapter is loaded" + spec + repository: 'github://SeasideSt/Seaside:v3.2.4/repository'; + loads: #('Core') ] \ No newline at end of file