-
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.
Merge pull request #3 from glassdb/master
packages from http://mc.stfx.eu/ZincHTTPComponents as of 7/29/2012 14:07 based on Zinc-HTTP-SvenVanCaekenberghe.290 and Zinc-Tests-SvenVanCaekenberghe.150
- Loading branch information
Showing
549 changed files
with
4,392 additions
and
269 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline15..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,47 @@ | ||
baselines | ||
baseline15: spec | ||
<version: '1.5-baseline'> | ||
spec | ||
for: #common | ||
do: [ | ||
spec | ||
blessing: #baseline; | ||
description: 'Baseline for Zinc HTTP Components, a framework to deal with the HTTP networking'; | ||
author: 'PaulDeBruicker'; | ||
timestamp: '4/4/2012 09:12'; | ||
repository: 'http://www.squeaksource.com/ZincHTTPComponents'. | ||
spec package: 'Zodiac-Core' with: [ spec repository: 'http://www.squeaksource.com/Zodiac' ]. | ||
spec | ||
package: 'Zinc-HTTP'; | ||
package: 'Zinc-Patch-HTTPSocket' | ||
with: [ | ||
spec | ||
repository: 'http://ss3.gemstone.com/ss/pharo'; | ||
requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-AWS' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-REST' with: [ spec requires: 'Zinc-HTTP' ]; | ||
package: 'Zinc-Zodiac' with: [ spec requires: #('Zinc-HTTP' 'Zodiac-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: 'WWS' with: #('Zinc-WWS-Server' 'Zinc-WWS-Client'); | ||
group: 'REST' with: #('Zinc-REST'); | ||
group: 'Patch-HTTPSocket' with: #('Zinc-Patch-HTTPSocket') ]. | ||
spec | ||
for: #gemstone | ||
do: [ | ||
spec repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'. | ||
spec | ||
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' ] ] |
63 changes: 63 additions & 0 deletions
63
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/baseline17..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,63 @@ | ||
baselines | ||
baseline17: spec | ||
<version: '1.7-baseline'> | ||
spec | ||
for: #common | ||
do: [ | ||
spec | ||
blessing: #baseline; | ||
description: ' | ||
- add XMLSupport project | ||
- update Zinc-AWS to require above | ||
- add FileSystem-Legacy to Pharo 1.x and FileSystem to Pharo 2.x'; | ||
author: 'SeanDeNigris'; | ||
timestamp: '7/4/2012 12:12-04:00'; | ||
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 | ||
repository: 'http://ss3.gemstone.com/ss/pharo'; | ||
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-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: '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-HTTP' with: [ spec requires: 'Zinc-FileSystem-Legacy' ] ]. | ||
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'. | ||
spec | ||
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' ] ] |
7 changes: 3 additions & 4 deletions
7
...nOfZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/stable..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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
accessing | ||
stable: spec | ||
<symbolicVersion: #'stable'> | ||
|
||
spec for: #'common' version: '1.4'. | ||
spec for: #'gemstone' version: '1.1'. | ||
<symbolicVersion: #stable> | ||
spec for: #pharo version: '1.7'. | ||
spec for: #gemstone version: '1.1' |
29 changes: 29 additions & 0 deletions
29
...ZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/version15..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,29 @@ | ||
versions | ||
version15: spec | ||
<version: '1.5' imports: #('1.5-baseline')> | ||
spec | ||
for: #common | ||
do: [ | ||
spec blessing: #release. | ||
spec description: 'update to latest set of packages.'. | ||
spec author: 'PaulDeBruicker'. | ||
spec timestamp: '4/4/2012 09:12'. | ||
spec | ||
package: 'Zinc-HTTP' with: 'Zinc-HTTP-SvenVanCaekenberghe.254'; | ||
package: 'Zinc-Tests' with: 'Zinc-Tests-SvenVanCaekenberghe.130'; | ||
package: 'Zinc-AWS' with: 'Zinc-AWS-SvenVanCaekenberghe.15'; | ||
package: 'Zinc-REST' with: 'Zinc-REST-SvenVanCaekenberghe.5'; | ||
package: 'Zinc-WebDAV' with: 'Zinc-WebDAV-SvenVanCaekenberghe.3'; | ||
package: 'Zinc-WWS-Client' with: 'Zinc-WWS-Client-SvenVanCaekenberghe.2'; | ||
package: 'Zinc-WWS-Server' with: 'Zinc-WWS-Server-SvenVanCaekenberghe.7'; | ||
package: 'Zinc-Zodiac' with: 'Zinc-Zodiac-SvenVanCaekenberghe.12'; | ||
package: 'Zinc-Patch-HTTPSocket' with: 'Zinc-Patch-HTTPSocket-StephaneDucasse.2'; | ||
package: 'Zodiac-Core' with: 'Zodiac-Core-SvenVanCaekenberghe.17' ]. | ||
spec | ||
for: #gemstone | ||
do: [ | ||
spec blessing: #release. | ||
spec | ||
package: 'Zinc-GemstonePreliminary' with: 'Zinc-GemstonePreliminary-PaulDeBruicker.2'; | ||
package: 'Zinc-Gemstone' with: 'Zinc-Gemstone-PaulDeBruicker.14'; | ||
package: 'SocketStream' with: 'SocketStream-PaulDeBruicker.12' ] |
20 changes: 20 additions & 0 deletions
20
...incHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/version151..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,20 @@ | ||
versions | ||
version151: spec | ||
<version: '1.5.1' imports: #('1.5-baseline' )> | ||
|
||
spec for: #'common' do: [ | ||
spec blessing: #release. | ||
spec description: 'fixed Zodiac-Core package name; updated to latest packages; all tests pass on Pharo 1.4'. | ||
spec author: 'SeanDeNigris'. | ||
spec timestamp: '6/7/2012 00:23'. | ||
spec | ||
package: 'Zodiac-Core' with: 'Zodiac-Core-SvenVanCaekenberghe.17'; | ||
package: 'Zinc-HTTP' with: 'Zinc-HTTP-SvenVanCaekenberghe.280'; | ||
package: 'Zinc-Patch-HTTPSocket' with: 'Zinc-Patch-HTTPSocket-StephaneDucasse.2'; | ||
package: 'Zinc-AWS' with: 'Zinc-AWS-SvenVanCaekenberghe.15'; | ||
package: 'Zinc-REST' with: 'Zinc-REST-SvenVanCaekenberghe.5'; | ||
package: 'Zinc-Zodiac' with: 'Zinc-Zodiac-SvenVanCaekenberghe.12'; | ||
package: 'Zinc-WebDAV' with: 'Zinc-WebDAV-SvenVanCaekenberghe.3'; | ||
package: 'Zinc-WWS-Server' with: 'Zinc-WWS-Server-SvenVanCaekenberghe.7'; | ||
package: 'Zinc-WWS-Client' with: 'Zinc-WWS-Client-SvenVanCaekenberghe.2'; | ||
package: 'Zinc-Tests' with: 'Zinc-Tests-SvenVanCaekenberghe.144'. ]. |
29 changes: 29 additions & 0 deletions
29
...ZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/version16..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,29 @@ | ||
versions | ||
version16: spec | ||
<version: '1.6' imports: #('1.5-baseline')> | ||
spec | ||
for: #common | ||
do: [ | ||
spec blessing: #release. | ||
spec description: 'update to latest set of packages.'. | ||
spec author: 'PaulDeBruicker'. | ||
spec timestamp: '6/6/2012 13:12-7:00'. | ||
spec | ||
package: 'Zinc-HTTP' with: 'Zinc-HTTP-SvenVanCaekenberghe.280'; | ||
package: 'Zinc-Tests' with: 'Zinc-Tests-SvenVanCaekenberghe.144'; | ||
package: 'Zinc-AWS' with: 'Zinc-AWS-SvenVanCaekenberghe.15'; | ||
package: 'Zinc-REST' with: 'Zinc-REST-SvenVanCaekenberghe.5'; | ||
package: 'Zinc-WebDAV' with: 'Zinc-WebDAV-SvenVanCaekenberghe.3'; | ||
package: 'Zinc-WWS-Client' with: 'Zinc-WWS-Client-SvenVanCaekenberghe.2'; | ||
package: 'Zinc-WWS-Server' with: 'Zinc-WWS-Server-SvenVanCaekenberghe.7'; | ||
package: 'Zinc-Zodiac' with: 'Zinc-Zodiac-SvenVanCaekenberghe.12'; | ||
package: 'Zinc-Patch-HTTPSocket' with: 'Zinc-Patch-HTTPSocket-StephaneDucasse.2'; | ||
package: 'Zodiac-Core' with: 'Zodiac-Core-SvenVanCaekenberghe.17' ]. | ||
spec | ||
for: #gemstone | ||
do: [ | ||
spec blessing: #release. | ||
spec | ||
package: 'Zinc-GemstonePreliminary' with: 'Zinc-GemstonePreliminary-PaulDeBruicker.2'; | ||
package: 'Zinc-Gemstone' with: 'Zinc-Gemstone-PaulDeBruicker.14'; | ||
package: 'SocketStream' with: 'SocketStream-PaulDeBruicker.12' ] |
33 changes: 33 additions & 0 deletions
33
...ZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/instance/version17..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,33 @@ | ||
versions | ||
version17: spec | ||
<version: '1.7' imports: #('1.7-baseline')> | ||
spec | ||
for: #common | ||
do: [ | ||
spec blessing: #release. | ||
spec description: ' | ||
- update to latest package versions | ||
- add FileSystem-Legacy to Pharo 1.x and FileSystem to Pharo 2.x'. | ||
spec author: 'SeanDeNigris'. | ||
spec timestamp: '7/4/2012 12:12-4:00'. | ||
spec | ||
package: 'Zinc-HTTP' with: 'Zinc-HTTP-SvenVanCaekenberghe.282'; | ||
package: 'Zinc-Tests' with: 'Zinc-Tests-SvenVanCaekenberghe.147'; | ||
package: 'Zinc-AWS' with: 'Zinc-AWS-SvenVanCaekenberghe.15'; | ||
package: 'Zinc-REST' with: 'Zinc-REST-SvenVanCaekenberghe.5'; | ||
package: 'Zinc-WebDAV' with: 'Zinc-WebDAV-SvenVanCaekenberghe.3'; | ||
package: 'Zinc-WWS-Client' with: 'Zinc-WWS-Client-SvenVanCaekenberghe.2'; | ||
package: 'Zinc-WWS-Server' with: 'Zinc-WWS-Server-SvenVanCaekenberghe.7'; | ||
package: 'Zinc-Zodiac' with: 'Zinc-Zodiac-SvenVanCaekenberghe.14'; | ||
package: 'Zinc-Patch-HTTPSocket' with: 'Zinc-Patch-HTTPSocket-StephaneDucasse.2'; | ||
package: 'Zodiac-Core' with: 'Zodiac-Core-SvenVanCaekenberghe.18' ]. | ||
spec for: #'pharo1.x' do: [ spec package: 'Zinc-FileSystem-Legacy' with: 'Zinc-FileSystem-Legacy-SvenVanCaekenberghe.1' ]. | ||
spec for: #'pharo2.x' do: [ spec package: 'Zinc-FileSystem' with: 'Zinc-FileSystem-SeanDeNigris.2' ]. | ||
spec | ||
for: #gemstone | ||
do: [ | ||
spec blessing: #release. | ||
spec | ||
package: 'Zinc-GemstonePreliminary' with: 'Zinc-GemstonePreliminary-PaulDeBruicker.2'; | ||
package: 'Zinc-Gemstone' with: 'Zinc-Gemstone-PaulDeBruicker.14'; | ||
package: 'SocketStream' with: 'SocketStream-PaulDeBruicker.12' ] |
29 changes: 29 additions & 0 deletions
29
...fZincHTTPComponents.package/ConfigurationOfZincHTTPComponents.class/methodProperties.json
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,29 @@ | ||
{ | ||
"class" : { | ||
"bootstrapPackage:from:" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"ensureMetacello" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"isMetacelloConfig" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"lastMetacelloVersionLoad" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"load" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"metacelloVersion:loads:" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"project" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"unloadMetacello" : "SvenVanCaekenberghe 1/15/2011 17:31" }, | ||
"instance" : { | ||
"baseline10:" : "dkh 9/1/2011 17:11", | ||
"baseline11:" : "dkh 9/1/2011 17:10", | ||
"baseline12:" : "dkh 9/1/2011 17:13", | ||
"baseline13:" : "PaulDeBruicker 10/25/2011 17:17", | ||
"baseline14:" : "FrancoisStephany 12/12/2011 12:02", | ||
"baseline15:" : "SeanDeNigris 6/7/2012 00:20", | ||
"baseline17:" : "SeanDeNigris 7/5/2012 01:35", | ||
"project" : "SvenVanCaekenberghe 1/15/2011 17:31", | ||
"stable:" : "SeanDeNigris 7/4/2012 12:46", | ||
"version10:" : "PaulDeBruicker 6/1/2011 23:13", | ||
"version11:" : "dkh 9/1/2011 17:12", | ||
"version12:" : "dkh 9/1/2011 17:12", | ||
"version13:" : "PaulDeBruicker 10/25/2011 17:17", | ||
"version14:" : "FrancoisStephany 12/12/2011 12:02", | ||
"version151:" : "SeanDeNigris 6/7/2012 00:30", | ||
"version15:" : "SeanDeNigris 6/7/2012 00:18", | ||
"version16:" : "PaulDeBruicker 6/7/2012 07:40", | ||
"version17:" : "SeanDeNigris 7/5/2012 01:34" } } |
Oops, something went wrong.