-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync to stable version 2.3.2 of ConfigurationOfZincHTTPComponents
- Loading branch information
Showing
2,370 changed files
with
13,960 additions
and
3,388 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
...nOfZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
I am ConfigurationOfZincHTTPComponents the Metacello configuration of Zinc HTTP Components, an open-source Smalltalk framework to deal with the HTTP networking protocol. | ||
|
||
For more information, see http://homepage.mac.com/svc/Zinc-HTTP-Components | ||
For more information, see http://zn.stfx.eu | ||
|
||
One way to load this project is by executing: | ||
Here are some ways to load this project: | ||
|
||
ConfigurationOfZincHTTPComponents load. | ||
ConfigurationOfZincHTTPComponents project latestVersion load. | ||
ConfigurationOfZincHTTPComponents project latestVersion load: 'Tests'. | ||
ConfigurationOfZincHTTPComponents project bleedingEdge load. | ||
|
||
This is open-source software licensed under the MIT License. |
56 changes: 56 additions & 0 deletions
56
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline18..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
baselines | ||
baseline18: spec | ||
<version: '1.8-baseline'> | ||
spec for: #common do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'SvenVanCaekenberghe'; | ||
repository: 'http://www.squeaksource.com/ZincHTTPComponents'. | ||
spec project: 'XML Support' with: [ | ||
spec | ||
className: 'ConfigurationOfXMLSupport'; | ||
versionString: #'stable'; | ||
repository: 'http://www.squeaksource.com/MetacelloRepository' ]. | ||
spec package: 'Zodiac-Core' with: [ | ||
spec repository: 'http://www.squeaksource.com/Zodiac' ]. | ||
spec | ||
package: 'Zinc-HTTP'; | ||
package: 'Zinc-Patch-HTTPSocket' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: #('Zinc-HTTP' 'XML Support') ]; | ||
package: 'Zinc-REST' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core') ]; | ||
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ]; | ||
package: 'Zinc-WebDAV' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Server' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Client' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ]. | ||
spec | ||
group: 'default' with: #('Core'); | ||
group: 'Core' with: #('Zinc-HTTP'); | ||
group: 'Tests' with: #('Zinc-Tests'); | ||
group: 'AWS' with: #('Zinc-AWS'); | ||
group: 'WebDAV' with: #('Zinc-WebDAV'); | ||
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests'); | ||
group: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec for: #'pharo1.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem-Legacy'; | ||
package: 'Zinc-Pharo-Forward-Compatibility'; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-FileSystem-Legacy' 'Zinc-Pharo-Forward-Compatibility') ] ]. | ||
spec for: #'pharo2.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem'; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-FileSystem' ] ]. | ||
spec for: #gemstone do: [ | ||
spec | ||
repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; | ||
package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; | ||
package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; | ||
package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; | ||
package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] |
56 changes: 56 additions & 0 deletions
56
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline19..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
baselines | ||
baseline19: spec | ||
<version: '1.9-baseline'> | ||
spec for: #common do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'SvenVanCaekenberghe'; | ||
repository: 'http://mc.stfx.eu/ZincHTTPComponents'. | ||
spec project: 'XML Support' with: [ | ||
spec | ||
className: 'ConfigurationOfXMLSupport'; | ||
versionString: #'stable'; | ||
repository: 'http://www.squeaksource.com/MetacelloRepository' ]. | ||
spec package: 'Zodiac-Core' with: [ | ||
spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec | ||
package: 'Zinc-HTTP'; | ||
package: 'Zinc-Patch-HTTPSocket' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: #('Zinc-HTTP' 'XML Support') ]; | ||
package: 'Zinc-REST' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core') ]; | ||
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ]; | ||
package: 'Zinc-WebDAV' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Server' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Client' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ]. | ||
spec | ||
group: 'default' with: #('Core'); | ||
group: 'Core' with: #('Zinc-HTTP'); | ||
group: 'Tests' with: #('Zinc-Tests'); | ||
group: 'AWS' with: #('Zinc-AWS'); | ||
group: 'WebDAV' with: #('Zinc-WebDAV'); | ||
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests'); | ||
group: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec for: #'pharo1.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem-Legacy'; | ||
package: 'Zinc-Pharo-Forward-Compatibility'; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-FileSystem-Legacy' 'Zinc-Pharo-Forward-Compatibility') ] ]. | ||
spec for: #'pharo2.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem'; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-FileSystem' ] ]. | ||
spec for: #gemstone do: [ | ||
spec | ||
repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; | ||
package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; | ||
package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; | ||
package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; | ||
package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] |
64 changes: 64 additions & 0 deletions
64
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline20..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
baselines | ||
baseline20: spec | ||
<version: '2.0-baseline'> | ||
spec for: #common do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'SvenVanCaekenberghe'; | ||
repository: 'http://mc.stfx.eu/ZincHTTPComponents'. | ||
spec project: 'XML Support' with: [ | ||
spec | ||
className: 'ConfigurationOfXMLSupport'; | ||
versionString: #'stable'; | ||
repository: 'http://www.squeaksource.com/MetacelloRepository' ]. | ||
spec project: 'Neo JSON' with: [ | ||
spec | ||
className: 'ConfigurationOfNeoJSON'; | ||
versionString: #'stable'; | ||
repository: 'http://mc.stfx.eu/Neo' ]. | ||
spec package: 'Zodiac-Core' with: [ | ||
spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec | ||
package: 'Zinc-Resource-Meta-Core'; | ||
package: 'Zinc-Resource-Meta-Tests' with: [ spec requires: 'Zinc-Resource-Meta-Core' ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-Resource-Meta-Core' ]; | ||
package: 'Zinc-Patch-HTTPSocket' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: #('Zinc-HTTP' 'XML Support') ]; | ||
package: 'Zinc-REST' with: [ spec requires: #('Zinc-HTTP' 'Neo JSON') ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core' 'Zodiac-Tests') ]; | ||
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ]; | ||
package: 'Zinc-WebDAV' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Server' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Client' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ]. | ||
spec | ||
group: 'default' with: #('Core'); | ||
group: 'Core' with: #('Zinc-HTTP'); | ||
group: 'Tests' with: #('Zinc-Tests'); | ||
group: 'Zodiac' with: #('Zinc-Zodiac'); | ||
group: 'AWS' with: #('Zinc-AWS'); | ||
group: 'WebDAV' with: #('Zinc-WebDAV'); | ||
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests'); | ||
group: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec for: #'pharo1.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem-Legacy'; | ||
package: 'Zinc-Pharo-Forward-Compatibility'; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-FileSystem-Legacy' 'Zinc-Pharo-Forward-Compatibility') ] ]. | ||
spec for: #'pharo2.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem'; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-FileSystem' ] ]. | ||
spec for: #gemstone do: [ | ||
spec | ||
repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; | ||
package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; | ||
package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; | ||
package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; | ||
package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] |
68 changes: 68 additions & 0 deletions
68
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline21..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
baselines | ||
baseline21: spec | ||
<version: '2.1-baseline'> | ||
spec for: #common do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'SvenVanCaekenberghe'; | ||
repository: 'http://mc.stfx.eu/ZincHTTPComponents'. | ||
spec project: 'XML Support' with: [ | ||
spec | ||
className: 'ConfigurationOfXMLSupport'; | ||
versionString: #'stable'; | ||
repository: 'http://www.squeaksource.com/MetacelloRepository' ]. | ||
spec project: 'Neo JSON' with: [ | ||
spec | ||
className: 'ConfigurationOfNeoJSON'; | ||
versionString: #'stable'; | ||
repository: 'http://mc.stfx.eu/Neo' ]. | ||
spec package: 'Zodiac-Core' with: [ spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec package: 'Zodiac-Tests' with: [ spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec | ||
package: 'Zinc-Character-Encoding-Core'; | ||
package: 'Zinc-Character-Encoding-Tests' with: [ spec requires: 'Zinc-Character-Encoding-Core' ]; | ||
package: 'Zinc-Resource-Meta-Core' with: [ spec requires: 'Zinc-Character-Encoding-Core' ]; | ||
package: 'Zinc-Resource-Meta-Tests' with: [ spec requires: 'Zinc-Resource-Meta-Core' ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #( 'Zinc-Character-Encoding-Core' 'Zinc-Resource-Meta-Core' ) ]; | ||
package: 'Zinc-Patch-HTTPSocket' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: #('Zinc-HTTP' 'XML Support') ]; | ||
package: 'Zinc-REST' with: [ spec requires: #('Zinc-HTTP' 'Neo JSON') ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-Core' 'Zodiac-Tests') ]; | ||
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ]; | ||
package: 'Zinc-WebDAV' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Server' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Client' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ]. | ||
spec | ||
group: 'default' with: #('Core'); | ||
group: 'Core' with: #('Zinc-HTTP'); | ||
group: 'Tests' with: #('Zinc-Tests'); | ||
group: 'Character-Encoding' with: #('Zinc-Character-Encoding-Core' 'Zinc-Character-Encoding-Tests'); | ||
group: 'Resource-Meta' with: #('Zinc-Resource-Meta-Core' 'Zinc-Resource-Meta-Tests'); | ||
group: 'Zodiac' with: #('Zinc-Zodiac'); | ||
group: 'AWS' with: #('Zinc-AWS'); | ||
group: 'WebDAV' with: #('Zinc-WebDAV'); | ||
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests'); | ||
group: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec for: #'pharo1.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem-Legacy'; | ||
package: 'Zinc-Pharo-Forward-Compatibility'; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-FileSystem-Legacy' 'Zinc-Pharo-Forward-Compatibility') ] ]. | ||
spec for: #'pharo2.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem'; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-FileSystem' ] ]. | ||
spec for: #gemstone do: [ | ||
spec | ||
repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; | ||
package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; | ||
package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; | ||
package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; | ||
package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] |
79 changes: 79 additions & 0 deletions
79
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline22..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
baselines | ||
baseline22: spec | ||
<version: '2.2-baseline'> | ||
spec for: #common do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'SvenVanCaekenberghe'; | ||
repository: 'http://mc.stfx.eu/ZincHTTPComponents'. | ||
spec project: 'XML Support' with: [ | ||
spec | ||
className: 'ConfigurationOfXMLSupport'; | ||
versionString: #'stable'; | ||
repository: 'http://www.squeaksource.com/MetacelloRepository' ]. | ||
spec project: 'Neo JSON' with: [ | ||
spec | ||
className: 'ConfigurationOfNeoJSON'; | ||
versionString: #'stable'; | ||
repository: 'http://mc.stfx.eu/Neo' ]. | ||
spec package: 'Zodiac-Core' with: [ spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec package: 'Zodiac-Tests' with: [ spec repository: 'http://mc.stfx.eu/Zodiac' ]. | ||
spec | ||
package: 'Zinc-Character-Encoding-Core'; | ||
package: 'Zinc-Character-Encoding-Tests' with: [ spec requires: 'Zinc-Character-Encoding-Core' ]; | ||
package: 'Zinc-Resource-Meta-Core' with: [ spec requires: 'Zinc-Character-Encoding-Core' ]; | ||
package: 'Zinc-Resource-Meta-Tests' with: [ spec requires: 'Zinc-Resource-Meta-Core' ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #( 'Zinc-Character-Encoding-Core' 'Zinc-Resource-Meta-Core' ) ]; | ||
package: 'Zinc-Patch-HTTPSocket' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: #( 'Zinc-HTTP' 'XML Support' ) ]; | ||
package: 'Zinc-REST' with: [ spec requires: #( 'Zinc-HTTP' 'Neo JSON' ) ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #( 'Zinc-HTTP' 'Zodiac-Core' 'Zodiac-Tests' ) ]; | ||
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ]; | ||
package: 'Zinc-SSO-OAuth1-Core' with: [ spec requires: #( 'Zinc-HTTP' 'Neo JSON' ) ]; | ||
package: 'Zinc-SSO-OAuth2-Core' with: [ spec requires: #( 'Zinc-HTTP' 'Neo JSON' ) ]; | ||
package: 'Zinc-SSO-OpenID-Core' with: [ spec requires: #( 'Zinc-HTTP' 'XML Support' ) ]; | ||
package: 'Zinc-SSO-Demo' with: [ spec requires: #( 'Zinc-SSO-OAuth1-Core' 'Zinc-SSO-OAuth2-Core' 'Zinc-SSO-OpenID-Core' ) ]; | ||
package: 'Zinc-SSO-OAuth1-Tests' with: [ spec requires: #( 'Zinc-SSO-OAuth1-Core' ) ]; | ||
package: 'Zinc-SSO-OpenID-Tests' with: [ spec requires: #( 'Zinc-SSO-OpenID-Core' ) ]; | ||
package: 'Zinc-WebDAV' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Server' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-WWS-Client' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-HTTP' ]. | ||
spec | ||
group: 'default' with: #('Core'); | ||
group: 'Core' with: #('Zinc-HTTP'); | ||
group: 'Tests' with: #('Zinc-Tests'); | ||
group: 'Character-Encoding' with: #('Zinc-Character-Encoding-Core' 'Zinc-Character-Encoding-Tests'); | ||
group: 'Resource-Meta' with: #('Zinc-Resource-Meta-Core' 'Zinc-Resource-Meta-Tests'); | ||
group: 'Zodiac' with: #('Zinc-Zodiac'); | ||
group: 'AWS' with: #('Zinc-AWS'); | ||
group: 'WebDAV' with: #('Zinc-WebDAV'); | ||
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests'); | ||
group: 'SSO-OAuth1' with: #('Zinc-SSO-OAuth1-Core' 'Zinc-SSO-OAuth1-Tests'); | ||
group: 'SSO-OAuth2' with: #('Zinc-SSO-OAuth2-Core'); | ||
group: 'SSO-OpenID' with: #('Zinc-SSO-OpenID-Core' 'Zinc-SSO-OpenID-Tests'); | ||
group: 'SSO-Demo' with: #('Zinc-SSO-OAuth1-Core' 'Zinc-SSO-OAuth2-Core' 'Zinc-SSO-OpenID-Core'); | ||
group: 'SSO' with: #('SSO-OAuth1' 'SSO-OAuth2' 'SSO-OpenID' 'SSO-Demo' 'Zinc-SSO-Demo'); | ||
group: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec for: #'pharo1.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem-Legacy'; | ||
package: 'Zinc-Pharo-Forward-Compatibility'; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-FileSystem-Legacy' 'Zinc-Pharo-Forward-Compatibility') ] ]. | ||
spec for: #'pharo2.x' do: [ | ||
spec | ||
package: 'Zinc-FileSystem'; | ||
package: 'Zinc-HTTP' with: [ spec requires: 'Zinc-FileSystem' ] ]. | ||
spec for: #gemstone do: [ | ||
spec | ||
repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; | ||
package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; | ||
package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; | ||
package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; | ||
package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; | ||
package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; | ||
package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] |
Oops, something went wrong.