[Pkg] Packages: Packages-Squeak310-kph.34.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Mon Jun 2 15:34:52 UTC 2008


A new version of Packages-Squeak310 was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Squeak310-kph.34.mcz

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

Name: Packages-Squeak310-kph.34
Author: kph
Time: 2 June 2008, 4:34:45 pm
UUID: d36b25b6-d9ed-48c3-a219-43421b00ab54
Ancestors: Packages-Squeak310-kph.33

added removal of Universe and Installer

=============== Diff against Packages-Squeak310-kph.33 ===============

Item was added:
+ ----- Method: PackagesSqueak310>>Installer (in category 'Group Development') -----
+ Installer
+ 
+ 	self name: 'Installer'.
+ 	self version: '4.1'.
+ 
+ 	info category: 'Group Development'.
+ 	info description: 
+ 'Installer provides a simple Domain Specific Language for installing packages from monticello and squeakmap of various version.
+ 
+ One design decision is to be able to paste scripts a workspace and run and tested from there without any special editing.
+ 
+ Includes support for Package Universes
+ '.
+ 	info maintainer: 'kph'.
+ 	info homepage: 'http://wiki.squeak.org/squeak/Installer'.
+  
+  	self dependsOn: #().
+ 
+ 	self load: [
+ 		Installer upgrade.
+ 	].
+ 
+ 	self unload: [
+ 		SystemOrganization removeSystemCategory: 'Installer-Core'.
+ 	].!

Item was changed:
  ----- Method: PackagesSqueak310>>Universes (in category 'Group Development') -----
  Universes
  
  	super Universes.
  
       self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
+ 		Installer mc unload: 'Universes'. 
- 		
  	]!



More information about the Packages mailing list