[squeak-dev] The Inbox: Configurations-ar.7.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 21 04:12:24 UTC 2010


A new version of Configurations was added to project The Inbox:
http://source.squeak.org/inbox/Configurations-ar.7.mcz

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

Name: Configurations-ar.7
Author: ar
Time: 20 May 2010, 9:12:14.498 pm
UUID: 24e46744-f580-4046-92b0-4a96cc3dfda3
Ancestors: Configurations-hjh.6

Adds ConfigurationOfODBC and ConfigurationOfRegex.

=============== Diff against Configurations-hjh.6 ===============

Item was added:
+ MetacelloConfiguration subclass: #ConfigurationOfRegex
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Configurations-Libraries'!
+ 
+ !ConfigurationOfRegex commentStamp: 'ar 5/20/2010 21:10' prior: 0!
+ Vasily Bykov's Regular Expression Package (v1.3).
+ 
+ The documentation has been converted to HelpSystem format.
+ !

Item was added:
+ ----- Method: ConfigurationOfRegex>>version13: (in category 'install') -----
+ version13: spec
+ 	<version: '1.3'>
+ 	spec for: #common do:[
+ 		spec blessing: #release.
+ 		spec author: 'Vasily Bykov'.
+ 
+ 		spec repository: 'http://www.squeaksource.com/ar'.
+ 		spec package: 'VB-Regex-ar.47'.
+ 	].!

Item was added:
+ MetacelloConfiguration subclass: #ConfigurationOfODBC
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Configurations-Databases'!
+ 
+ !ConfigurationOfODBC commentStamp: 'ar 5/20/2010 21:09' prior: 0!
+ An Interface to ODBC using the FFI.!

Item was added:
+ ----- Method: ConfigurationOfODBC>>version10: (in category 'versions') -----
+ version10: spec
+ 	<version: '1.0'>
+ 	spec for: #common do:[
+ 		spec blessing: #release.
+ 		spec author: 'Diego Gomez Deck'..
+ 
+ 		spec repository: 'http://www.squeaksource.com/ODBC'.
+ 		spec package: 'ODBC-fap.11'.
+ 	].!




More information about the Squeak-dev mailing list