Skip to content

Commit 74dff71

Browse files
committed
Depend on new BaselineOfZodiac instead of loading Zodiac packages directly
1 parent d8bdc62 commit 74dff71

File tree

2 files changed

+7
-7
lines changed
  • repository/BaselineOfZincHTTPComponents.package

2 files changed

+7
-7
lines changed

repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@ baselines
22
baseline: spec
33
<baseline>
44
spec for: #common do: [
5+
spec baseline: 'Zodiac' with: [ spec repository: 'github://svenvc/zodiac:master/repository' ].
56
spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ].
67
spec baseline: 'XMLParser' with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:master/src' ].
7-
spec package: 'Zodiac-Core' with: [ spec repository: 'github://svenvc/zodiac:master/repository' ].
8-
spec package: 'Zodiac-Tests' with: [ spec repository: 'github://svenvc/zodiac:master/repository' ].
98
spec
109
package: 'Zinc-Character-Encoding-Core';
1110
package: 'Zinc-Character-Encoding-Tests' with: [ spec requires: 'Zinc-Character-Encoding-Core' ];
1211
package: 'Zinc-Resource-Meta-Core' with: [ spec requires: 'Zinc-Character-Encoding-Core' ];
1312
package: 'Zinc-Resource-Meta-Tests' with: [ spec requires: 'Zinc-Resource-Meta-Core' ];
1413
package: 'Zinc-HTTP' with: [
15-
spec postLoadDoIt: #recompileZnLogEventHierarchy; requires: #('Zinc-Character-Encoding-Core' 'Zinc-Resource-Meta-Core') ];
14+
spec
15+
postLoadDoIt: #recompileZnLogEventHierarchy;
16+
requires: #('Zinc-Character-Encoding-Core' 'Zinc-Resource-Meta-Core') ];
1617
package: 'Zinc-HTTP-Examples' with: [ spec requires: #('Zinc-HTTP') ];
1718
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ];
18-
package: 'Zinc-Zodiac-Core' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core') ];
19+
package: 'Zinc-Zodiac-Core' with: [ spec requires: #('Zinc-HTTP' 'Zodiac') ];
1920
package: 'Zinc-Zodiac-Tests' with: [ spec requires: #('Zinc-Zodiac-Core') ].
2021
spec
2122
package: 'Zinc-AWS' with: [ spec requires: #('Zinc-HTTP' 'XMLParser') ];
@@ -35,10 +36,9 @@ baseline: spec
3536
spec
3637
group: 'default' with: #('Core' 'Tests');
3738
group: 'Core' with: #('Zinc-HTTP' 'Zinc-HTTP-Examples' 'Zinc-Zodiac-Core');
38-
group: 'Tests' with: #('Zinc-Tests' 'Zinc-Character-Encoding-Tests' 'Zinc-Resource-Meta-Tests' 'Zodiac-Tests' 'Zinc-Zodiac-Tests');
39+
group: 'Tests' with: #('Zinc-Tests' 'Zinc-Character-Encoding-Tests' 'Zinc-Resource-Meta-Tests' 'Zinc-Zodiac-Tests');
3940
group: 'Character-Encoding' with: #('Zinc-Character-Encoding-Core' 'Zinc-Character-Encoding-Tests');
4041
group: 'Resource-Meta' with: #('Zinc-Resource-Meta-Core' 'Zinc-Resource-Meta-Tests');
41-
group: 'Zodiac' with: #('Zodiac-Core' 'Zodiac-Tests');
4242
group: 'AWS' with: #('Zinc-AWS');
4343
group: 'WebDAV' with: #('Zinc-WebDAV');
4444
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #BaselineOfZincHTTPComponents!
1+
self packageOrganizer ensurePackage: #BaselineOfZincHTTPComponents withTags: #()!

0 commit comments

Comments
 (0)