Skip to content

Commit be3c6a4

Browse files
committed
Issue #55: remove reference to package Zinc-Zodiac ... for 2.4.3 release
no need to do anything else
1 parent 7757099 commit be3c6a4

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ baseline: spec
2929
package: 'Zinc-AWS'
3030
with: [ spec requires: #('Zinc-HTTP' 'XML Support') ];
3131
package: 'Zinc-REST' with: [ spec requires: #('Zinc-HTTP' 'Neo JSON') ];
32-
package: 'Zinc-Zodiac'
33-
with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core' 'Zodiac-Tests') ];
3432
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ];
3533
package: 'Zinc-WebSocket-Tests'
3634
with: [ spec requires: 'Zinc-WebSocket-Core' ];

repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/methodProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"class" : {
33
},
44
"instance" : {
5-
"baseline:" : "JohanBrichau 07/09/2014 21:11" } }
5+
"baseline:" : "dkh 10/27/2014 14:08" } }

repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"classvars" : [
66
],
7-
"commentStamp" : "JohanBrichau 07/09/2014 21:13",
7+
"commentStamp" : "",
88
"instvars" : [
99
],
1010
"name" : "BaselineOfZincHTTPComponents",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'BaselineOfZincHTTPComponents-JohanBrichau.1' message 'renamed BaselineOfZinc to BaselineOfZincHTTPComponents' id 'e022a66b-5bb4-47eb-b582-74a3ebaa1f9e' date '07/09/2014' time '21:16:19' author 'JohanBrichau' ancestors () stepChildren ())
1+
(name 'BaselineOfZincHTTPComponents-dkh.2' message 'Issue #55: remove reference to package Zinc-Zodiac ... for 2.4.3 release no need to do anything else' id 'efc75b83-3c6d-4f5e-88ef-88ce019a860c' date '10/27/2014' time '14:38:25' author 'dkh' ancestors ((name 'BaselineOfZincHTTPComponents-JohanBrichau.1' message 'renamed BaselineOfZinc to BaselineOfZincHTTPComponents' id 'e022a66b-5bb4-47eb-b582-74a3ebaa1f9e' date '07/09/2014' time '21:16:19' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)