The Trunk: Installer-Core-cmm.399.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Installer-Core-cmm.399.mcz

commits-2
Chris Muller uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-cmm.399.mcz

==================== Summary ====================

Name: Installer-Core-cmm.399
Author: cmm
Time: 24 August 2015, 10:43:08.114 am
UUID: 2c2b974d-235b-45e5-8f70-430a3092a7e7
Ancestors: Installer-Core-ul.398

- Ma-Installer was moved back to squeaksource.com.
- SqueakSSL and WebClient are now part of the base image and maintained at source.squeak.org.

=============== Diff against Installer-Core-ul.398 ===============

Item was changed:
  ----- Method: Installer>>maInstaller (in category 'package-definitions') -----
  maInstaller
  "Select from a family of related packages for application development."
+ ^ { #ss -> 'Ma-Installer'.
- ^ { #ss3 -> 'Ma-Installer'.
  'Ma-Installer-Core' }!

Item was removed:
- ----- Method: Installer>>squeakSslCore (in category 'package-definitions') -----
- squeakSslCore
- "SSL implementation on top of WebClient.  Requires the SqueakSSL VM plugin."
- ^ { self webClientCore.
- #ss -> 'SqueakSSL'.
- 'SqueakSSL-Core' }!

Item was removed:
- ----- Method: Installer>>squeakSslTests (in category 'package-definitions') -----
- squeakSslTests
- "SqueakSSL test package."
- ^ { self webClientTests.
- self squeakSslCore.
- 'SqueakSSL-Tests' }!

Item was removed:
- ----- Method: Installer>>webClientCore (in category 'package-definitions') -----
- webClientCore
- "Simple, compact, and easy to use HTTP client implementation from Andreas Raab."
- ^ { #ss3 -> 'WebClient'.
- 'WebClient-Core' }!

Item was changed:
  ----- Method: Installer>>webClientSsp (in category 'package-definitions') -----
  webClientSsp
  "WebClient supports NTLM/SPNEGO authentication via the Microsoft SSP interface (Windows only)."
  ^ { self ffiTests.
+ #ss3 -> 'WebClient'.
- self webClientTests.
  'WebClient-SSP' }!

Item was removed:
- ----- Method: Installer>>webClientTests (in category 'package-definitions') -----
- webClientTests
- "Help documentation and tests for Web Client."
- ^ { self webClientCore.
- 'WebClient-Tests'.
- 'WebClient-Help' }!