[Pkg] Packages: Packages-Seaside29-kph.1.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Jul 20 22:08:54 UTC 2009


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

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

Name: Packages-Seaside29-kph.1
Author: kph
Time: 20 July 2009, 11:08:52 pm
UUID: 732ab6de-fef9-4974-860d-08724255ffc6
Ancestors: 

Separate package generated from builder.seaside.st
(probably not totally up to date)

==================== Snapshot ====================

SystemOrganization addCategory: #'Packages-Seaside29'!

Packages subclass: #Seaside290Alpha3
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Packages-Seaside29'!

!Seaside290Alpha3 commentStamp: 'kph 7/1/2009 15:41' prior: 0!
THIS CLASS HAS NO COMMENT!!

Packages findPath!

----- Method: Seaside290Alpha3>>AST (in category 'private') -----
AST
	self name: 'AST'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//AST-lr.164.mcz'.!

----- Method: Seaside290Alpha3>>CometCore (in category 'web 2.0') -----
CometCore
	self name: 'Comet-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Comet-Core-jf.30.mcz'.
	self info description: 'Stream events from the server to client.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Seaside-Canvas' 'Scriptaculous-Core' 'Seaside-Adaptors-Comanche').
	self addAction: 'Comet-Squeak-Core'!

----- Method: Seaside290Alpha3>>CometSqueakCore (in category 'private') -----
CometSqueakCore
	self name: 'Comet-Squeak-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Comet-Squeak-Core-lr.13.mcz'.
	self dependsOn: #('Comet-Core').!

----- Method: Seaside290Alpha3>>CometTestsCore (in category 'tests') -----
CometTestsCore
	self name: 'Comet-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Comet-Tests-Core-lr.3.mcz'.
	self info description: 'Unit tests for the Comet-Tests-Core package.'.
	self info category: 'Tests'.
	self dependsOn: #('Comet-Core' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>DynamicBindings (in category 'private') -----
DynamicBindings
	self name: 'DynamicBindings'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//DynamicBindings-gc.7.mcz'.!

----- Method: Seaside290Alpha3>>JQueryCore (in category 'web 2.0') -----
JQueryCore
	self name: 'JQuery-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//JQuery-Core-lr.55.mcz'.
	self info description: 'jQuery integration for Seaside. Designed to change the way you write Javascript.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Javascript-Core').!

----- Method: Seaside290Alpha3>>JQueryTestsCore (in category 'tests') -----
JQueryTestsCore
	self name: 'JQuery-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//JQuery-Tests-Core-lr.69.mcz'.
	self info description: 'Functional and unit tests for the JQuery-Core package.'.
	self info category: 'Tests'.
	self dependsOn: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional').!

----- Method: Seaside290Alpha3>>JQueryTestsUI (in category 'tests') -----
JQueryTestsUI
	self name: 'JQuery-Tests-UI'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//JQuery-Tests-UI-lr.46.mcz'.
	self info description: 'Functional and unit tests for the JQuery-UI package.'.
	self info category: 'Tests'.
	self dependsOn: #('JQuery-UI' 'JQuery-Tests-Core').!

----- Method: Seaside290Alpha3>>JQueryUI (in category 'web 2.0') -----
JQueryUI
	self name: 'JQuery-UI'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//JQuery-UI-lr.31.mcz'.
	self info description: 'jQuery-UI integration for Seaside. Expression through code.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('JQuery-Core').!

----- Method: Seaside290Alpha3>>JavascriptCore (in category 'web 2.0') -----
JavascriptCore
	self name: 'Javascript-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Javascript-Core-jf.46.mcz'.
	self info description: 'Javascript integration in Seaside. Provides a basic functionality to generate Javascript from Smalltalk.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Seaside-Canvas').
	self addAction: 'Javascript-Squeak-Core'!

----- Method: Seaside290Alpha3>>JavascriptSqueakCore (in category 'private') -----
JavascriptSqueakCore
	self name: 'Javascript-Squeak-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Javascript-Squeak-Core-pmm.7.mcz'.
	self dependsOn: #('Javascript-Core').!

----- Method: Seaside290Alpha3>>JavascriptTestsCore (in category 'tests') -----
JavascriptTestsCore
	self name: 'Javascript-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Javascript-Tests-Core-lr.34.mcz'.
	self info description: 'Unit tests for the Javascript-Core package.'.
	self info category: 'Tests'.
	self dependsOn: #('Javascript-Core' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>KomHttpServer (in category 'private') -----
KomHttpServer
	self name: 'KomHttpServer'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//KomHttpServer-michael_rueger.45.mcz'.
	self dependsOn: #('KomServices').!

----- Method: Seaside290Alpha3>>KomServices (in category 'private') -----
KomServices
	self name: 'KomServices'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//KomServices-gc.19.mcz'.
	self dependsOn: #('DynamicBindings').!

----- Method: Seaside290Alpha3>>RSSCore (in category 'web 2.0') -----
RSSCore
	self name: 'RSS-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//RSS-Core-lr.48.mcz'.
	self info description: 'RSS integration for Seaside. Helps to create RSS 2.0 feeds.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Seaside-Canvas').!

----- Method: Seaside290Alpha3>>RSSExamples (in category 'examples') -----
RSSExamples
	self name: 'RSS-Examples'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//RSS-Examples-MAD.16.mcz'.
	self info description: 'Examples of how to use the "RSS-Core" package.'.
	self info category: 'Examples'.
	self dependsOn: #('RSS-Core' 'Seaside-Development').!

----- Method: Seaside290Alpha3>>RSSTestsCore (in category 'tests') -----
RSSTestsCore
	self name: 'RSS-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//RSS-Tests-Core-jf.19.mcz'.
	self info description: 'Unit tests for the "RSS-Core" package.'.
	self info category: 'Tests'.
	self dependsOn: #('RSS-Core').!

----- Method: Seaside290Alpha3>>RefactoringCore (in category 'private') -----
RefactoringCore
	self name: 'Refactoring-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Refactoring-Core-lr.45.mcz'.
	self dependsOn: #('AST').!

----- Method: Seaside290Alpha3>>ScriptaculousComponents (in category 'web 2.0') -----
ScriptaculousComponents
	self name: 'Scriptaculous-Components'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Scriptaculous-Components-jf.79.mcz'.
	self info description: 'A collection of AJAX based widgets written on top of script.aculo.us and Prototype.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow').!

----- Method: Seaside290Alpha3>>ScriptaculousCore (in category 'web 2.0') -----
ScriptaculousCore
	self name: 'Scriptaculous-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Scriptaculous-Core-jf.80.mcz'.
	self info description: 'Prototype and script.aculo.us integration for Seaside. Aims to ease development of dynamic web applications.'.
	self info category: 'Web 2.0'.
	self dependsOn: #('Javascript-Core').!

----- Method: Seaside290Alpha3>>ScriptaculousTestsComponents (in category 'tests') -----
ScriptaculousTestsComponents
	self name: 'Scriptaculous-Tests-Components'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Scriptaculous-Tests-Components-lr.21.mcz'.
	self info description: 'Functional and unit tests for the Scriptaculous-Components package.'.
	self info category: 'Tests'.
	self dependsOn: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core').!

----- Method: Seaside290Alpha3>>ScriptaculousTestsCore (in category 'tests') -----
ScriptaculousTestsCore
	self name: 'Scriptaculous-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Scriptaculous-Tests-Core-jf.27.mcz'.
	self info description: 'Functional and unit tests for the Scriptaculous-Core package.'.
	self info category: 'Tests'.
	self dependsOn: #('Scriptaculous-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional').!

----- Method: Seaside290Alpha3>>SeasideAdaptorsComanche (in category 'server adaptors') -----
SeasideAdaptorsComanche
	self name: 'Seaside-Adaptors-Comanche'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Adaptors-Comanche-jf.37.mcz'.
	self info description: 'Makes Seaside run on the Comanche HTTP server.'.
	self info category: 'Server Adaptors'.
	self dependsOn: #('Seaside-Squeak-Core' 'KomHttpServer').!

----- Method: Seaside290Alpha3>>SeasideAdaptorsSwazoo (in category 'server adaptors') -----
SeasideAdaptorsSwazoo
	self name: 'Seaside-Adaptors-Swazoo'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Adaptors-Swazoo-lr.17.mcz'.
	self info description: 'Makes Seaside run on the Swazoo Web server (LGPL).'.
	self info category: 'Server Adaptors'.
	self dependsOn: #('Seaside-Squeak-Core' 'Seaside-Swazoo').!

----- Method: Seaside290Alpha3>>SeasideCanvas (in category 'core library') -----
SeasideCanvas
	self name: 'Seaside-Canvas'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Canvas-jf.57.mcz'.
	self info description: 'The mechanism of choice to generate valid and reusable XHTML markup.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core').!

----- Method: Seaside290Alpha3>>SeasideComponent (in category 'core library') -----
SeasideComponent
	self name: 'Seaside-Component'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Component-lr.61.mcz'.
	self info description: 'Stateful, reuseable components to encapsulate a small part of a page.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core' 'Seaside-Canvas').!

----- Method: Seaside290Alpha3>>SeasideCore (in category 'core library') -----
SeasideCore
	self name: 'Seaside-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Core-lr.505.mcz'.
	self info description: 'The core of Seaside, required for all packages.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Platform').
	self addAction: 'Seaside-Squeak-Core'!

----- Method: Seaside290Alpha3>>SeasideDevelopment (in category 'development') -----
SeasideDevelopment
	self name: 'Seaside-Development'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Development-lr.105.mcz'.
	self info description: 'Web-based development tools and debugging support.'.
	self info category: 'Development'.
	self dependsOn: #('Seaside-WebTools' 'Seaside-Flow').
	self addAction: 'Seaside-Squeak-Development'!

----- Method: Seaside290Alpha3>>SeasideEmail (in category 'core library') -----
SeasideEmail
	self name: 'Seaside-Email'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Email-lr.10.mcz'.
	self info description: 'Contains convience classes for sending of emails and preventing header injections.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core').
	self addAction: 'Seaside-Squeak-Email'!

----- Method: Seaside290Alpha3>>SeasideEnvironment (in category 'core library') -----
SeasideEnvironment
	self name: 'Seaside-Environment'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Environment-jf.49.mcz'.
	self info description: 'Administrative tools, useful to have for productive and development environments.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' 'Seaside-Canvas').
	self addAction: 'Seaside-Squeak-Environment'!

----- Method: Seaside290Alpha3>>SeasideExamples (in category 'examples') -----
SeasideExamples
	self name: 'Seaside-Examples'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Examples-lr.12.mcz'.
	self info description: 'Simple example applications and components.'.
	self info category: 'Examples'.
	self dependsOn: #('Seaside-Component' 'Seaside-Environment').!

----- Method: Seaside290Alpha3>>SeasideFlow (in category 'core library') -----
SeasideFlow
	self name: 'Seaside-Flow'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Flow-jf.12.mcz'.
	self info description: 'Define control flow as a continuous piece of code, with natural, linear control flow.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Environment').
	self addAction: 'Seaside-Squeak-Flow'!

----- Method: Seaside290Alpha3>>SeasideHTML5 (in category 'core library') -----
SeasideHTML5
	self name: 'Seaside-HTML5'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-HTML5-lr.5.mcz'.
	self info description: 'Support for HTML 5 tags.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Canvas').!

----- Method: Seaside290Alpha3>>SeasideInternetExplorer (in category 'core library') -----
SeasideInternetExplorer
	self name: 'Seaside-InternetExplorer'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-InternetExplorer-lr.4.mcz'.
	self info description: 'Support for proprietary Internet Explorer functionality.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core').!

----- Method: Seaside290Alpha3>>SeasideOmniBrowserTools (in category 'development') -----
SeasideOmniBrowserTools
	self name: 'Seaside-OmniBrowserTools'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-OmniBrowserTools-lr.25.mcz'.
	self info description: 'OmniBrowser based tools to setup and configure server adaptor and dispatchers.'.
	self info category: 'Development'.
	self dependsOn: #('Seaside-Environment').
	self addAction: 'Seaside-Squeak-OmniBrowserTools'!

----- Method: Seaside290Alpha3>>SeasidePlatform (in category 'core library') -----
SeasidePlatform
	self name: 'Seaside-Platform'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Platform-jf.56.mcz'.
	self info description: 'Utilities and platform dependendent classes for Seaside.'.
	self info category: 'Core Library'.
	self addAction: 'Seaside-Squeak-Platform'.
	self addAction: 'Seaside-Squeak-Continuation'.
	self addAction: 'Seaside-Tests-Squeak-Continuation'!

----- Method: Seaside290Alpha3>>SeasideRenderLoop (in category 'core library') -----
SeasideRenderLoop
	self name: 'Seaside-RenderLoop'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-RenderLoop-lr.63.mcz'.
	self info description: 'Defines the low-level rendering and callback processing functionality.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Session' 'Seaside-Component').!

----- Method: Seaside290Alpha3>>SeasideSession (in category 'core library') -----
SeasideSession
	self name: 'Seaside-Session'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Session-lr.110.mcz'.
	self info description: 'Support for stateful and secure session handling.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Core').!

----- Method: Seaside290Alpha3>>SeasideSlime (in category 'development') -----
SeasideSlime
	self name: 'Seaside-Slime'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Slime-jf.42.mcz'.
	self info description: 'Code critis for Seaside. Detects common types of bugs.'.
	self info category: 'Development'.
	self dependsOn: #('Seaside-Platform' 'Refactoring-Core' 'Seaside-Session' 'Seaside-Component').!

----- Method: Seaside290Alpha3>>SeasideSqueakContinuation (in category 'private') -----
SeasideSqueakContinuation
	self name: 'Seaside-Squeak-Continuation'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Continuation-jf.21.mcz'.
	self info description: 'Squeak implementation of full and partial first-class continuations'.
	self dependsOn: #('Seaside-Squeak-Platform' 'Seaside-Platform').!

----- Method: Seaside290Alpha3>>SeasideSqueakCore (in category 'private') -----
SeasideSqueakCore
	self name: 'Seaside-Squeak-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Core-jf.76.mcz'.
	self dependsOn: #('Seaside-Core').!

----- Method: Seaside290Alpha3>>SeasideSqueakDevelopment (in category 'private') -----
SeasideSqueakDevelopment
	self name: 'Seaside-Squeak-Development'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Development-jf.84.mcz'.
	self dependsOn: #('Seaside-Development' 'Seaside-Squeak-WebTools' 'Seaside-Squeak-Flow').!

----- Method: Seaside290Alpha3>>SeasideSqueakEmail (in category 'private') -----
SeasideSqueakEmail
	self name: 'Seaside-Squeak-Email'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Email-pmm.6.mcz'.
	self info description: 'Squeak implementation classes for the package "Seaside-Email".'.
	self dependsOn: #('Seaside-Email' 'Seaside-Squeak-Core').!

----- Method: Seaside290Alpha3>>SeasideSqueakEnvironment (in category 'private') -----
SeasideSqueakEnvironment
	self name: 'Seaside-Squeak-Environment'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Environment-lr.29.mcz'.
	self dependsOn: #('Seaside-Environment' 'Seaside-Squeak-Core').!

----- Method: Seaside290Alpha3>>SeasideSqueakFlow (in category 'private') -----
SeasideSqueakFlow
	self name: 'Seaside-Squeak-Flow'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Flow-lr.9.mcz'.
	self dependsOn: #('Seaside-Flow' 'Seaside-Squeak-Platform' 'Seaside-Squeak-Continuation').!

----- Method: Seaside290Alpha3>>SeasideSqueakOmniBrowserTools (in category 'private') -----
SeasideSqueakOmniBrowserTools
	self name: 'Seaside-Squeak-OmniBrowserTools'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-OmniBrowserTools-jgf.1.mcz'.
	self dependsOn: #('Seaside-OmniBrowserTools').!

----- Method: Seaside290Alpha3>>SeasideSqueakPlatform (in category 'private') -----
SeasideSqueakPlatform
	self name: 'Seaside-Squeak-Platform'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-Platform-jf.69.mcz'.
	self dependsOn: #('Seaside-Platform').!

----- Method: Seaside290Alpha3>>SeasideSqueakWebTools (in category 'private') -----
SeasideSqueakWebTools
	self name: 'Seaside-Squeak-WebTools'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Squeak-WebTools-lr.24.mcz'.
	self info description: 'Squeak-specific web-based administration tools for Seaside.'.
	self dependsOn: #('Seaside-WebTools' 'Seaside-Squeak-Environment').!

----- Method: Seaside290Alpha3>>SeasideSwazoo (in category 'private') -----
SeasideSwazoo
	self name: 'Seaside-Swazoo'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Swazoo-jf.14.mcz'.
	self info description: 'A small set of Swazoo 2 extensions to make it run Seaside'.
	self dependsOn: #('Seaside-Platform' 'Swazoo').!

----- Method: Seaside290Alpha3>>SeasideTestsAdaptorsComanche (in category 'tests') -----
SeasideTestsAdaptorsComanche
	self name: 'Seaside-Tests-Adaptors-Comanche'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Adaptors-Comanche-jf.9.mcz'.
	self info description: 'Unit tests for the package Seaside-Adaptors-Comanche.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Squeak-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsCanvas (in category 'tests') -----
SeasideTestsCanvas
	self name: 'Seaside-Tests-Canvas'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Canvas-jf.26.mcz'.
	self info description: 'Unit tests for the package Seaside-Canvas.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Canvas' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsComponent (in category 'tests') -----
SeasideTestsComponent
	self name: 'Seaside-Tests-Component'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Component-lr.22.mcz'.
	self info description: 'Unit tests for the package Seaside-Component.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Component' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsCore (in category 'tests') -----
SeasideTestsCore
	self name: 'Seaside-Tests-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Core-jf.121.mcz'.
	self info description: 'Unit tests for the package Seaside-Core.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Core').
	self addAction: 'Seaside-Tests-Squeak-Core'!

----- Method: Seaside290Alpha3>>SeasideTestsDevelopment (in category 'tests') -----
SeasideTestsDevelopment
	self name: 'Seaside-Tests-Development'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Development-jf.30.mcz'.
	self info description: 'Unit tests for the package Seaside-Development.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Development' 'Seaside-Tests-WebTools').
	self addAction: 'Seaside-Tests-Squeak-Development'!

----- Method: Seaside290Alpha3>>SeasideTestsEmail (in category 'tests') -----
SeasideTestsEmail
	self name: 'Seaside-Tests-Email'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Email-pmm.5.mcz'.
	self info description: 'Unit tests for the package Seaside-Email.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Email' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsEnvironment (in category 'tests') -----
SeasideTestsEnvironment
	self name: 'Seaside-Tests-Environment'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Environment-jf.13.mcz'.
	self info description: 'Unit tests for the package Seaside-Environment.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas').!

----- Method: Seaside290Alpha3>>SeasideTestsFlow (in category 'tests') -----
SeasideTestsFlow
	self name: 'Seaside-Tests-Flow'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Flow-lr.12.mcz'.
	self info description: 'Functional tests for Seaside-Flow.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Flow' 'Seaside-Tests-Functional').!

----- Method: Seaside290Alpha3>>SeasideTestsFunctional (in category 'tests') -----
SeasideTestsFunctional
	self name: 'Seaside-Tests-Functional'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Functional-obi.76.mcz'.
	self info description: 'Functional Seaside test suite.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Environment' 'Seaside-Tests-Core').
	self addAction: 'Seaside-Tests-Squeak-Functional'!

----- Method: Seaside290Alpha3>>SeasideTestsHTML5 (in category 'tests') -----
SeasideTestsHTML5
	self name: 'Seaside-Tests-HTML5'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-HTML5-lr.10.mcz'.
	self info description: 'Unit tests for the package Seaside-HTML5.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-HTML5' 'Seaside-Tests-Functional').!

----- Method: Seaside290Alpha3>>SeasideTestsInternetExplorer (in category 'tests') -----
SeasideTestsInternetExplorer
	self name: 'Seaside-Tests-InternetExplorer'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-InternetExplorer-lr.6.mcz'.
	self info description: 'Unit tests for the package Seaside-InternetExplorer.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-InternetExplorer' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsPlatform (in category 'tests') -----
SeasideTestsPlatform
	self name: 'Seaside-Tests-Platform'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Platform-jf.64.mcz'.
	self info description: 'Unit tests for the package Seaside-Platform.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Platform').
	self addAction: 'Seaside-Tests-Squeak-Platform'!

----- Method: Seaside290Alpha3>>SeasideTestsRenderLoop (in category 'tests') -----
SeasideTestsRenderLoop
	self name: 'Seaside-Tests-RenderLoop'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-RenderLoop-lr.8.mcz'.
	self info description: 'Unit tests for the package Seaside-RenderLoop.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-RenderLoop' 'Seaside-Tests-Session').!

----- Method: Seaside290Alpha3>>SeasideTestsSession (in category 'tests') -----
SeasideTestsSession
	self name: 'Seaside-Tests-Session'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Session-jf.23.mcz'.
	self info description: 'Unit tests for the package Seaside-Session.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Session' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsSlime (in category 'tests') -----
SeasideTestsSlime
	self name: 'Seaside-Tests-Slime'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Slime-lr.20.mcz'.
	self info description: 'Unit tests for the package Seaside-Slime.'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-Slime' 'Seaside-Tests-Component').!

----- Method: Seaside290Alpha3>>SeasideTestsSqueakContinuation (in category 'private') -----
SeasideTestsSqueakContinuation
	self name: 'Seaside-Tests-Squeak-Continuation'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Squeak-Continuation-lr.8.mcz'.
	self info description: 'Tests of Squeak continuation implementation'.
	self dependsOn: #('Seaside-Squeak-Continuation' 'Seaside-Tests-Platform' 'Seaside-Platform').!

----- Method: Seaside290Alpha3>>SeasideTestsSqueakCore (in category 'private') -----
SeasideTestsSqueakCore
	self name: 'Seaside-Tests-Squeak-Core'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Squeak-Core-pmm.21.mcz'.
	self dependsOn: #('Seaside-Squeak-Core' 'Seaside-Tests-Core').!

----- Method: Seaside290Alpha3>>SeasideTestsSqueakDevelopment (in category 'private') -----
SeasideTestsSqueakDevelopment
	self name: 'Seaside-Tests-Squeak-Development'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Squeak-Development-jf.10.mcz'.
	self dependsOn: #('Seaside-Squeak-Development' 'Seaside-Tests-Development').!

----- Method: Seaside290Alpha3>>SeasideTestsSqueakFunctional (in category 'private') -----
SeasideTestsSqueakFunctional
	self name: 'Seaside-Tests-Squeak-Functional'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Squeak-Functional-jf.10.mcz'.
	self info description: 'Squeak specific functional Seaside test suite.'.
	self dependsOn: #('Seaside-Tests-Functional').!

----- Method: Seaside290Alpha3>>SeasideTestsSqueakPlatform (in category 'private') -----
SeasideTestsSqueakPlatform
	self name: 'Seaside-Tests-Squeak-Platform'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-Squeak-Platform-lr.17.mcz'.
	self info description: 'Unit tests for the package Seaside-Tests-Platform.'.
	self dependsOn: #('Seaside-Squeak-Platform' 'Seaside-Tests-Platform').!

----- Method: Seaside290Alpha3>>SeasideTestsWebTools (in category 'tests') -----
SeasideTestsWebTools
	self name: 'Seaside-Tests-WebTools'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-Tests-WebTools-jf.7.mcz'.
	self info description: 'Unit tests for the package Seaside-WebTools'.
	self info category: 'Tests'.
	self dependsOn: #('Seaside-WebTools' 'Seaside-Tests-Environment').!

----- Method: Seaside290Alpha3>>SeasideWebTools (in category 'core library') -----
SeasideWebTools
	self name: 'Seaside-WebTools'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Seaside-WebTools-lr.29.mcz'.
	self info description: 'Web-based tools for administering Seaside.'.
	self info category: 'Core Library'.
	self dependsOn: #('Seaside-Environment').
	self addAction: 'Seaside-Squeak-WebTools'!

----- Method: Seaside290Alpha3>>Sport (in category 'private') -----
Sport
	self name: 'Sport'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Sport-2.031.mcz'.!

----- Method: Seaside290Alpha3>>Swazoo (in category 'private') -----
Swazoo
	self name: 'Swazoo'.
	self version: '2.9.0-alpha3'.
	self info url: 'http://builder.seaside.st/distributions/002-Seaside2.9.0-a3//Swazoo-2.2.mcz'.
	self dependsOn: #('Sport').!



More information about the Packages mailing list