Skip to content

Commit

Permalink
We only needs the Core group from Seaside.
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
jecisc authored and noha committed Dec 31, 2018
1 parent 073a001 commit 58b467e
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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' ) ]
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') ]

0 comments on commit 58b467e

Please sign in to comment.