diff --git a/.pharo4.ston b/.pharo4.ston new file mode 100644 index 000000000..bf6902314 --- /dev/null +++ b/.pharo4.ston @@ -0,0 +1,17 @@ +SmalltalkCISpec { + #loading : [ + SCIMetacelloLoadSpec { + #useLatestMetacello : true, + #baseline : 'Seaside3', + #directory : 'repository', + #load : [ 'CI' ], + #useLatestMetacello : true, + #platforms : [ #pharo ] + } + ], + #testing : { + #exclude : { + #packages : [ 'Cryptography.*' ] + } + } +} diff --git a/.project b/.project new file mode 100644 index 000000000..46c779582 --- /dev/null +++ b/.project @@ -0,0 +1,3 @@ +{ + 'srcDirectory' : 'repository' +} \ No newline at end of file diff --git a/.smalltalk.ston b/.smalltalk.ston index c5c64fee8..0f42b24c3 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,15 +1,19 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { + #useLatestMetacello : true, #baseline : 'Seaside3', #directory : 'repository', #load : [ 'CI' ], + #useLatestMetacello : false, #platforms : [ #pharo ] }, SCIMetacelloLoadSpec { + #useLatestMetacello : true, #baseline : 'Seaside3', #directory : 'repository', - #load : [ 'Tests' ], + #load : [ 'CI' ], + #useLatestMetacello : true, #platforms : [ #squeak ] }, SCIMetacelloLoadSpec { @@ -17,7 +21,13 @@ SmalltalkCISpec { #directory : 'repository', #onWarningLog : true, #load : [ 'CI' ], + #useLatestMetacello : true, #platforms : [ #gemstone ] } - ] + ], + #testing : { + #exclude : { + #packages : [ 'Cryptography.*' ] + } + } } diff --git a/.travis.yml b/.travis.yml index 67c7d9134..a252fb1e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,34 +1,36 @@ language: smalltalk sudo: false +aliases: + - &pharo4-has-latest-metacello + smalltalk_config: .pharo4.ston + matrix: allow_failures: - - smalltalk: Pharo-7.0 - smalltalk: Squeak-trunk - smalltalk: Squeak-5.1 - os: linux - smalltalk: GemStone-2.4.8 include: - - smalltalk: Pharo-7.0 - env: BUILD_NAME=Pharo-7.0 + - smalltalk: Pharo64-7.0 + env: BUILD_NAME=Pharo64-7.0 - smalltalk: Pharo-6.1 env: BUILD_NAME=Pharo-6.1 - - smalltalk: Pharo-6.0 - env: BUILD_NAME=Pharo-6.0 - smalltalk: Pharo-5.0 env: BUILD_NAME=Pharo-5.0 + - smalltalk: Pharo-4.0 + env: BUILD_NAME=Pharo-4.0 + <<: *pharo4-has-latest-metacello - smalltalk: Squeak-trunk env: BUILD_NAME=Squeak-trunk + - smalltalk: Squeak-5.2 + env: BUILD_NAME=Squeak-5.2 - smalltalk: Squeak-5.1 env: BUILD_NAME=Squeak-5.1 - os: osx - - smalltalk: Squeak-5.1 - os: linux - - smalltalk: GemStone-3.4.0 - env: BUILD_NAME=GemStone-3.4.0 + - smalltalk: GemStone-3.4.2 + env: BUILD_NAME=GemStone-3.4.2 cache: directories: - $SMALLTALK_CI_CACHE diff --git a/README.md b/README.md index f69ad7f85..1675c45c9 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,4 @@ # The framework for developing sophisticated web applications in Smalltalk. -## Status of automated builds -### master -Pharo | Squeak | GemStone ------------- | ------------- | ------------ -[![Build status: Pharo-7.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-7.0&label=7.0)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Squeak-trunk&label=5.2)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.4.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.4.0&label=3.4.0)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-6.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-6.1&label=6.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Squeak-5.1&label=5.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.3.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.3.6&label=3.3.6)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-6.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-6.0&label=6.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.2.17](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.2.17&label=3.2.17)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-5.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-5.0&label=5.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.1.0.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.1.0.6&label=3.1.0.6)](http://travis-ci.org/SeasideSt/Seaside) -\- | - | [![Build status: GemStone-2.4.8](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-2.4.8&label=2.4.8)](http://travis-ci.org/SeasideSt/Seaside) - -### development -Pharo | Squeak | GemStone/S ------------- | ------------- | ------------ -[![Build status: Pharo-7.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-7.0&label=7.0)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Squeak-5.2&label=5.2)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.4.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.4.0&label=3.4.2)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-6.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-6.1&label=6.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Squeak-5.1&label=5.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.3.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.3.6&label=3.3.6)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-6.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-6.0&label=6.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.2.17](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.2.17&label=3.2.17)](http://travis-ci.org/SeasideSt/Seaside) -[![Build status: Pharo-5.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-5.0&label=5.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.1.0.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.1.0.6&label=3.1.0.6)](http://travis-ci.org/SeasideSt/Seaside) -\- | - | [![Build status: GemStone-2.4.8](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-2.4.8&label=2.4.8)](http://travis-ci.org/SeasideSt/Seaside) Seaside provides a layered set of abstractions over HTTP and HTTP that let you build highly interactive web applications quickly, reusably and maintainably. It is based on Smalltalk, a proven and robust language that is implemented by different vendors. Seaside includes: @@ -30,9 +12,15 @@ Seaside provides a layered set of abstractions over HTTP and HTTP that let you b Seaside also has good support for [CSS and Javascript](https://github.com/SeasideSt/Seaside/wiki/CSS-and-Javascript), excellent [web-based development tools](https://github.com/SeasideSt/Seaside/wiki/Development-Tools) and [debugging support](https://github.com/SeasideSt/Seaside/wiki/Debugging-Seaside-Applications), a rich [configuration and preferences](https://github.com/SeasideSt/Seaside/wiki/Configuration-and-Preferences) framework, and more. -## Installation +## Getting Started + +Seaside is composed of different parts, allowing you to only load the parts you need for your project. If you are new to Seaside, we advise you to load the default set of packages by simply following the load instructions below. If you want to load specific (or additional) parts of Seaside, check out the [list of groups and packages](https://github.com/SeasideSt/Seaside/wiki/Seaside-Load-Groups-and-Packages). + +We provide instructions to get started with Seaside in [Pharo](http://www.pharo-project.org), [Gemstone](https://gemtalksystems.com/products/gs64/) or [Squeak](http://www.squeak.org). See the appropriate instructions for your platform below. -### Install in Pharo +### Instructions for Pharo + +#### Load Seaside To install the latest stable version of Seaside in a [Pharo](http://www.pharo-project.org) image, execute the following code: ```Smalltalk @@ -49,8 +37,15 @@ Metacello new repository: 'github://SeasideSt/Seaside:v3.2.1/repository'; load ``` - -### Install in Gemstone +#### Launch the Welcome page + +If you installed Seaside using the instructions above, the `Welcome` package was loaded and a default server adaptor was started on port 8080. Open a webbrowser on (http://localhost:8080) and you should see the Seaside Welcome page. Happy Seasiding! + +### Instructions for Gemstone + +#### Load Seaside +To install the latest stable version of Seaside in a [Gemstone](https://gemtalksystems.com/products/gs64/) repository, execute the following steps: + 1. Upgrade to the latest version of Metacello and Grease using [GsUpgrader](https://github.com/GsDevKit/gsUpgrader#gsupgrader-): ```Smalltalk Gofer new @@ -60,7 +55,7 @@ Metacello new (Smalltalk at: #GsUpgrader) upgradeGrease. ``` -2. Install Seaside 3.2: +2. Install Seaside: Install the latest commit from the master branch: ```Smalltalk @@ -82,7 +77,7 @@ Metacello new load: #('Development' 'Examples' 'Zinc') ]. ``` -### Install in Squeak +### Instructions for Squeak #### Squeak >= 5.2 To install the latest stable version of Seaside in a [Squeak](http://www.squeak.org) image you need to first install [Metacello](https://github.com/Metacello/metacello): @@ -124,3 +119,22 @@ If you would like to contribute, please visit the [Seaside's contributors page]( ## More Please check the [Wiki](https://github.com/SeasideSt/Seaside/wiki) for more information. + +## Status of automated builds +### master +Pharo | Squeak | GemStone/S +------------ | ------------- | ------------ +[![Build status: Pharo-7.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo64-7.0&label=7.0)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Squeak-5.2&label=5.2)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.4.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.4.0&label=3.4.2)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-6.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-6.1&label=6.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Squeak-5.1&label=5.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.3.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.3.6&label=3.3.6)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-5.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-5.0&label=5.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.2.17](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.2.17&label=3.2.17)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-4.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=Pharo-4.0&label=4.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.1.0.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-3.1.0.6&label=3.1.0.6)](http://travis-ci.org/SeasideSt/Seaside) +\- | - | [![Build status: GemStone-2.4.8](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=master&env=BUILD_NAME=GemStone-2.4.8&label=2.4.8)](http://travis-ci.org/SeasideSt/Seaside) + +### development +Pharo | Squeak | GemStone/S +------------ | ------------- | ------------ +[![Build status: Pharo-7.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo64-7.0&label=7.0)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Squeak-5.2&label=5.2)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.4.2](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.4.0&label=3.4.2)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-6.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-6.1&label=6.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: Squeak-5.1](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Squeak-5.1&label=5.1)](http://travis-ci.org/SeasideSt/Seaside) | [![Build status: GemStone-3.3.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.3.6&label=3.3.6)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-5.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-5.0&label=5.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.2.17](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.2.17&label=3.2.17)](http://travis-ci.org/SeasideSt/Seaside) +[![Build status: Pharo-4.0](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=Pharo-4.0&label=4.0)](http://travis-ci.org/SeasideSt/Seaside) | - | [![Build status: GemStone-3.1.0.6](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-3.1.0.6&label=3.1.0.6)](http://travis-ci.org/SeasideSt/Seaside) +\- | - | [![Build status: GemStone-2.4.8](http://badges.herokuapp.com/travis/SeasideSt/Seaside?branch=develop&env=BUILD_NAME=GemStone-2.4.8&label=2.4.8)](http://travis-ci.org/SeasideSt/Seaside) \ No newline at end of file diff --git a/repository/.properties b/repository/.properties new file mode 100644 index 000000000..c2bedd42d --- /dev/null +++ b/repository/.properties @@ -0,0 +1,3 @@ +{ + #format : #filetree +} \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/README.md b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/README.md index e69de29bb..792dfee16 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/README.md +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/README.md @@ -0,0 +1,114 @@ +The following load expression will load the 'default' group for Seaside3: + + BaselineOfSeaside3 project load. + +By default all of the packages and projects associated with the Seaside3 +project will be loaded. + +Here is the list of groups for Seaside 3: + - 'Core' + - 'Base' (identical to Core, for backwards compatibility) + - 'Tests' + - 'Email' + - 'Examples' + - 'Development' + - 'Development Tests' + - 'Production' (GemStone only) + - 'Javascript' + - 'Javascript Tests' + - 'JQuery' + - 'JQuery Tests' + - 'JQueryUI' + - 'JQueryUI Tests' + - 'JQueryUI Examples' + - 'JSON' + - 'JSON Tests' + - 'OmniBrowser' + - 'REST' + - 'RSS' + - 'RSS Tests' + - 'RSS Examples' + - 'Scriptaculous' + - 'Scriptaculous Tests' + - 'Welcome' + - 'Welcome Tests' + - 'OneClick' + - 'Comet' + - 'Comet Tests' + - 'Comet Examples' + - 'Filesystem' + - 'Filesystem Tests' + +And the following groups are for loading adapters. + + - 'Comanche' and 'Kom' + - 'FastCGI' + - 'Swazoo' + - 'WebClient' + - 'Zinc' + +The '... Tests' group include the test packages for the named group. Usually there is no benefit in loading these unless to want to work on those packages. +The '... Examples' group include the examples packages for the named group + + - 'Core' is the absolute minimum set of packages that should be + loaded to get expected traditional Seaside functionality with + components and session. + - 'Development' adds in the Seaside development tools. It should be + noted that it is not recommended that the Seaside development tools + be loaded in a production image, because the tools are not considered + essential or safe. + - 'OmniBrowser' loads OmniBrowser as well as related tools like the + server browser. + - The other groups should be more or less self explanatory. + +It is recommended that you load the 'Core' group and groups for the +additional functionality that you need. + +You must choose at least one adaptor (Seaside-Adaptors-Swazoo or Seaside-Adaptors-Comanche), so in +theory the absolute minimum loadable unit for Seaside30 would be: + + BaselineOfSeaside3 project + load: #('Core' 'Zinc'). + +Note that there are no pre-defined components registered in this case, +so even if you manually start WAKom: + + ZnZincServerAdaptor startOn: 8080 + +the only page you can hit is the files page: + + http://localhost:8080/files + +You could load the example packages: + + BaselineOfSeaside3 project + load: #('Examples'). + +to have a few more pages to hit: + + http://localhost:8080/examples/examplebrowser + +but without the familiar development tools you might not have an +enjoyable experience. You can add in the development tools with the +following expression: + + BaselineOfSeaside3 project + load: #('Development'). + +Only then will you see the familiar Dispatcher page when you hit: + + http://localhost:8080/ + +At this point in time, the only things that you won't have loaded +(because of package dependencies) are: + + - Comet + - Swazoo + - RSS support + - javascript support + - HTML5 support + - EMail + - Welcome page + +To add the remaining pieces you'd now have to list the individual +packages \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baseline..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baseline..st index 5e149875f..062bbd615 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baseline..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baseline..st @@ -5,8 +5,8 @@ baseline: spec "This groups all baseline" self baselinecommon: spec. self baselinegemstone: spec. - self baselinepharo: spec. - self baselinesqueak: spec. + self baselinepharo: spec. + self baselinesqueak: spec. self baselineslime: spec. self baselinefilesystem: spec. self baselineadaptors: spec. diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..st index 051d1fa49..af8e3496f 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..st @@ -1,121 +1,84 @@ baselines baselineadaptors: spec - spec - for: #'common' - do: [ - spec - project: 'Swazoo2' - with: [ - spec - versionString: #'stable'; - className: 'ConfigurationOfSwazoo2'; - loads: #('Swazoo'); - repository: 'http://smalltalkhub.com/mc/Swazoo/Swazoo/main' ]. - spec - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2'); - repository: - 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]. - spec - group: 'Swazoo' with: #('Seaside-Adaptors-Swazoo'); - yourself ]. + spec + for: #common + do: [ spec + project: 'Swazoo2' + with: [ spec + versionString: #stable; + className: 'ConfigurationOfSwazoo2'; + loads: #('Swazoo'); + repository: 'http://smalltalkhub.com/mc/Swazoo/Swazoo/main' ]. + spec + package: 'Seaside-Swazoo' + with: [ spec + requires: #('Grease' 'Swazoo2'); + repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; + package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]. + spec group: 'Swazoo' with: #('Seaside-Adaptors-Swazoo') ]. spec for: #squeakCommon - do: [ - spec + do: [ spec project: 'WebClient Project' - with: [ - spec + with: [ spec versionString: '1.5'; className: 'ConfigurationOfWebClient'; loads: #('Core'); repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. spec - package: 'WebClient-Seaside' + package: 'WebClient-Seaside-Adaptor' with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core') ]. - spec - group: 'WebClient' with: #('WebClient-Seaside') ]. - - spec - for: #(#squeak #'pharo1.x') - do: [ spec package: 'WebClient-Seaside' with: [ spec requires: #('OB' 'Seaside-Tools-OmniBrowser') ] ]. - + spec + repository: 'http://ss3.gemtalksystems.com/ss/WebClient'; + requires: #('WebClient Project' 'Seaside-Core') ]. + spec group: 'WebClient' with: #('WebClient-Seaside-Adaptor') ]. + + spec for: #squeak do: [ spec package: 'WebClient-Seaside-OB' with: [ spec requires: #('OB' 'Seaside-Tools-OmniBrowser') ] ]. + spec for: #pharo - do: [ - spec - baseline: 'Zinc Project' - with: [ - spec - className: 'BaselineOfZincHTTPComponents'; - loads: 'Zinc-HTTP'; - repository: 'github://svenvc/zinc:master/repository' ]. - spec + do: [ spec package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('KomHttpServerLight' 'Seaside-Core') ]; - package: 'Zinc-Seaside' with: [ spec requires: #('Zinc Project' 'Seaside-Core') ]; - package: 'KomHttpServerLight' - with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ]. + package: 'KomHttpServerLight' with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ]; + package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ]; + package: 'Zinc-Seaside' with: [ spec requires: #('Seaside-Core') ]. spec group: 'Kom' with: #('Seaside-Adaptors-Comanche'); group: 'Zinc' with: #('Zinc-Seaside'); - group: 'Comanche' with: #('Seaside-Adaptors-Comanche') ]. - - spec - for: #'pharo1.x' - do: [ spec package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Tests-Pharo-Core') ] ]. - + group: 'default' with: #('Zinc'); + group: 'CI' with: #('Zinc') ]. + spec for: #gemstone - do: [ - spec - package: 'Zinc-Seaside' - with: [ spec requires: #('Zinc Project' 'Seaside-Core') ]. - - spec + do: [ spec project: 'FastCGI Project' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; + with: [ spec + className: 'ConfigurationOfGsFastCGI'; + versionString: #stable; + loads: #('FastCGI'); + repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; baseline: 'GsApplicationTools' - with: [ - spec - loads: 'Core'; - repository: 'github://GsDevKit/gsApplicationTools:v1.?/repository' ]; + with: [ spec + loads: 'Core'; + repository: 'github://GsDevKit/gsApplicationTools:v1.?/repository' ]; baseline: 'Zinc Project' - with: [ - spec - className: 'BaselineOfZincHTTPComponents'; - loads: #('Core'); - repository: 'github://GsDevKit/zinc:v2.4.3.?/repository' ]; - yourself. + with: [ spec + className: 'BaselineOfZincHTTPComponents'; + loads: #('Core'); + repository: 'github://GsDevKit/zinc:v2.4.3.?/repository' ]. spec package: 'Seaside-GemStone-GemServer-Core' with: [ spec requires: #('GsApplicationTools' 'Seaside-Core') ]; - package: 'Seaside-GemStone-GemServer-Tests' - with: [ - spec - requires: - #('Seaside-GemStone-GemServer-Core' 'Seaside-GemStone-Development' 'Seaside-GemStone-Adaptors-Swazoo' 'Seaside-GemStone-Adaptors-Zinc' 'Seaside-Adaptors-FastCGI') ]; + package: 'Seaside-GemStone-GemServer-Tests' with: [ spec requires: #('Seaside-GemStone-GemServer-Core' 'Seaside-GemStone-Development' 'Seaside-GemStone-Adaptors-Swazoo' 'Seaside-GemStone-Adaptors-Zinc' 'Seaside-Adaptors-FastCGI') ]; package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: #('Seaside-Core' 'FastCGI Project' 'Seaside-GemStone-GemServer-Core') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Adaptors-Swazoo' 'Seaside-GemStone-GemServer-Core') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: [ spec requires: #('Zinc-Seaside' 'Seaside-GemStone-GemServer-Core') ]. + package: 'Zinc-Seaside' + with: [ spec + requires: #('Zinc Project' 'Seaside-Core'); + includes: #('Seaside-GemStone-Adaptors-Zinc') ]; + package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI Project' 'Seaside-GemStone-GemServer-Core') ]; + package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo' 'Seaside-GemStone-GemServer-Core') ]; + package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside' 'Seaside-GemStone-GemServer-Core') ]. spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI'); group: 'Tests' with: #('Seaside-GemStone-GemServer-Tests'); - group: 'Zinc' with: #('Zinc-Seaside'); - yourself ] \ No newline at end of file + group: 'Zinc' with: #('Zinc-Seaside') ] \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinecommon..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinecommon..st index 77de6001a..140e6609f 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinecommon..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinecommon..st @@ -34,6 +34,8 @@ baselinecommon: spec spec requires: #('Seaside-Core' ). ]; package: 'Seaside-Core' with: [ spec requires: #('Grease' ). ]; + package: 'Seaside-Continuation' with: [ + spec requires: #('Grease' ). ]; package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow'). ]; package: 'Seaside-Email' with: [ @@ -41,7 +43,7 @@ baselinecommon: spec package: 'Seaside-Environment' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; + spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' 'Seaside-Development' 'JQuery-Core'). ]; package: 'Seaside-Flow' with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; package: 'Seaside-InternetExplorer' with: [ @@ -88,10 +90,10 @@ baselinecommon: spec group: 'default' with: #('Core' 'JSON' 'Email' 'Javascript' 'JQuery' 'JQueryUI' 'Seaside-Examples' 'Seaside-Welcome'); group: 'OneClick' with: #('Tests' 'Development' 'Zinc'); group: 'CI' with: #('Tests' 'Development Tests'); - group: 'Core' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); + group: 'Core' with: #('Seaside-Core' 'Seaside-Continuation' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'RSS Tests' 'Welcome Tests' 'REST Tests' 'Swagger Tests'); group: 'Development' with: #('Core' 'Seaside-Development' ); group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development' ); group: 'Email' with: #('Seaside-Email'); - group: 'Examples' with: #('Core' 'Seaside-Examples' ); + group: 'Examples' with: #('Core' 'Seaside-Examples' 'Seaside-REST-Examples'); group: 'Base' with: #('Core') ]. \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegemstone..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegemstone..st index 9813408bc..1c95c5dd7 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegemstone..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegemstone..st @@ -46,7 +46,8 @@ baselinegemstone: spec with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; + package: 'Seaside-GemStone-Continuation' + with: [ spec requires: #('Seaside-Core' 'Seaside-Continuation') ]; package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core') ]; package: 'Seaside-GemStone-Development' @@ -82,30 +83,6 @@ baselinegemstone: spec group: 'CI' with: #('FastCGI' 'Zinc' 'Swazoo'); group: 'Development' with: #('Seaside-GemStone-Basic-Development'); group: 'Production' with: #('Seaside-GemStone-Tools-Production') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone-Flow' - with: [ spec includes: #('Seaside-GemStone240-Flow') ]; - package: 'Seaside-GemStone240-Flow' - with: [ spec requires: #('Seaside-GemStone-Flow') ]; - yourself. - spec - removePackage: 'Seaside-Examples'; - removePackage: 'Seaside-Tests-Examples'. - spec - group: 'Seaside-Examples' with: #(); - group: 'Seaside-Tests-Examples' with: #() ]. spec for: #(#'gs3.0.x' #'gs3.1.x') do: [ diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegettext..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegettext..st index 9adc0f5a6..6f23ea496 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegettext..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinegettext..st @@ -31,7 +31,7 @@ baselinegettext: spec spec for: #(#'pharo4.x') do:[ spec - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Pharo40-Slime') ]. + package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Pharo-Slime') ]. spec group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinejavascript..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinejavascript..st index 0fb368cc7..6f4381901 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinejavascript..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinejavascript..st @@ -1,5 +1,4 @@ baselines -"protocol: baselines" baselinejavascript: spec spec for: #'common' do: [ @@ -14,31 +13,25 @@ baselinejavascript: spec group: 'Javascript Tests' with: #('Javascript-Tests-Core' ); group: 'Tests' with: #( 'Javascript Tests' ) ]. - spec for: #(squeak #'pharo1.x') do: [ + spec for: #squeak do: [ spec - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]. + package: 'Javascript-Squeak-Core' with: [ + spec requires: #('Javascript-Core' 'Seaside-Squeak-Core' ) ]. spec package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo-Core' ) ]. + spec requires: #('Javascript-Tests-Core' 'Javascript-Squeak-Core' ) ]. spec package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ) ]; + spec includes: #('Javascript-Squeak-Core' ) ]; package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [ + spec for: #pharo do: [ spec - package: 'Javascript-Pharo20-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo20-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo20-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. + package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; + package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo-Core' ) ]; + package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core' ) ]; + package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. spec for: #'gemstone' diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineob..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineob..st index 11d472131..351c75d78 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineob..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineob..st @@ -1,73 +1,15 @@ baselines baselineob: spec + spec + for: #squeak + do: [ spec + project: 'OB' + with: [ spec + className: 'ConfigurationOfOmniBrowser'; + versionString: #stable; + loads: #('Core'); + repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - for: #'pharo1.x' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'squeak' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'pharo1.3.x' - do: [ - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowserLukas'; - versionString: #'stable'; - loads: #('default'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ] ]. + spec package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('OB' 'Seaside-Tools-Core') ]. - "spec for: #'gemstone' do: [ - spec blessing: #baseline. - spec - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]. - spec - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]" \ No newline at end of file + spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ] \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinepharo..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinepharo..st index 5bd08527a..e4ab55f57 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinepharo..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinepharo..st @@ -1,155 +1,57 @@ baselines -"protocol: baselines" baselinepharo: spec + spec + for: #squeakCommon + do: [ spec + package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; + package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; + package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; + package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; + package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; + package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; + package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; + package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; + package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; + package: 'Seaside-Pharo-Environment' with: [ spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas') ]; + package: 'Seaside-Tests-Pharo-Development' with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; + package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; + package: 'Seaside-Tests-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; + package: 'Seaside-Tests-Pharo-Functional' with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; + package: 'Seaside-Tests-Canvas' with: [ spec includes: #('Seaside-Tests-Pharo-Canvas') ]; + package: 'Seaside-Tests-Pharo-Canvas' with: [ spec requires: #('Seaside-Tests-Canvas') ] ]. - spec for: #'squeakCommon' do: [ + spec + for: #squeak + do: [ spec + package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Squeak-Tools-Web') ]; + package: 'Seaside-Pharo-Development' with: [ spec requires: #('Seaside-Development' 'Seaside-Squeak-Tools-Web' 'Seaside-Pharo-Flow') ]; + package: 'Seaside-Squeak-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; + package: 'Seaside-Squeak-Continuation' with: [ spec requires: #('Seaside-Core') ]; + package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Squeak-Continuation') ]; + package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Squeak-Continuation') ]; + package: 'Seaside-Core' with: [ spec includes: #('Seaside-Squeak-Core') ]; + package: 'Seaside-Squeak-Core' with: [ spec requires: #('Seaside-Core') ]; + package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Squeak-Core') ]; + package: 'Seaside-Tests-Squeak-Core' with: [ spec requires: #('Seaside-Squeak-Core' 'Seaside-Tests-Core') ]; + package: 'Seaside-Tests-Pharo-Functional' with: [ spec requires: #('Seaside-Tests-Squeak-Core') ]; + package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Squeak-Core') ] ]. - spec - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; + spec + for: #pharo + do: [ spec + package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; + package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; + package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; + package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; + package: 'Seaside-Pharo-Development' with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; + package: 'Seaside-Pharo-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; + package: 'Seaside-Pharo-Continuation' with: [ spec requires: #('Seaside-Core' 'Seaside-Continuation') ]; + package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; + package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; + package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; + package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]. - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email'). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; - package: 'Seaside-Tests-Canvas' with: [ - spec includes: #('Seaside-Tests-Pharo-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Canvas' with: [ - spec requires: #('Seaside-Tests-Canvas' ). ] ]. - - spec for: #(#'squeak' #'pharo1.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #( 'Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo50-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo50-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo50-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo40-Continuation' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo40-Core' ) ]; - package: 'Seaside-Tests-Pharo40-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - "Spec based tools" - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Pharo-Tools-Spec') ]; - package: 'Seaside-Pharo-Tools-Spec' with: [ - spec requires: #('Seaside-Tools-Core') ] ]. - - "ToolBuilder based tools" - spec for: #(#'squeak4.6.x' #'squeak5.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Squeak-Tools-Development') ]; - package: 'Seaside-Squeak-Tools-Development' with: [ - spec requires: #('Seaside-Tools-Core') ] ]. \ No newline at end of file + "Spec based tools" + spec + package: 'Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo-Tools-Spec') ]; + package: 'Seaside-Pharo-Tools-Spec' with: [ spec requires: #('Seaside-Tools-Core') ] ] \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinerest..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinerest..st index d1eee0a77..f72a87d63 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinerest..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinerest..st @@ -1,15 +1,16 @@ baselines -"protocol: baselines" baselinerest: spec spec for: #'common' do: [ spec package: 'Seaside-REST-Core' with: [ - spec requires: #('Seaside-Core') ]; + spec requires: #('Seaside-Core') ]; + package: 'Seaside-REST-Examples' with: [ + spec requires: #('Seaside-REST-Core' 'Seaside-Canvas' 'Seaside-RenderLoop' 'Seaside-Examples') ]; package: 'Seaside-Tests-REST-Core' with: [ spec requires: #('Seaside-REST-Core' 'Seaside-Tests-Core') ]. spec - group: 'REST' with: #('Core' 'Seaside-REST-Core'); + group: 'REST' with: #('Seaside-REST-Core'); group: 'REST Tests' with: #('REST' 'Seaside-Tests-REST-Core') ]. @@ -20,12 +21,13 @@ baselinerest: spec spec requires: #('Seaside-REST-Core' 'Seaside-JSON-Core' 'Seaside-Component') ]; package: 'Seaside-Tests-Swagger-Core' with: [ spec requires: #('Seaside-Tests-REST-Core' 'Seaside-Swagger-Core') ]. - spec + spec + group: 'REST' with: #('Seaside-REST-Core'); group: 'Swagger' with: #('REST' 'Seaside-Swagger-Core'); group: 'Swagger Tests' with: #('Swagger' 'Seaside-Tests-Swagger-Core') ]. - spec for: #(squeak 'pharo1.x') do:[ + spec for: #(squeak) do:[ spec package: 'Seaside-Pharo-REST-Core'; package: 'Seaside-REST-Core' with:[ @@ -36,7 +38,7 @@ baselinerest: spec spec includes: #('Seaside-Pharo-Swagger-Core' 'Seaside-Squeak-Swagger-Core') ] ]. - spec for: #('pharo2.x' 'pharo3.x' 'pharo4.x' 'pharo5.x' #'pharo6.x' #'pharo7.x') do:[ + spec for: #pharo do:[ spec package: 'Seaside-Pharo20-REST-Core'; package: 'Seaside-REST-Core' with:[ @@ -54,12 +56,6 @@ baselinerest: spec spec includes: #('Seaside-GemStone-REST-Core')] ]. - spec for: #'gs2.4.x' do: [ - spec - group: 'Swagger' with: #('REST'); - group: 'Swagger Tests' with: #('Swagger') - ]. - spec for: #'gs3.x' do:[ spec package: 'Seaside-GemStone-Swagger-Core'; diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinesecurity..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinesecurity..st index 14371009f..7e539679f 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinesecurity..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinesecurity..st @@ -2,7 +2,7 @@ baselines baselinesecurity: spec spec for: #pharo - do: [ spec package: 'Cryptography' with: [ spec repository: 'http://mc.smalltalkhub.com/mc/Cryptography/Cryptography/main' ]. + do: [ spec package: 'Cryptography' with: [ spec repository: 'github://pharo-contributions/Cryptography:0.3.2/source' ]. spec package: 'Seaside-Security' with: [ spec @@ -30,4 +30,4 @@ baselinesecurity: spec for: #squeakCommon do: [ spec group: 'Security' with: #('Seaside-Security'); - group: 'Security Tests' with: #('Seaside-Tests-Security') ] \ No newline at end of file + group: 'Security Tests' with: #('Seaside-Tests-Security') ] diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineslime..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineslime..st index 63ba7c78b..64702870b 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineslime..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineslime..st @@ -1,35 +1,25 @@ baselines -"protocol: baselines" baselineslime: spec + spec + for: #squeakCommon + do: [ spec + project: 'Grease Slime' copyFrom: 'Grease' with: [ spec loads: #('Slime') ]; + project: 'Grease Slime Tests' copyFrom: 'Grease' with: [ spec loads: #('Slime Tests') ] ]. - spec for: #'squeakCommon' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease' with: [ - spec loads: #('Slime Tests' ) ]. - ]. - - spec for: #(#'squeak' #'pharo1.x' #'pharo2.x' #'pharo3.x') do: [ - spec - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. + spec + for: #squeak + do: [ spec + package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; + package: 'Seaside-Tests-Slime' with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. + spec + group: 'Development' with: #('Seaside-Slime'); + group: 'Development Tests' with: #('Seaside-Tests-Slime') ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) - ]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [ - spec - package: 'Seaside-Pharo40-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Pharo40-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - - spec - group: 'Development' with: #('Seaside-Pharo40-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) - ]. \ No newline at end of file + spec + for: #pharo + do: [ spec + package: 'Seaside-Pharo-Slime' with: [ spec requires: #('Grease Slime') ]; + package: 'Seaside-Tests-Slime' with: [ spec requires: #('Seaside-Pharo-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. + spec + group: 'Development' with: #('Seaside-Pharo-Slime'); + group: 'Development Tests' with: #('Seaside-Tests-Slime') ] \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinewelcome..st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinewelcome..st index 4132e7465..a1547650e 100644 --- a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinewelcome..st +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselinewelcome..st @@ -1,31 +1,27 @@ baselines baselinewelcome: spec - spec for: #(#'squeakCommon' #'gs3.x') do: [ + spec for: #common do: [ spec package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Widgets' 'Seaside-Examples' 'Seaside-Development' 'Seaside-Flow' 'Seaside-Tests-Flow' 'JQuery-Core' 'JQuery-UI' 'JQuery-Tests-Core' 'JQuery-Tests-UI') ]; + spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Widgets' 'Seaside-Examples' 'Seaside-Development' 'Seaside-Flow' 'Seaside-Tests-Flow' 'JQuery-Core' 'JQuery-UI') ]; package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome' ) ]. spec - group: 'Welcome' with: #('Seaside-Welcome'); - group: 'Welcome Tests' with: #('Seaside-Tests-Welcome'); - group: 'Welcome' with: #( 'Welcome Tests' ) ]. - - spec - for: #'gs2.4.x' - do: [ - spec - group: 'Welcome Tests' with: #() ]. - + group: 'Welcome' with: #('Seaside-Welcome' 'JQueryUI Tests'); + group: 'Welcome Tests' with: #('Seaside-Tests-Welcome') ]. + spec for: #'squeak' do: [ spec package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome' ). ]; package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. + spec + requires: #('Seaside-Welcome' 'WebClient'); + postLoadDoIt: #startWelcomeSeasideAdaptorInSqueak ]. spec + group: 'default' with: #( 'Welcome' 'Seaside-Examples'); group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'WebClient') ]. spec for: #'pharo' do: [ @@ -33,14 +29,13 @@ baselinewelcome: spec package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome' ). ]; package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. + spec + requires: #('Seaside-Welcome' 'Zinc'); + postLoadDoIt: #startWelcomeSeasideAdaptorInPharo. ]. + spec - group: 'default' with: #( 'Welcome' 'Seaside-Examples' 'Zinc' ); + group: 'default' with: #( 'Welcome' 'Seaside-Examples'); group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'Zinc') ]. - - spec for: #'pharo1.x' do: [ - spec - group: 'OneClick' with: #('Comet Examples' 'Seaside-Tools-OmniBrowser' 'Kom') ]. spec for: #'gs3.x' do: [ spec diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInPharo.st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInPharo.st new file mode 100644 index 000000000..809c729df --- /dev/null +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInPharo.st @@ -0,0 +1,5 @@ +doits +startWelcomeSeasideAdaptorInPharo + WAAdmin defaultServerManager adaptors + ifEmpty: [ (Smalltalk globals includesKey: #ZnZincServerAdaptor) + ifTrue: [ (Smalltalk globals at: #ZnZincServerAdaptor) startOn: 8080 ] ] \ No newline at end of file diff --git a/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInSqueak.st b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInSqueak.st new file mode 100644 index 000000000..6dba43937 --- /dev/null +++ b/repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/startWelcomeSeasideAdaptorInSqueak.st @@ -0,0 +1,7 @@ +doits +startWelcomeSeasideAdaptorInSqueak + WAAdmin defaultServerManager adaptors + ifEmpty: [ (Smalltalk globals includesKey: #WAWebServerAdaptor) + ifTrue: [ ((Smalltalk globals at: #WAWebServerAdaptor) port: 8080) + codec: ((Smalltalk globals at: #GRCodec) forEncoding: 'utf-8'); + start ] ] \ No newline at end of file diff --git a/repository/Comet-Core.package/CTComet.class/methodProperties.json b/repository/Comet-Core.package/CTComet.class/methodProperties.json deleted file mode 100644 index 20015e276..000000000 --- a/repository/Comet-Core.package/CTComet.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - "headerField" : "lr 7/12/2006 12:10" }, - "instance" : { - "connect" : "lr 7/3/2006 13:54", - "defaultUrl" : "jf 2/15/2010 02:08", - "disconnect" : "lr 7/3/2006 13:54", - "filter" : "jf 7/19/2009 14:19", - "javascriptContentOn:" : "lr 12/24/2009 10:16", - "pusher" : "lr 7/3/2006 13:44", - "pusher:" : "jf 2/15/2010 02:12", - "url" : "lr 7/3/2006 13:33", - "url:" : "lr 9/8/2009 12:50" } } diff --git a/repository/Comet-Core.package/CTFilter.class/methodProperties.json b/repository/Comet-Core.package/CTFilter.class/methodProperties.json deleted file mode 100644 index 194e75fe3..000000000 --- a/repository/Comet-Core.package/CTFilter.class/methodProperties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cometForContext:" : "lr 3/5/2009 21:37", - "handleFiltered:" : "ar 8/4/2010 20:58", - "initialize" : "lr 11/3/2008 20:43", - "isCometFilter" : "lr 11/3/2008 20:50", - "registerPusher:context:" : "lr 3/5/2009 21:47" } } diff --git a/repository/Comet-Core.package/CTHandler.class/methodProperties.json b/repository/Comet-Core.package/CTHandler.class/methodProperties.json deleted file mode 100644 index 531c658bd..000000000 --- a/repository/Comet-Core.package/CTHandler.class/methodProperties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "class" : { - "on:" : "lr 3/5/2009 21:47" }, - "instance" : { - "basicConnect:" : "pmm 9/1/2012 15:19", - "basicDisconnect" : "lr 3/5/2009 21:36", - "basicTerminate" : "lr 10/28/2007 14:45", - "connect:" : "lr 3/5/2009 21:38", - "id" : "lr 7/12/2006 11:22", - "initializeOn:" : "jf 3/13/2009 17:57", - "notifySession" : "lr 8/18/2010 22:18", - "preambleFor:" : "jf 2/5/2010 22:56", - "push:" : "lr 8/18/2010 22:19", - "pusher" : "lr 7/12/2006 14:24", - "session" : "lr 3/17/2009 20:26" } } diff --git a/repository/Comet-Core.package/CTLibrary.class/methodProperties.json b/repository/Comet-Core.package/CTLibrary.class/methodProperties.json deleted file mode 100644 index 08a94ba75..000000000 --- a/repository/Comet-Core.package/CTLibrary.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cometJs" : "lr 8/10/2009 21:19", - "selectorsToInclude" : "lr 1/2/2008 20:11" } } diff --git a/repository/Comet-Core.package/CTPusher.class/methodProperties.json b/repository/Comet-Core.package/CTPusher.class/methodProperties.json deleted file mode 100644 index d71983146..000000000 --- a/repository/Comet-Core.package/CTPusher.class/methodProperties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "class" : { - "initialize" : "jf 9/30/2009 00:19", - "pingProcess" : "jf 2/9/2010 01:26", - "shutDown" : "jf 9/30/2009 00:19", - "startUp" : "jf 2/9/2010 01:26", - "unload" : "jf 9/30/2009 00:19" }, - "instance" : { - "handlers" : "lr 7/12/2006 11:50", - "initialize" : "jf 9/30/2009 00:19", - "javascript:" : "obi 6/23/2010 19:37", - "mutex" : "jf 2/5/2010 23:00", - "ping" : "lr 3/25/2009 13:47", - "push:" : "lr 3/25/2009 13:47", - "register:" : "lr 8/30/2006 10:43", - "renderContext" : "lr 8/11/2009 10:46", - "rendererClass" : "lr 8/11/2009 10:46", - "rendererClass:" : "lr 8/11/2009 10:47" } } diff --git a/repository/Comet-Core.package/CTStreamingServerRequired.class/methodProperties.json b/repository/Comet-Core.package/CTStreamingServerRequired.class/methodProperties.json deleted file mode 100644 index e93aa5925..000000000 --- a/repository/Comet-Core.package/CTStreamingServerRequired.class/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "seasidePossibleCauses" : "jf 1/11/2010 12:21" } } diff --git a/repository/Comet-Core.package/GRDelegatingStream.extension/methodProperties.json b/repository/Comet-Core.package/GRDelegatingStream.extension/methodProperties.json deleted file mode 100644 index 23ff97d5f..000000000 --- a/repository/Comet-Core.package/GRDelegatingStream.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "flushComet" : "lr 3/25/2009 13:45" } } diff --git a/repository/Comet-Core.package/GRPackage.extension/methodProperties.json b/repository/Comet-Core.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index 074583273..000000000 --- a/repository/Comet-Core.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "cometCore" : "lr 2/17/2010 15:10" }, - "instance" : { - } } diff --git a/repository/Comet-Core.package/GRPlatform.extension/methodProperties.json b/repository/Comet-Core.package/GRPlatform.extension/methodProperties.json deleted file mode 100644 index e5f5addba..000000000 --- a/repository/Comet-Core.package/GRPlatform.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cometForkProcessDo:" : "jf 2/9/2010 01:26", - "cometWait" : "jf 2/9/2010 01:26" } } diff --git a/repository/Comet-Core.package/WAComboResponse.extension/methodProperties.json b/repository/Comet-Core.package/WAComboResponse.extension/methodProperties.json deleted file mode 100644 index aa34be84f..000000000 --- a/repository/Comet-Core.package/WAComboResponse.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "flushComet" : "pmm 2/19/2012 12:32" } } diff --git a/repository/Comet-Core.package/WARenderer.extension/methodProperties.json b/repository/Comet-Core.package/WARenderer.extension/methodProperties.json deleted file mode 100644 index 7cdd4ca74..000000000 --- a/repository/Comet-Core.package/WARenderer.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "comet" : "jf 7/19/2009 18:43" } } diff --git a/repository/Comet-Core.package/WARequestFilter.extension/methodProperties.json b/repository/Comet-Core.package/WARequestFilter.extension/methodProperties.json deleted file mode 100644 index d1b8a8c1b..000000000 --- a/repository/Comet-Core.package/WARequestFilter.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "isCometFilter" : "lr 11/3/2008 20:50" } } diff --git a/repository/Comet-Core.package/WAStreamedResponse.extension/methodProperties.json b/repository/Comet-Core.package/WAStreamedResponse.extension/methodProperties.json deleted file mode 100644 index 23ff97d5f..000000000 --- a/repository/Comet-Core.package/WAStreamedResponse.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "flushComet" : "lr 3/25/2009 13:45" } } diff --git a/repository/Comet-Examples.package/CTChat.class/methodProperties.json b/repository/Comet-Examples.package/CTChat.class/methodProperties.json deleted file mode 100644 index 2e9208c9a..000000000 --- a/repository/Comet-Examples.package/CTChat.class/methodProperties.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "class" : { - "initialize" : "lr 6/7/2010 10:59", - "pusher" : "lr 1/2/2008 17:58" }, - "instance" : { - "isLoggedIn" : "lr 1/2/2008 19:00", - "login:" : "lr 1/2/2008 20:01", - "logout" : "lr 1/2/2008 20:01", - "message:" : "lr 1/2/2008 19:35", - "push:with:" : "lr 11/17/2009 08:32", - "pusher" : "lr 1/2/2008 18:37", - "renderChatInputOn:" : "lr 4/28/2012 18:18", - "renderChatMessagesOn:" : "lr 1/2/2008 20:05", - "renderChatOn:" : "lr 1/2/2008 19:44", - "renderChatPusherOn:" : "lr 3/25/2009 08:56", - "renderChatStatusOn:" : "lr 1/2/2008 19:56", - "renderContentOn:" : "lr 1/2/2008 18:38", - "renderLoginOn:" : "lr 1/2/2008 18:52", - "renderMessage:class:on:" : "lr 1/2/2008 20:05", - "style" : "lr 1/10/2009 13:36", - "username" : "lr 1/2/2008 18:38", - "users" : "lr 1/2/2008 20:01" } } diff --git a/repository/Comet-Examples.package/CTChatSession.class/methodProperties.json b/repository/Comet-Examples.package/CTChatSession.class/methodProperties.json deleted file mode 100644 index fbc5ad67b..000000000 --- a/repository/Comet-Examples.package/CTChatSession.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "username" : "lr 1/2/2008 18:07", - "username:" : "lr 1/2/2008 18:06" } } diff --git a/repository/Comet-Examples.package/CTCounter.class/methodProperties.json b/repository/Comet-Examples.package/CTCounter.class/methodProperties.json deleted file mode 100644 index 39d19c044..000000000 --- a/repository/Comet-Examples.package/CTCounter.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "class" : { - "initialize" : "lr 8/20/2011 16:58", - "model" : "lr 1/2/2008 18:01", - "pusher" : "lr 1/2/2008 18:01" }, - "instance" : { - "decrease" : "lr 1/2/2008 17:08", - "increase" : "lr 1/2/2008 17:08", - "model" : "lr 1/2/2008 16:38", - "pusher" : "lr 1/2/2008 16:38", - "renderContentOn:" : "lr 3/25/2009 08:56", - "style" : "lr 7/14/2010 10:06", - "update:" : "obi 6/23/2010 19:46" } } diff --git a/repository/Comet-Examples.package/CTCounterModel.class/methodProperties.json b/repository/Comet-Examples.package/CTCounterModel.class/methodProperties.json deleted file mode 100644 index 6bf2ddfa3..000000000 --- a/repository/Comet-Examples.package/CTCounterModel.class/methodProperties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "count" : "lr 1/2/2008 16:36", - "count:" : "lr 1/2/2008 16:43", - "decrease" : "lr 1/2/2008 16:33", - "increase" : "lr 1/2/2008 16:33", - "initialize" : "lr 11/11/2008 22:57" } } diff --git a/repository/Comet-Examples.package/CTReport.class/methodProperties.json b/repository/Comet-Examples.package/CTReport.class/methodProperties.json deleted file mode 100644 index 4812a815a..000000000 --- a/repository/Comet-Examples.package/CTReport.class/methodProperties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "class" : { - "defaultModel" : "lr 5/5/2009 21:05", - "initialize" : "lr 6/7/2010 10:59", - "items" : "lr 5/5/2009 21:05", - "pusher" : "lr 5/5/2009 20:58" }, - "instance" : { - "items" : "lr 5/5/2009 21:10", - "pusher" : "lr 5/5/2009 21:23", - "renderAddOn:" : "lr 10/9/2010 11:05", - "renderContentOn:" : "lr 10/9/2010 10:49", - "renderRowEdit:action:on:" : "lr 10/9/2010 10:54", - "renderRowEdit:on:" : "lr 10/9/2010 11:03", - "renderRowView:on:" : "lr 5/5/2009 21:23", - "renderTableOn:" : "lr 5/5/2009 21:20" } } diff --git a/repository/Comet-Examples.package/CTReportItem.class/methodProperties.json b/repository/Comet-Examples.package/CTReportItem.class/methodProperties.json deleted file mode 100644 index abc49fa48..000000000 --- a/repository/Comet-Examples.package/CTReportItem.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "name" : "lr 5/5/2009 21:02", - "name:" : "lr 5/5/2009 21:02", - "phone" : "lr 5/5/2009 21:02", - "phone:" : "lr 5/5/2009 21:02" } } diff --git a/repository/Comet-Examples.package/CTSlider.class/methodProperties.json b/repository/Comet-Examples.package/CTSlider.class/methodProperties.json deleted file mode 100644 index 0b3c7be46..000000000 --- a/repository/Comet-Examples.package/CTSlider.class/methodProperties.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "class" : { - "initialize" : "lr 8/20/2011 16:59", - "pusher" : "lr 7/12/2009 17:08", - "value" : "lr 7/12/2009 17:20", - "value:" : "lr 7/12/2009 17:42" }, - "instance" : { - "renderContentOn:" : "lr 8/11/2009 10:45" } } diff --git a/repository/Comet-Examples.package/GRPackage.extension/methodProperties.json b/repository/Comet-Examples.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index 856b285da..000000000 --- a/repository/Comet-Examples.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "cometExamples" : "lr 2/17/2010 15:10" }, - "instance" : { - } } diff --git a/repository/Comet-Pharo-Core.package/GRPackage.extension/methodProperties.json b/repository/Comet-Pharo-Core.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index 3e7de03a9..000000000 --- a/repository/Comet-Pharo-Core.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "cometPharoCore" : "lr 2/17/2010 15:10" }, - "instance" : { - } } diff --git a/repository/Comet-Pharo-Core.package/GRPharoPlatform.extension/methodProperties.json b/repository/Comet-Pharo-Core.package/GRPharoPlatform.extension/methodProperties.json deleted file mode 100644 index e5f5addba..000000000 --- a/repository/Comet-Pharo-Core.package/GRPharoPlatform.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cometForkProcessDo:" : "jf 2/9/2010 01:26", - "cometWait" : "jf 2/9/2010 01:26" } } diff --git a/repository/Comet-Pharo-Core.package/SocketStream.extension/methodProperties.json b/repository/Comet-Pharo-Core.package/SocketStream.extension/methodProperties.json deleted file mode 100644 index 445abed62..000000000 --- a/repository/Comet-Pharo-Core.package/SocketStream.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "flushComet" : "lr 3/25/2009 14:16" } } diff --git a/repository/Comet-Tests-Core.package/CTCometTest.class/methodProperties.json b/repository/Comet-Tests-Core.package/CTCometTest.class/methodProperties.json deleted file mode 100644 index 4c4fe1b76..000000000 --- a/repository/Comet-Tests-Core.package/CTCometTest.class/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - "packageNamesUnderTest" : "lr 9/9/2010 12:23" }, - "instance" : { - "comet" : "jf 7/19/2009 14:55", - "testConnect" : "lr 3/16/2009 19:24", - "testDisconnect" : "lr 3/16/2009 19:24" } } diff --git a/repository/Comet-Tests-Core.package/GRPackage.extension/methodProperties.json b/repository/Comet-Tests-Core.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index 33f7192ae..000000000 --- a/repository/Comet-Tests-Core.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "cometTestsCore" : "lr 2/17/2010 15:11" }, - "instance" : { - } } diff --git a/repository/Comet-Tests-Core.package/GRPlatformTest.extension/methodProperties.json b/repository/Comet-Tests-Core.package/GRPlatformTest.extension/methodProperties.json deleted file mode 100644 index 56e9974a3..000000000 --- a/repository/Comet-Tests-Core.package/GRPlatformTest.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testForkCometProcessDo" : "jf 2/9/2010 01:26" } } diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/README.md b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/README.md deleted file mode 100644 index 238e7cae2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/README.md +++ /dev/null @@ -1,119 +0,0 @@ -The following load expression will load the 'default' group for Seaside3.1: - - (ConfigurationOfSeaside3 project version: '3.1.0') load. - - alternatively you can also load the stable version using: - (ConfigurationOfSeaside3 project version: #stable) load. - - or you can load older versions of Seaside (3.0.x): - (ConfigurationOfSeaside3 project version: '3.0.10') load. - -By default all of the packages and projects associated with the Seaside3 -project will be loaded. - -Here is the list of groups for Seaside 3.1: - - 'Core' - - 'Base' (identical to Core, for backwards compatibility) - - 'Tests' - - 'Email' - - 'Examples' - - 'Development' - - 'Development Tests' - - 'Production' (GemStone only) - - 'Javascript' - - 'Javascript Tests' - - 'JQuery' - - 'JQuery Tests' - - 'JQueryUI' - - 'JQueryUI Tests' - - 'JQueryUI Examples' - - 'JSON' - - 'JSON Tests' - - 'OmniBrowser' - - 'REST' - - 'RSS' - - 'RSS Tests' - - 'RSS Examples' - - 'Scriptaculous' - - 'Scriptaculous Tests' - - 'Welcome' - - 'Welcome Tests' - - 'OneClick' - - 'Comet' - - 'Comet Tests' - - 'Comet Examples' - - 'Filesystem' - - 'Filesystem Tests' - -And the following groups are for loading adapters. - - - 'Comanche' and 'Kom' - - 'FastCGI' - - 'Swazoo' - - 'WebClient' - - 'Zinc' - -The '... Tests' group include the test packages for the named group. Usually there is no benefit in loading these unless to want to work on those packages. -The '... Examples' group include the examples packages for the named group - - - 'Core' is the absolute minimum set of packages that should be - loaded to get expected Seaside functionality - - 'Development' adds in the Seaside development tools. It should be - noted that it is not recommended that the Seaside development tools - be loaded in a production image, because the tools are not considered - essential or safe. - - 'OmniBrowser' loads OmniBrowser as well as related tools like the - server browser. - - The other groups should be more or less self explanatory. - -It is recommended that you load the 'Core' group and groups for the -additional functionality that you need. - -You must choose at least one adaptor (Seaside-Adaptors-Swazoo or Seaside-Adaptors-Comanche), so in -theory the absolute minimum loadable unit for Seaside30 would be: - - (ConfigurationOfSeaside3 project version: '3.1.0) - load: #('Core' 'Kom'). - -Note that there are no pre-defined components registered in this case, -so even if you manually start WAKom: - - WAKom startOn: 8080 - -the only page you can hit is the files page: - - http://localhost:8080/files - -You could load the example packages: - - (ConfigurationOfSeaside3 project version: '3.1.0') - load: #('Examples'). - -to have a few more pages to hit: - - http://localhost:8080/examples/examplebrowser - -but without the familiar development tools you might not have an -enjoyable experience. You can add in the development tools with the -following expression: - - (ConfigurationOfSeaside3 project version: '3.1.0') - load: #('Development'). - -Only then will you see the familiar Dispatcher page when you hit: - - http://localhost:8080/ - -At this point in time, the only things that you won't have loaded -(because of package dependencies) are: - - - Comet - - Swazoo - - RSS support - - javascript support - - HTML5 support - - EMail - - Welcome page - -To add the remaining pieces you'd now have to list the individual -packages \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/DevelopmentProcess.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/DevelopmentProcess.st deleted file mode 100644 index ed1f3075a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/DevelopmentProcess.st +++ /dev/null @@ -1,22 +0,0 @@ -development support -DevelopmentProcess - -"DEVELOPMENT Process - - load current version: - (self project version: #stable) load: 'ALL'. - - open new version for development: - self createNewDevelopmentVersion - - update the the development version to match mcz file versions - self updateToLatestPackageVersions: '3.0.7 release see http://code.google.com/p/seaside/wiki/Seaside307Changelog' - - do development and periodically save mcz files and update configuration - self saveModifiedPackages: '- fixed bug xyz' - - do development and periodically save mcz files and configuration until ready for release - self saveModifiedPackagesAndConfiguration: '- fixed bug xyz' - - save configuration - self saveConfiguration: commitMessage '- checkpoint configuration' -RELEASE Process - - mark development version as release: - self releaseDevelopmentVersion: 'commit comment' - - copy mcz files to github: - self copyMczFromSmalltalkhubToFileTree: '/path/to/filetree/repository'. -" \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/bootstrapPackage.from..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/bootstrapPackage.from..st deleted file mode 100644 index fdc468797..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/bootstrapPackage.from..st +++ /dev/null @@ -1,13 +0,0 @@ -private -bootstrapPackage: aString from: aPath - | repository version | - repository := MCHttpRepository - location: aPath - user: '' - password: ''. - repository - versionReaderForFileNamed: aString , '.mcz' - do: [:reader | - version := reader version. - version load. - version workingCopy repositoryGroup addRepository: repository] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogChangeLog.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogChangeLog.st deleted file mode 100644 index e51eefdee..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogChangeLog.st +++ /dev/null @@ -1,4 +0,0 @@ -catalog -catalogChangeLog - "Returns a paragraph describing the most important changes in the configuration class." - ^ '' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogContactInfo.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogContactInfo.st deleted file mode 100644 index f3567882c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogContactInfo.st +++ /dev/null @@ -1,4 +0,0 @@ -catalog -catalogContactInfo - "Returns a paragraph describing contact information such as email, mailing lists and website." - ^ 'See http://www.seaside.st/community/mailinglist' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogDescription.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogDescription.st deleted file mode 100644 index e7025e221..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogDescription.st +++ /dev/null @@ -1,4 +0,0 @@ -catalog -catalogDescription - "Returns a paragraph describing the project" - ^ 'The framework for developing sophisticated web applications in Smalltalk. See http://www.seaside.st' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeyClassesAndExample.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeyClassesAndExample.st deleted file mode 100644 index 55b351d6e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeyClassesAndExample.st +++ /dev/null @@ -1,4 +0,0 @@ -catalog -catalogKeyClassesAndExample - "Returns a paragraph or more describing the key classes of your project. You can use Pillar/Pier syntax to layout out the text i.e., ==Code== and - for bullet." - ^ '' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeywords.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeywords.st deleted file mode 100644 index 565704817..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/catalogKeywords.st +++ /dev/null @@ -1,4 +0,0 @@ -catalog -catalogKeywords - "Returns an array of symbols" - ^ #(web seaside framework) \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/compareVersions.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/compareVersions.st deleted file mode 100644 index 73cc0c0c5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/compareVersions.st +++ /dev/null @@ -1,10 +0,0 @@ -development support -compareVersions - "Compare the current #stable version to current #development version" - - "self compareVersions" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - ((Smalltalk at: #MetacelloToolBox) compareVersionsIn: self) inspect diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyMczFromSmalltalkhubToFileTree..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyMczFromSmalltalkhubToFileTree..st deleted file mode 100644 index 5ad6cba99..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyMczFromSmalltalkhubToFileTree..st +++ /dev/null @@ -1,32 +0,0 @@ -development support -copyMczFromSmalltalkhubToFileTree: aDirectoryPathString - -| latest source destination goSource goDestination| -"Copy all latests packages to a filetree repository (that can be committed to github) - -self copyMczFromSmalltalkhubToFileTree: '/Users/marschall/git/Seaside/repository'" - -source := (Smalltalk at: #MCSmalltalkhubRepository) - owner: 'Seaside' - project: 'Seaside32' - user: '' - password: ''. - -destination := (Smalltalk at: #MCFileTreeRepository) - new directory: aDirectoryPathString asFileReference. - -goSource := Gofer new repository: source. -goDestination := Gofer new repository: destination. -latest := Dictionary new. -(source goferReferences - groupedBy:[:r | r packageName]) - keysAndValuesDo:[:packageName :versions | - latest - at: packageName - put: (versions sorted:[:v1 :v2 | v1 versionNumber <= v2 versionNumber]) last]. -latest values do:[:version | - goSource version: version name. - goDestination version: version name]. - -goSource fetch. -goDestination push \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyToGemSource.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyToGemSource.st deleted file mode 100644 index 1a296e6c2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/copyToGemSource.st +++ /dev/null @@ -1,13 +0,0 @@ -development support -copyToGemSource - "Copy the current configuration mcz file to http://seaside.gemstone.com/ss/MetacelloRepository" - - "Note you before copying config to GemSource, you should have tested the release in GLASS. - You also need to have commit rights to the GemSource repository." - - "self copyToGemSource" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) copyConfiguration: self to: 'http://seaside.gemstone.com/ss/MetacelloRepository' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.from..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.from..st deleted file mode 100644 index a7eb6f49c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.from..st +++ /dev/null @@ -1,28 +0,0 @@ -development support -createNewBaselineVersion: baselineVersionString from: oldBaselineVersionString - "Seaside30 baseline is made up from two baseline methods, a commonBaseline and the baseline. - This method creates new baseline methods" - - "self createNewBaselineVersion: '3.0.4-baseline' from: '3.0.3-baseline'" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - | oldBaselineVersion oldCommonBaselineVersion commonBaselineVersionString | - self ensureMetacello. - oldBaselineVersion := self project version: oldBaselineVersionString. - oldCommonBaselineVersion := self project version: oldBaselineVersion importedVersions first. - commonBaselineVersionString := baselineVersionString , '-commonBaseline'. - (Smalltalk at: #MetacelloToolBox) - halt createBaseline: commonBaselineVersionString - for: self name asString - from: oldCommonBaselineVersion versionString - description: ''. - (Smalltalk at: #MetacelloToolBox) - createBaseline: baselineVersionString - for: self name asString - from: oldBaselineVersionString - description: ''. - ((Smalltalk at: #MetacelloToolBox) configurationNamed: self name asString) - modifyVersionMethodForVersion: baselineVersionString; - imports: {commonBaselineVersionString}; - commitMethod \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.st deleted file mode 100644 index c8f90ccfc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewBaselineVersion.st +++ /dev/null @@ -1,15 +0,0 @@ -development support -createNewBaselineVersion - "Create a new baseline version based upon current version's baseline. - You should create a new baseline if new packages have been added or dependencies have changed." - - "self createNewBaselineVersion" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - | currentVersion existingBaselineVersionString baselineVersionNumber | - self ensureMetacello. - currentVersion := self project currentVersion. - existingBaselineVersionString := currentVersion importedVersions first. - baselineVersionNumber := existingBaselineVersionString asMetacelloVersionNumber incrementMinorVersionNumber. - self createNewBaselineVersion: baselineVersionNumber versionString from: existingBaselineVersionString \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewDevelopmentVersion.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewDevelopmentVersion.st deleted file mode 100644 index b16989700..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/createNewDevelopmentVersion.st +++ /dev/null @@ -1,10 +0,0 @@ -development support -createNewDevelopmentVersion - "self createNewDevelopmentVersion" - - "Create a new development version using the #stable version as a model" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) createNewDevelopmentVersionIn: self description: '' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/ensureMetacello.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/ensureMetacello.st deleted file mode 100644 index df33aa925..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/ensureMetacello.st +++ /dev/null @@ -1,36 +0,0 @@ -private -ensureMetacello - "Bootstrap Gofer (if necessary), load latest mcz file for ConfigurationOfMetacello (using old - Gofer API), then load the latest version of Metacello itself." - - Smalltalk at: #MetacelloProject ifAbsent: [ | error | - "list of repositories to try, in case primary repository is not accessible" - (Array - with: 'http://www.squeaksource.com/MetacelloRepository' - with: 'http://seaside.gemstone.com/ss/metacello') do: [:repositoryUrl | - ([ - Smalltalk at: #Gofer ifAbsent: [ - "Current version of Gofer from which to bootstrap - as of 1.0-beta.21" - self bootstrapPackage: 'Gofer-Core-lr.115' from: repositoryUrl ]. - Smalltalk at: #Gofer ifPresent: [:goferClass | | gofer | - gofer := goferClass new - url: repositoryUrl; - yourself. - [ gofer addPackage: 'ConfigurationOfMetacello' ] on: Warning do: [:ex | ex resume ]. - gofer load ]] - on: Error - do: [ :ex | - error := ex. - Transcript - cr; - show: 'failed ensureMetacello: '; - show: ex description printString; - show: '...retrying'. - "try again" - ex return: nil ]) ~~ nil - ifTrue: [ - "load 'default' group of Metacello" - (Smalltalk at: #ConfigurationOfMetacello) perform: #load. - ^self ]]. - "shouldn't get here unless the load failed ... throw an error" - self error: 'retry with alternate repository failed: ', error description printString ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/isMetacelloConfig.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/isMetacelloConfig.st deleted file mode 100644 index 98d81c722..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/isMetacelloConfig.st +++ /dev/null @@ -1,5 +0,0 @@ -metacello tool support -isMetacelloConfig - "Answer true and the Metacello tools will operate on you" - - ^true \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/lastMetacelloVersionLoad.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/lastMetacelloVersionLoad.st deleted file mode 100644 index 6f4baa8b1..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/lastMetacelloVersionLoad.st +++ /dev/null @@ -1,6 +0,0 @@ -metacello tool support -lastMetacelloVersionLoad - "Answer the last version loaded and the list of packages loaded for that version." - - LastVersionLoad == nil ifTrue: [ LastVersionLoad := nil -> 'default' ]. - ^LastVersionLoad \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/load.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/load.st deleted file mode 100644 index 9b4f4e497..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/load.st +++ /dev/null @@ -1,5 +0,0 @@ -loading -load - "self load" - - self project latestVersion load \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/loadLatestVersion.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/loadLatestVersion.st deleted file mode 100644 index ba7a52e35..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/loadLatestVersion.st +++ /dev/null @@ -1,5 +0,0 @@ -loading -loadLatestVersion - "self loadLatestVersion" - - ^self project latestVersion load \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/metacelloVersion.loads..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/metacelloVersion.loads..st deleted file mode 100644 index 27ddacde7..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/metacelloVersion.loads..st +++ /dev/null @@ -1,6 +0,0 @@ -metacello tool support -metacelloVersion: versionString loads: anArrayOrString - "Stash the last version loaded and the list of packages loaded for that version. The list - of packages will be used by the tools when doing 'Load Package Version'" - - LastVersionLoad := versionString -> anArrayOrString \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/project.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/project.st deleted file mode 100644 index 925935b61..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/project.st +++ /dev/null @@ -1,4 +0,0 @@ -accessing -project - - ^self new project \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseDevelopmentVersion..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseDevelopmentVersion..st deleted file mode 100644 index ad467a817..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseDevelopmentVersion..st +++ /dev/null @@ -1,10 +0,0 @@ -development support -releaseDevelopmentVersion: commitMessage - "Release #development version (set version blessing to #release), update the #development and #stable symbolic versions and save the configuration." - - "self releaseDevelopmentVersion: '- release version 1.0.2'" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) releaseDevelopmentVersionIn: self description: commitMessage \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseSeaside30.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseSeaside30.st deleted file mode 100644 index eb21cf100..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/releaseSeaside30.st +++ /dev/null @@ -1,19 +0,0 @@ -release -releaseSeaside30 - "use indirection here, to avoid undefined symbols and sent but not implemented errors - in GemStone tests ... not even sure that this method is being used anymore." - - {#'ConfigurationOfPierAddOns2'. - #'ConfigurationOfPier2'. - #'ConfigurationOfMagritte2'. - #'ConfigurationOfGrease'. - #'ConfigurationOfSeaside30'. - #'ConfigurationOfKomHttpServer'} - do: [ :className | - Smalltalk - at: className - ifPresent: [ :cl | - (cl respondsTo: #'releaseToSqueakSource') - ifTrue: [ cl perform: #'releaseToSqueakSource' ]. - (cl respondsTo: #'releaseToGemSource') - ifTrue: [ cl perform: #'releaseToGemSource' ] ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveConfiguration..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveConfiguration..st deleted file mode 100644 index d1275b8f8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveConfiguration..st +++ /dev/null @@ -1,10 +0,0 @@ -development support -saveConfiguration: commitMessage - "Save the configuration." - - "self saveConfiguration: '- fixed bug'" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) saveConfigurationPackageFor: self name asString description: commitMessage \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackages..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackages..st deleted file mode 100644 index 708e497ac..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackages..st +++ /dev/null @@ -1,10 +0,0 @@ -development support -saveModifiedPackages: commitMessage - "Save modified mcz files and update the configuration." - - "self saveModifiedPackages: '- fixed bug'" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) saveModifiedPackagesIn: self description: commitMessage \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackagesAndConfiguration..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackagesAndConfiguration..st deleted file mode 100644 index d155653bc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/saveModifiedPackagesAndConfiguration..st +++ /dev/null @@ -1,10 +0,0 @@ -development support -saveModifiedPackagesAndConfiguration: commitMessage - "Save modified mcz files, update and then save the configuration." - - "self saveModifiedPackagesAndConfiguration: '- fixed bug'" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - (Smalltalk at: #MetacelloToolBox) saveModifiedPackagesAndConfigurationIn: self description: commitMessage \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/scriptToCopyMczs.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/scriptToCopyMczs.st deleted file mode 100644 index 4aa181703..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/scriptToCopyMczs.st +++ /dev/null @@ -1,35 +0,0 @@ -development support -scriptToCopyMczs -|filter latest source destination goSource goDestination| -"Sample script to copy all the latest package versions from one repository to another" - -source := (Smalltalk at: #MCSmalltalkhubRepository) - owner: 'Seaside' - project: 'Seaside31' - user: '' - password: ''. - -destination := (Smalltalk at: #MCSmalltalkhubRepository) - owner: 'Seaside' - project: 'Seaside32' - user: '' - password: ''. -"Do not copy the packages for which the following block returns true" -filter := [ :r | r packageName beginsWith: 'Grease']. - -goSource := Gofer new repository: source. -goDestination := Gofer new repository: destination. -latest := Dictionary new. -((source goferReferences - reject: filter) - groupedBy:[:r | r packageName]) - keysAndValuesDo:[:packageName :versions | - latest - at: packageName - put: (versions sorted:[:v1 :v2 | v1 versionNumber <= v2 versionNumber]) last]. -latest values do:[:version | - goSource version: version name. - goDestination version: version name]. - -goSource fetch. -goDestination push \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/updateToLatestPackageVersions..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/updateToLatestPackageVersions..st deleted file mode 100644 index fc23f6b8d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/updateToLatestPackageVersions..st +++ /dev/null @@ -1,11 +0,0 @@ -development support -updateToLatestPackageVersions: descriptionString - "Updates mcz file versions in current version" - - "self updateToLatestPackageVersions: ''" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - ((Smalltalk at: #MetacelloToolBox) updateToLatestPackageVersionsIn: self description: descriptionString) isEmpty - ifTrue: [ self inform: 'All specs up to date' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/validate.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/validate.st deleted file mode 100644 index 9b969c958..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/class/validate.st +++ /dev/null @@ -1,13 +0,0 @@ -development support -validate - "Check the configuration for Errors, Critical Warnings, and Warnings (see class comment for MetacelloMCVersionValidator for more information). - Errors identify specification issues that will result in unexpected behaviour when you load the configuration. - Critical Warnings identify specification issues that may result in unexpected behavior when you load the configuration. - Warnings identify specification issues that are technically correct, but are worth take a look at." - - "self validate" - - "Note: you need 1.0-beta.28 or later for the class MetacelloToolBox" - - self ensureMetacello. - ^ ((Smalltalk at: #MetacelloToolBox) validateConfiguration: self debug: #() recurse: false) explore \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300..st deleted file mode 100644 index 0994b260e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300..st +++ /dev/null @@ -1,318 +0,0 @@ -baselines-30 -baseline300: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '- ported Seaside-FileSystem to GemStone (GemStone Issue 165)'. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - yourself. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0.6-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec requires: #('SPort2' ). ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #( 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' - 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' - - 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsCore'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec file: 'Seaside-FileSystem.gemstone'. ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ) ]; - - yourself.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone300-Core' ) ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ) ]; - yourself.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha500..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha500..st deleted file mode 100644 index a53d844fb..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha500..st +++ /dev/null @@ -1,337 +0,0 @@ -baselines-30 -baseline300alpha500: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '3.0.0 baseline based on 3.0.0-alpha5'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - projectPackage: [ - spec - name: 'ConfigurationOfGrease'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - - spec for: #squeakCommon do: [ - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'DynamicBindings' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'KomServices' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'KomHttpServer' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'DynamicBindings' 'KomServices' 'KomHttpServer' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Sport-2' - with: [ spec repository: 'http://www.squeaksource.com/SPort'. ]; - package: 'Swazoo-2' - with: [ spec - file: 'Swazoo-2.2'; "load latest picks up Swazoo-2.03, which fails to load" - requires: #('Sport-2' ); - repository: 'http://www.squeaksource.com/Swazoo'. ]; - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo-2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'Sport-2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. - - "fix: http://code.google.com/p/seaside/issues/detail?id=484" - spec - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' 'Seaside-Tests-UTF8' ) ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-UTF8' 'Seaside-Tests-Pharo-Core' ). ]; - yourself. ]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - projectPackage: [ - spec - name: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec includes: #('Seaside-Tests-GemStone-UTF8' ). ]; - - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Tools-Web' 'Seaside-GemStone-Flow' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - package: 'Seaside-Tests-GemStone-UTF8' - with: [ spec requires: #('Seaside-Tests-UTF8' ) ]; - yourself. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha501..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha501..st deleted file mode 100644 index 9c749a322..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha501..st +++ /dev/null @@ -1,368 +0,0 @@ -baselines-30 -baseline300alpha501: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '3.0.0 baseline based on 3.0.0-alpha5'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - projectPackage: [ - spec - name: 'ConfigurationOfGrease'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - - spec for: #squeakCommon do: [ - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'DynamicBindings' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'KomServices' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'KomHttpServer' - with: [ spec repository: 'http://www.squeaksource.com/KomHttpServer' ]; - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'DynamicBindings' 'KomServices' 'KomHttpServer' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Sport-2' - with: [ spec repository: 'http://www.squeaksource.com/SPort'. ]; - package: 'Swazoo-2' - with: [ spec - file: 'Swazoo-2.2'; "load latest picks up Swazoo-2.03, which fails to load" - requires: #('Sport-2' ); - repository: 'http://www.squeaksource.com/Swazoo'. ]; - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo-2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'Sport-2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. ]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - projectPackage: [ - spec - name: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - projectPackage: [ - spec - name: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-Session' - with: [ spec file: 'Seaside-Session.gemstone' ]; - - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha502..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha502..st deleted file mode 100644 index 4c874ae88..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha502..st +++ /dev/null @@ -1,382 +0,0 @@ -baselines-30 -baseline300alpha502: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '3.0.0 baseline based on 3.0.0-alpha5'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - projectPackage: [ - spec - name: 'ConfigurationOfGrease'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - projectPackage: [ - spec - name: 'ConfigurationOfKomHttpServer'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - projectPackage: [ - spec - name: 'ConfigurationOfSPort2'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - projectPackage: [ - spec - name: 'ConfigurationOfSwazoo2'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. ]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - projectPackage: [ - spec - name: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - projectPackage: [ - spec - name: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-Session' - with: [ spec file: 'Seaside-Session.gemstone' ]; - - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha503..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha503..st deleted file mode 100644 index 8a6fa4b83..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha503..st +++ /dev/null @@ -1,387 +0,0 @@ -baselines-30 -baseline300alpha503: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '3.0.0 baseline based on 3.0.0-alpha5'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - projectPackage: [ - spec - name: 'ConfigurationOfGrease'; - repository: 'http://seaside.gemstone.com/ss/Seaside30' ]]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - projectPackage: [ - spec - name: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - projectPackage: [ - spec - name: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - projectPackage: [ - spec - name: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. ]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - projectPackage: [ - spec - name: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - projectPackage: [ - spec - name: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-Session' - with: [ spec file: 'Seaside-Session.gemstone' ]; - - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha504..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha504..st deleted file mode 100644 index a6df35ebf..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha504..st +++ /dev/null @@ -1,379 +0,0 @@ -baselines-30 -baseline300alpha504: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '3.0.0 baseline based on 3.0.0-alpha5'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. ]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505..st deleted file mode 100644 index 3b8fdd572..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505..st +++ /dev/null @@ -1,279 +0,0 @@ -baselines-30 -baseline300alpha505: spec - - - spec for: #squeakCommon do: [ - spec blessing: #baseline. - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Refactoring-Core' with: [ - spec - className: 'ConfigurationOfRefactoringBrowser'; - loads: #('Refactoring-Core' ); - file: 'ConfigurationOfRefactoringBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' ). ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' ) ]; - yourself. - - spec - group: 'default' with: #('Seaside-Pharo-Continuation' 'Seaside-Core' 'Seaside-Pharo-Core' 'Seaside-Component' 'Seaside-Canvas' 'RSS-Core' 'Javascript-Core' 'Javascript-Pharo-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-Pharo-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Session' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Pharo-Flow' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Widgets' 'Seaside-Tools-Web' 'Seaside-Development' 'Seaside-Environment' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'RSS-Tests-Core' 'Seaside-Tests-Core' 'Seaside-Tests-Pharo-Core' 'Seaside-Tests-Component' 'Seaside-Tests-Canvas' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Seaside-Tests-Flow' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Session' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Development' 'Seaside-Tests-UTF8' 'Seaside-Pharo-Canvas' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Functional' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Development' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Pharo-Core' 'Comet-Examples' 'Seaside-FileSystem' 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Pharo-Continuation' 'Seaside-Tests-Pharo-Development' 'Seaside-Tests-Adaptors-Comanche' ); - yourself. - - spec for: #OBPresent do: [ - spec - group: 'default' with: #('Seaside-Tools-OmniBrowser' 'Seaside-Pharo-Tools-OmniBrowser' ) - yourself ]. - - spec for: #OBNotPresent do: [ - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('OB' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('OB' ) ]; - yourself ]. - - spec for: #RBPresent do: [ - spec - group: 'default' with: #('Seaside-Slime' 'Seaside-Tests-Slime' ) - yourself ]. - - spec for: #RBNotPresent do: [ - spec - package: 'Seaside-Slime' with: [ - spec - requires: #('Refactoring-Core' ) ]; - yourself ]]. - - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505Common..st deleted file mode 100644 index 217751ade..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha505Common..st +++ /dev/null @@ -1,146 +0,0 @@ -baselines-30 -baseline300alpha505Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'Add in OB dependencies'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha1-baseline'; - loads: #('Grease-Tests-Core' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506..st deleted file mode 100644 index 94dc17ca0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506..st +++ /dev/null @@ -1,271 +0,0 @@ -baselines-30 -baseline300alpha506: spec - - - spec for: #common do: [ - spec - group: 'Core' with: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Session' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Widgets' 'Seaside-Tools-Web' 'Seaside-Development' 'Seaside-Environment' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('RSS-Tests-Core' 'Seaside-Tests-Core' 'Seaside-Tests-Component' 'Seaside-Tests-Canvas' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Seaside-Tests-Flow' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Session' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Development' 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Pharo-Continuation' 'Seaside-Pharo-Core' 'Javascript-Pharo-Core' 'Seaside-Pharo-Email' 'Seaside-Pharo-Flow' 'Seaside-Pharo-Canvas' 'Seaside-Pharo-Environment' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Development' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Pharo-Core' 'Comet-Examples' 'Seaside-FileSystem' 'Seaside-Pharo-Tools-OmniBrowser' ); - group: 'Tests' with: #('Seaside-Tests-Pharo-Core' 'Seaside-Tests-Pharo-Functional' 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Pharo-Continuation' 'Seaside-Tests-Pharo-Development' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - "RBParseTreeSearcher only in Pharo AST code base at the moment, so Slime is Pharo-specific" - spec - project: 'Refactoring-Core' with: [ - spec - className: 'ConfigurationOfRefactoringBrowser'; - loads: #('Refactoring-Core' ); - file: 'ConfigurationOfRefactoringBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease' 'Refactoring-Core'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Refactoring-Core' ) ]; - yourself. - - spec - group: 'Core' with: #('Seaside-Slime' ); - group: 'Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506Common..st deleted file mode 100644 index 714a29eca..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha506Common..st +++ /dev/null @@ -1,147 +0,0 @@ -baselines-30 -baseline300alpha506Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'Add in OB dependencies'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha2-baseline'; - loads: #('Grease-Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha2-baseline'; - loads: #('Grease-Tests-Core' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507..st deleted file mode 100644 index db4d40e37..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507..st +++ /dev/null @@ -1,272 +0,0 @@ -baselines-30 -baseline300alpha507: spec - - - spec for: #common do: [ - spec - group: 'Core' with: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Session' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Widgets' 'Seaside-Tools-Web' 'Seaside-Development' 'Seaside-Environment' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('RSS-Tests-Core' 'Seaside-Tests-Core' 'Seaside-Tests-Component' 'Seaside-Tests-Canvas' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Seaside-Tests-Flow' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Session' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Development' 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Pharo-Continuation' 'Seaside-Pharo-Core' 'Javascript-Pharo-Core' 'Seaside-Pharo-Email' 'Seaside-Pharo-Flow' 'Seaside-Pharo-Canvas' 'Seaside-Pharo-Environment' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Development' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Pharo-Core' 'Comet-Examples' 'Seaside-FileSystem' 'Seaside-Pharo-Tools-OmniBrowser' ); - group: 'Tests' with: #('Seaside-Tests-Pharo-Core' 'Seaside-Tests-Pharo-Functional' 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Pharo-Continuation' 'Seaside-Tests-Pharo-Development' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: [ - spec - className: 'ConfigurationOfGrease'; - loads: #('Grease-Slime' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease-Tests-Slime' copyFrom: 'Grease-Slime' with: [ - spec loads: #('Grease-Tests-Slime' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease-Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease-Tests-Slime' ) ]; - yourself. - - spec - group: 'Core' with: #('Seaside-Slime' ); - group: 'Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507Common..st deleted file mode 100644 index 474c0cf70..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha507Common..st +++ /dev/null @@ -1,147 +0,0 @@ -baselines-30 -baseline300alpha507Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'Add in OB dependencies'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha5-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha5-baseline'; - loads: #('Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509..st deleted file mode 100644 index b4648766e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509..st +++ /dev/null @@ -1,272 +0,0 @@ -baselines-30 -baseline300alpha509: spec - - - spec for: #common do: [ - spec - group: 'Core' with: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Session' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Widgets' 'Seaside-Tools-Web' 'Seaside-Development' 'Seaside-Environment' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('RSS-Tests-Core' 'Seaside-Tests-Core' 'Seaside-Tests-Component' 'Seaside-Tests-Canvas' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Seaside-Tests-Flow' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Session' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Development' 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Pharo-Continuation' 'Seaside-Pharo-Core' 'Javascript-Pharo-Core' 'Seaside-Pharo-Email' 'Seaside-Pharo-Flow' 'Seaside-Pharo-Canvas' 'Seaside-Pharo-Environment' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Development' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Pharo-Core' 'Comet-Examples' 'Seaside-FileSystem' 'Seaside-Pharo-Tools-OmniBrowser' ); - group: 'Tests' with: #('Seaside-Tests-Pharo-Core' 'Seaside-Tests-Pharo-Functional' 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Pharo-Continuation' 'Seaside-Tests-Pharo-Development' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: [ - spec - className: 'ConfigurationOfGrease'; - loads: #('Grease-Slime' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease-Tests-Slime' copyFrom: 'Grease-Slime' with: [ - spec loads: #('Grease-Tests-Slime' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease-Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease-Tests-Slime' ) ]; - yourself. - - spec - group: 'Core' with: #('Seaside-Slime' ); - group: 'Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509Common..st deleted file mode 100644 index 8473267e8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha509Common..st +++ /dev/null @@ -1,147 +0,0 @@ -baselines-30 -baseline300alpha509Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'fix project versions'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha5-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha5-baseline'; - loads: #('Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511..st deleted file mode 100644 index 3276e26e6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511..st +++ /dev/null @@ -1,276 +0,0 @@ -baselines-30 -baseline300alpha511: spec - - - spec for: #common do: [ - spec - group: 'Core' with: #('Seaside-Core' 'Seaside-Component' 'Seaside-Canvas' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Session' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Widgets' 'Seaside-Tools-Web' 'Seaside-Development' 'Seaside-Environment' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('RSS-Tests-Core' 'Seaside-Tests-Core' 'Seaside-Tests-Component' 'Seaside-Tests-Canvas' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Seaside-Tests-Flow' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Session' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Development' 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core' 'Grease') ]; - package: 'Seaside-Pharo-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Pharo-Continuation' 'Seaside-Pharo-Core' 'Javascript-Pharo-Core' 'Seaside-Pharo-Email' 'Seaside-Pharo-Flow' 'Seaside-Pharo-Canvas' 'Seaside-Pharo-Environment' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Development' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Pharo-Core' 'Comet-Examples' 'Seaside-FileSystem' 'Seaside-Pharo-Tools-OmniBrowser' ); - group: 'Tests' with: #('Javascript-Tests-Pharo-Core' 'Seaside-Tests-Pharo-Core' 'Seaside-Tests-Pharo-Functional' 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Pharo-Continuation' 'Seaside-Tests-Pharo-Development' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: [ - spec - className: 'ConfigurationOfGrease'; - loads: #('Grease-Slime' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease-Tests-Slime' copyFrom: 'Grease-Slime' with: [ - spec loads: #('Grease-Tests-Slime' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease-Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease-Tests-Slime' ) ]; - yourself. - - spec - group: 'Core' with: #('Seaside-Slime' ); - group: 'Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/GemStone' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'JQuery-Tests-Core' - with: [ spec includes: #('JQuery-Tests-GemStone-Core' ) ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Continuation' - with: [ spec requires: #('Grease' ) ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Grease' 'Seaside-GemStone-Continuation' ) ]; - - package: 'JQuery-Tests-GemStone-Core' - with: [ spec requires: #('JQuery-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' 'Grease Tests' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511Common..st deleted file mode 100644 index fb9a28e2b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha511Common..st +++ /dev/null @@ -1,147 +0,0 @@ -baselines-30 -baseline300alpha511Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'fix project versions'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha5-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Tests' - copyFrom: 'Grease' - with: [ - spec - versionString: '1.0-alpha5-baseline'; - loads: #('Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' ). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' ). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515..st deleted file mode 100644 index 4874fb7c5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515..st +++ /dev/null @@ -1,299 +0,0 @@ -baselines-30 -baseline300alpha515: spec - - - spec for: #common do: [ - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Seaside-FileSystem' ); - group: 'Tests' with: #( 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsCore'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/fastcgi' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Environment' - with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Basic-Development'; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - "Ultimately should be in #gemstone ... object log tool shouldn't need continuations" - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515Common..st deleted file mode 100644 index 3f3ee274f..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300alpha515Common..st +++ /dev/null @@ -1,157 +0,0 @@ -baselines-30 -baseline300alpha515Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'fix project versions'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha9.3-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment'). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets'). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' - 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Tests-Flow' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment'). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' - 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' - 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' - 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ); - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc..st deleted file mode 100644 index b380258d8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc..st +++ /dev/null @@ -1,331 +0,0 @@ -baselines-30 -baseline300rc: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Seaside-FileSystem' ); - group: 'Tests' with: #( 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' - 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' - - 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsCore'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' ) ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-Core' - with: [ spec file: 'JQuery-Core.gemstone' ]; - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Core' - with: [ spec file: 'Prototype-Core.gemstone' ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'; - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Environment' - with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - - package: 'Seaside-GemStone-Basic-Development'; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - "Ultimately should be in #gemstone ... object log tool shouldn't need continuations" - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - yourself.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone300-Core' ) ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ) ]; - yourself.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2..st deleted file mode 100644 index 4520dbd56..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2..st +++ /dev/null @@ -1,310 +0,0 @@ -baselines-30 -baseline300rc2: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' 'SPort2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Seaside-FileSystem' ); - group: 'Tests' with: #( 'Seaside-Tests-FileSystem' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' - 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' - - 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsCore'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ) ]; - - yourself.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone300-Core' ) ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ) ]; - yourself.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2Common..st deleted file mode 100644 index 4d9ba428b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc2Common..st +++ /dev/null @@ -1,158 +0,0 @@ -baselines-30 -baseline300rc2Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'fix project versions'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha9.3-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment'). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets'). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' - 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' - 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core'). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment'). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' - 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' - 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' - 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ); - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc3..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc3..st deleted file mode 100644 index 420e7c969..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rc3..st +++ /dev/null @@ -1,318 +0,0 @@ -baselines-30 -baseline300rc3: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '- ported Seaside-FileSystem to GemStone (GemStone Issue 165)'. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - yourself. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' ); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0-baseline'; - file: 'ConfigurationOfKomHttpServer'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - loads: #('Core' ); - file: 'ConfigurationOfOmniBrowser'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - file: 'ConfigurationOfSPort2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec requires: #('SPort2' ). ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #( 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' - 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' - - 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsCore'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - file: 'ConfigurationOfGsFastCGI'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - file: 'ConfigurationOfGsOB'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec file: 'Seaside-FileSystem.gemstone'. ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ) ]; - - yourself.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone300-Core' ) ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ) ]; - yourself.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rcCommon..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rcCommon..st deleted file mode 100644 index d10282b0d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline300rcCommon..st +++ /dev/null @@ -1,158 +0,0 @@ -baselines-30 -baseline300rcCommon: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'fix project versions'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0-alpha9.3-baseline'; - loads: #('Core' ); - file: 'ConfigurationOfGrease'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - file: 'ConfigurationOfSwazoo2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment'). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets'). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' - 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' - 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' ). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment'). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - yourself. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' - 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' - 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' - 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ); - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301..st deleted file mode 100644 index c90c08ce2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301..st +++ /dev/null @@ -1,329 +0,0 @@ -baselines-30 -baseline301: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: '- pick up Seaside-Tests-Welcome -- update the project reference versions)'. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' - with: [ spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - yourself. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' - 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome'); - yourself.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0.6-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: '1.1.4'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec includes: #('Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Development' - with: [ spec includes: #('Seaside-Pharo-Development' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-Pharo-Email' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-Pharo-Environment' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-Pharo-Flow' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-Pharo-Tools-Web' ) ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - - package: 'Seaside-Pharo-Canvas' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Pharo-Core' - with: [ spec requires: #('Comet-Core' ) ]; - package: 'Javascript-Pharo-Core' - with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' - with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - package: 'Seaside-Pharo-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ) ]; - - package: 'Seaside-Adaptors-Comanche' - with: [ spec requires: - #('Seaside-Core' 'Kom' ) ]; - - package: 'Comet-Core' - with: [ spec - includes: #('Comet-Pharo-Core' ); - requires: #('Seaside-Canvas' 'Javascript-Core' ) ]; - package: 'Comet-Examples' - with: [ spec requires: #('JQuery-UI' 'Comet-Core' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec requires: #('SPort2' ). ]; - - package: 'Comet-Tests-Core' - with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Javascript-Tests-Pharo-Core' - with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' - with: [ spec requires: #('Seaside-Pharo-Continuation' ) ]; - package: 'Seaside-Tests-Pharo-Core' - with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ) ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ) ]; - - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' )]; - yourself. - - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #( 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' - 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' - 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' - 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' - 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' - - 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' - 'Seaside-Tests-Email' 'Seaside-Tests-Functional' - 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' - 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' - 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' - 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - yourself ]. - - spec for: #squeak do: [ - spec - package: 'Seaside-Welcome' - with: [ spec includes: 'Seaside-Squeak-Welcome'.]; - package: 'Seaside-Squeak-Welcome' - with: [ spec requires: 'Seaside-Welcome'.]; - yourself. ]. - spec for: #pharo do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]; - yourself. - spec - package: 'Seaside-Welcome' - with: [ spec includes: 'Seaside-Pharo-Welcome'.]; - package: 'Seaside-Pharo-Welcome' - with: [ spec requires: 'Seaside-Welcome'.]; - package: 'Seaside-Slime' - with: [ spec requires: #('Grease Slime'). ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ) ]; - yourself. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ); - yourself. ]. - spec for: #gemstone do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.239-baseline'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.231-baseline'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239-baseline'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - yourself. - - spec - package: 'Javascript-Core' - with: [ spec includes: #('Javascript-GemStone-Core' ) ]; - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone-Core' ) ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development' ) ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ) ]; - package: 'Seaside-Email' - with: [ spec includes: #('Seaside-GemStone-Email' ) ]; - package: 'Seaside-Flow' - with: [ spec includes: #('Seaside-GemStone-Flow' ) ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - file: 'Seaside-Session.gemstone'; - includes: #('Seaside-GemStone-Session' ) ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #( 'OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]; - package: 'Seaside-Tools-Web' - with: [ spec includes: #('Seaside-GemStone-Tools-Web' ) ]; - package: 'Seaside-Welcome' - with: [ spec includes: 'Seaside-GemStone-Welcome'.]; - - package: 'Seaside-Tests-Core' - with: [ spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow'). ]; - package: 'Seaside-Tests-Functional' - with: [ spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - - package: 'JQuery-UI' - with: [ spec file: 'JQuery-UI.gemstone' ]; - package: 'Javascript-GemStone-Core' - with: [ spec requires: #('Javascript-Core' ) ]; - package: 'Seaside-Canvas' - with: [ spec file: 'Seaside-Canvas.gemstone' ]; - package: 'Seaside-Core' - with: [ spec file: 'Seaside-Core.gemstone' ]; - package: 'Seaside-GemStone-Basic-Development' - with: [ spec requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' - with: [ spec requires: #('Seaside-Core' 'GsCore' ) ]; - package: 'Seaside-GemStone-Development' with: [ - spec - requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' - 'Seaside-GemStone-Tools-Production' ) ]; - package: 'Seaside-GemStone-Email' - with: [ spec requires: #('Seaside-Email' ) ]; - package: 'Seaside-GemStone-Environment' - with: [ spec requires: #('Seaside-Environment' ) ]; - package: 'Seaside-GemStone-Flow' - with: [ spec requires: - #('Seaside-Flow' 'Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-GemStone-Session' - with: [ spec requires: #('Seaside-Session' ) ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-OmniBrowser' ) ]; - package: 'Seaside-GemStone-Tools-Production' - with: [spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development')]; - package: 'Seaside-GemStone-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' ) ]; - package: 'Seaside-GemStone-Welcome' - with: [ spec requires: 'Seaside-Welcome'.]; - - package: 'Seaside-Adaptors-FastCGI' - with: [ spec requires: - #('Seaside-Core' 'FastCGI' ) ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: [ spec requires: - #('Seaside-Adaptors-Swazoo' ) ]; - - package: 'Seaside-FileSystem' - with: [ spec requires: 'GsCore'. ]; - - package: 'Seaside-Tests-GemStone-Core' - with: [ spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-GemStone-Development' - with: [ spec requires: #('Seaside-Tests-Development' ) ]; - package: 'Seaside-Tests-GemStone-Continuation' - with: [ spec requires: #('Seaside-GemStone-Continuation' ) ]; - package: 'Seaside-Tests-GemStone-Flow' - with: [ spec requires: #('Seaside-Tests-Flow' ) ]; - package: 'Seaside-Tests-GemStone-Functional' - with: [ spec requires: #('Seaside-Tests-Functional' ) ]; - yourself. - - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ); - yourself. ]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone240-Core' ) ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ) ]; - - yourself.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' - with: [ spec includes: #('Seaside-GemStone300-Core' ) ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - includes: #('Seaside-GemStone-Core' ); - requires: #('Seaside-Core' ) ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ) ]; - yourself.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010..st deleted file mode 100644 index a689dc795..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010..st +++ /dev/null @@ -1,250 +0,0 @@ -baselines-30 -baseline3010: spec - - spec - for: #squeakCommon - do: [ - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'WebClient-Seaside' - with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core' 'OB') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Core' with: #('Comet-Core' 'Comet-Examples'); - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec includes: #('Seaside-Squeak-Tools-OmniBrowser') ]; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: [ - spec - requires: #('Seaside-Tools-OmniBrowser'); - requires: #('Seaside-Pharo-Tools-OmniBrowser'); - yourself ]; - yourself. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche'); - group: 'OneClick' with: #('Seaside-Adaptors-Comanche' 'Seaside-Tools-OmniBrowser'); - yourself. - spec - removeGroup: 'Zinc'; - removePackage: 'Zinc-Seaside'; - removeProject: 'Zinc' "Zinc is not (yet?) available for Squeak" ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Core' with: #('Zinc-Seaside'); - group: 'OneClick' with: #('Zinc-Seaside') ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore'; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Pharo-BlockContextCore') ]. - spec - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' with: #('Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples') ]. - spec - for: #'pharo2.x' - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #(#'pharo3.x' #'pharo4.x') - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemtalksystems.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo'); - group: 'JQuery' with: #('JQuery-Core'); - group: 'JQueryUI' with: #('JQuery-UI') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: [ spec file: #('Seaside-GemStone-Flow.310') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010commonBaseline..st deleted file mode 100644 index 2af801a92..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3010commonBaseline..st +++ /dev/null @@ -1,186 +0,0 @@ -baselines-30 -baseline3010commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.10'; - loads: #('Core'); - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/Swazoo/Swazoo/main' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: {'Seaside-Core'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: {'Seaside-FileSystem'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'CI' with: #('Tests' 'Zinc-Seaside' 'Development Tests'); - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.33'; - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]; - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]; - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011..st deleted file mode 100644 index 02dbabf9e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011..st +++ /dev/null @@ -1,263 +0,0 @@ -baselines-30 -baseline3011: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ).]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0.6-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: '1.1.4'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ).]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ].]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ).]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.242'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.234'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ).]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ].]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ].]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011commonBaseline..st deleted file mode 100644 index 100996561..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3011commonBaseline..st +++ /dev/null @@ -1,130 +0,0 @@ -baselines-30 -baseline3011commonBaseline: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.1.1-baseline'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment' ). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Swazoo' with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Core' 'Seaside-Swazoo' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' with: [ - spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ).]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016..st deleted file mode 100644 index 919fe0855..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016..st +++ /dev/null @@ -1,273 +0,0 @@ -baselines-30 -baseline3016: spec - - spec - for: #squeakCommon - do: [ - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'WebClient-Seaside' - with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core' 'OB') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]. - spec - group: 'Core' with: #('Comet-Core' 'Comet-Examples'); - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec includes: #('Seaside-Squeak-Tools-OmniBrowser') ]; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: [ - spec - requires: #('Seaside-Tools-OmniBrowser'); - requires: #('Seaside-Pharo-Tools-OmniBrowser'); - yourself ]; - yourself. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche'); - group: 'OneClick' with: #('Seaside-Adaptors-Comanche' 'Seaside-Tools-OmniBrowser'); - yourself. - spec - removeGroup: 'Zinc'; - removePackage: 'Zinc-Seaside'; - removeProject: 'Zinc' "Zinc is not (yet?) available for Squeak" ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Core' with: #('Zinc-Seaside'); - group: 'OneClick' with: #('Zinc-Seaside') ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore'; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Pharo-BlockContextCore') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'OneClick' with: #('Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples') ]. - spec - for: #(#'pharo2.x' #'pharo3.x') - do: [ - spec - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - package: 'Seaside-Pharo40-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo40-Continuation') ]; - package: 'Seaside-Pharo40-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Pharo40-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]; - package: 'Seaside-Pharo40-Legacy' with: [ spec requires: #('Grease Core') ]; - package: 'Seaside-Core' with: [ spec includes: 'Seaside-Pharo40-Legacy' ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo40-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec file: 'Seaside-Tests-Pharo-Core.pharo40' ]. - - spec - group: 'Development' with: #('Seaside-Pharo40-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemtalksystems.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo'); - group: 'JQuery' with: #('JQuery-Core'); - group: 'JQueryUI' with: #('JQuery-UI') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: [ spec file: #('Seaside-GemStone-Flow.310') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016commonBaseline..st deleted file mode 100644 index 375cd388d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3016commonBaseline..st +++ /dev/null @@ -1,186 +0,0 @@ -baselines-30 -baseline3016commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: #'release1.1'; - loads: #('Core'); - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/Swazoo/Swazoo/main' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: {'Seaside-Core'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: {'Seaside-FileSystem'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'CI' with: #('Tests' 'Zinc-Seaside' 'Development Tests'); - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.33'; - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]; - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]; - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018..st deleted file mode 100644 index 9c2e8ab1c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018..st +++ /dev/null @@ -1,283 +0,0 @@ -baselines-30 -baseline3018: spec - - spec - for: #squeakCommon - do: [ - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'WebClient-Seaside' - with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core' 'OB') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]. - spec - group: 'Core' with: #('Comet-Core' 'Comet-Examples'); - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec includes: #('Seaside-Squeak-Tools-OmniBrowser') ]; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: [ - spec - requires: #('Seaside-Tools-OmniBrowser'); - requires: #('Seaside-Pharo-Tools-OmniBrowser'); - yourself ]; - yourself. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche'); - group: 'OneClick' with: #('Seaside-Adaptors-Comanche' 'Seaside-Tools-OmniBrowser'); - yourself. - spec - removeGroup: 'Zinc'; - removePackage: 'Zinc-Seaside'; - removeProject: 'Zinc' "Zinc is not (yet?) available for Squeak" ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Core' with: #('Zinc-Seaside'); - group: 'OneClick' with: #('Zinc-Seaside') ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore'; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Pharo-BlockContextCore') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'OneClick' with: #('Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples') ]. - spec - for: #(#'pharo2.x' #'pharo3.x') - do: [ - spec - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - package: 'Seaside-Pharo40-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo40-Continuation') ]; - package: 'Seaside-Pharo40-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Pharo40-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]; - package: 'Seaside-Pharo40-Legacy' with: [ spec requires: #('Grease Core') ]; - package: 'Seaside-Core' with: [ spec includes: 'Seaside-Pharo40-Legacy' ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo40-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec file: 'Seaside-Tests-Pharo-Core.pharo40' ]. - - spec - group: 'Development' with: #('Seaside-Pharo40-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Zinc-Seaside') ]. - - - spec - for: #(#'pharo6.x') - do: [ - spec - package:'Seaside-Pharo60-Legacy'; - package: 'Seaside-Core' with: [ spec includes: 'Seaside-Pharo60-Legacy' ] - ]. - - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemtalksystems.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo'); - group: 'JQuery' with: #('JQuery-Core'); - group: 'JQueryUI' with: #('JQuery-UI') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: [ spec file: #('Seaside-GemStone-Flow.310') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018commonBaseline..st deleted file mode 100644 index 7148c1169..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3018commonBaseline..st +++ /dev/null @@ -1,186 +0,0 @@ -baselines-30 -baseline3018commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: #'release1.1'; - loads: #('Core'); - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/Swazoo/Swazoo/main' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: {'Seaside-Core'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: {'Seaside-FileSystem'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'CI' with: #('Tests' 'Zinc-Seaside' 'Development Tests'); - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.33'; - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]; - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]; - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301Common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301Common..st deleted file mode 100644 index f6e27fc5a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline301Common..st +++ /dev/null @@ -1,158 +0,0 @@ -baselines-30 -baseline301Common: spec - - - spec for: #common do: [ - spec blessing: #baseline. - spec description: 'pick up Seaside-Tests-Welcom'. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.1-baseline'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - yourself. - spec - package: 'Javascript-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' - with: [ spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' - with: [ spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' - with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' - with: [ spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' - with: [ spec requires: - #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' - with: [ spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment'). ]; - package: 'Seaside-Email' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' - 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets'). ]; - package: 'Seaside-Examples' - with: [ spec requires: - #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' - with: [ spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' - with: [ spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' - with: [ spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: - #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' - 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: - #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' - 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' - 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' - with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' - with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo' ) ]; - - package: 'Javascript-Tests-Core' - with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: - #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' - 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' - with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: - #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' - with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core'). ]; - package: 'Scriptaculous-Tests-Core' - with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' - with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' - with: [ spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment'). ]; - package: 'Seaside-Tests-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Environment' - with: [ spec requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' - with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' - with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' - with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' - with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' - with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' - with: [ spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Welcome' - with: [ spec requires: #('Seaside-Welcome' ). ]; - yourself. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' - 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' - 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' - 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' - 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ); - yourself. ]. - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302..st deleted file mode 100644 index f1eb9561c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302..st +++ /dev/null @@ -1,263 +0,0 @@ -baselines-30 -baseline302: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ).]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0.6-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: '1.1.4'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ).]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ].]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ).]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.242'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.234'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ).]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ].]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ].]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302commonBaseline..st deleted file mode 100644 index 1efe4dd59..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline302commonBaseline..st +++ /dev/null @@ -1,130 +0,0 @@ -baselines-30 -baseline302commonBaseline: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.2-baseline'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment' ). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Swazoo' with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Core' 'Seaside-Swazoo' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' with: [ - spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ).]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303..st deleted file mode 100644 index b46ff5bff..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303..st +++ /dev/null @@ -1,265 +0,0 @@ -baselines-30 -baseline303: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ).]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: '1.0.6-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: '1.1.4'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31-baseline'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ).]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ].]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ).]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: '0.242'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: '0.234'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: '0.239'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production')]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ).]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ].]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ].]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303commonBaseline..st deleted file mode 100644 index 7ccd91dce..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline303commonBaseline..st +++ /dev/null @@ -1,130 +0,0 @@ -baselines-30 -baseline303commonBaseline: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.2-baseline'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: '2.2.0.2'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease Core' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment' ). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Swazoo' with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Core' 'Seaside-Swazoo' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' with: [ - spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ).]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304..st deleted file mode 100644 index 256563026..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304..st +++ /dev/null @@ -1,272 +0,0 @@ -baselines-30 -baseline304: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ). ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #'bleedingEdge'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ). ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ). ]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #'stable'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ). ]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ]. ]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304commonBaseline..st deleted file mode 100644 index 90e3d8ba4..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline304commonBaseline..st +++ /dev/null @@ -1,132 +0,0 @@ -baselines-30 -baseline304commonBaseline: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec repository: 'http://www.squeaksource.com/Seaside30'. - spec - project: 'Grease Core' with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: #'bleedingEdge'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Core Tests' ) ]; - project: 'Swazoo2' with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #'stable'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ). ]; - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core' ). ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core' ). ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment' ). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-HTML5' with: [ - spec requires: #('Seaside-Canvas' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-Core' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Swazoo' with: [ - spec - requires: #('Grease Core' 'Swazoo2' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Core' 'Seaside-Swazoo' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Seaside-Tests-Core' 'Javascript-Core' ). ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional' ). ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ). ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' ). ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core' ). ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-HTML5' with: [ - spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' ). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'Base' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Base Tests' with: #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' ); - group: 'Development' with: #('Base' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development' ). ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3051..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3051..st deleted file mode 100644 index 26eb242a0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3051..st +++ /dev/null @@ -1,274 +0,0 @@ -baselines-30 -baseline3051: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ). ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #'bleedingEdge'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ). ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ). ]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #'stable'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-Environment' with: 'Seaside-Environment.gemstone'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ). ]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ]. ]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306..st deleted file mode 100644 index bc5d5b2f8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306..st +++ /dev/null @@ -1,238 +0,0 @@ -baselines-30 -baseline306: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://www.squeaksource.com/Seaside30LGPL' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://www.squeaksource.com/Seaside30LGPL' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples'); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ] ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime') ]. - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3061..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3061..st deleted file mode 100644 index 52fba8938..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3061..st +++ /dev/null @@ -1,279 +0,0 @@ -baselines-30 -baseline3061: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'default' with: #( 'Core' 'Tests'); - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Swazoo' 'Seaside-Adaptors-Swazoo' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ). ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #'bleedingEdge'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-Adaptors-Comanche' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' 'Seaside-Tests-Adaptors-Comanche' ). ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ). ]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #'stable'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Zinc-Seaside' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Zinc' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ - spec requires: #('Zinc-Seaside' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' ). ]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ]. ]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306commonBaseline..st deleted file mode 100644 index cc2f8fc56..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline306commonBaseline..st +++ /dev/null @@ -1,125 +0,0 @@ -baselines-30 -baseline306commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: #bleedingEdge; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://www.squeaksource.com/ZincHTTPComponents' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://www.squeaksource.com/Seaside30LGPL' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://www.squeaksource.com/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development') ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline307..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline307..st deleted file mode 100644 index 03e9a0537..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline307..st +++ /dev/null @@ -1,281 +0,0 @@ -baselines-30 -baseline307: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'default' with: #( 'Core' 'Tests'); - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ). ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #'bleedingEdge'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #( 'Zinc-Seaside' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Zinc-Seaside' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' ). ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ). ]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #'stable'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Zinc-Seaside' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Zinc' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ - spec requires: #('Zinc-Seaside' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo'). ]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ]. ]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3071..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3071..st deleted file mode 100644 index 197f8a7eb..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline3071..st +++ /dev/null @@ -1,285 +0,0 @@ -baselines-30 -baseline3071: spec - - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec description: ''. - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem' ); - repository: 'http://www.squeaksource.com/Seaside30LGPL'. ]. - spec - group: 'default' with: #( 'Core' 'Tests'); - group: 'Core' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem' ); - group: 'Tests' with: #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome' ). ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #'bleedingEdge'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core' ); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.31'; - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ). ]; - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web' ). ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-Pharo-Tools-OmniBrowser' ). ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas' ). ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ). ]; - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Core' 'Kom' ). ]; - package: 'Comet-Core' with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core' ); - includes: #('Comet-Pharo-Core' ). ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-UI' 'Comet-Core' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('SPort2' ). ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ). ]; - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core' ). ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ - spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core' ). ]. - spec - group: 'Core' with: #( 'Zinc-Seaside' 'Comet-Core' 'Comet-Examples' ); - group: 'Tests' with: #('Comet-Tests-Core' ); - group: 'OneClick' with: #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Zinc-Seaside' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core' ). ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ). ]. - - spec for: #'gemstone' do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #'stable'; - loads: #('FastCGI' ); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-GemStone-Development' ). ]; - package: 'Seaside-Adaptors-Swazoo' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Swazoo' ). ]; - package: 'Zinc-Seaside' with: [ - spec includes: #('Seaside-GemStone-Adaptors-Zinc' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-GemStone-Email' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-GemStone-Flow' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-Session' with: [ - spec - includes: #('Seaside-GemStone-Session' ); - file: 'Seaside-Session.gemstone'. ]; - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' ); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-GemStone-Tools-Web' ). ]; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-GemStone-Core' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-GemStone-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-GemStone-Functional' ). ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ). ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-Core' 'GsCore' ). ]; - package: 'Seaside-GemStone-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Email' with: [ - spec requires: #('Seaside-Email' ). ]; - package: 'Seaside-GemStone-Environment' with: [ - spec requires: #('Seaside-Environment' ). ]; - package: 'Seaside-GemStone-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-GemStone-ServiceTask' with: [ - spec requires: #('Seaside-GemStone-Tools-Production' ). ]; - package: 'Seaside-GemStone-Session' with: [ - spec requires: #('Seaside-Session' ). ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser' ). ]; - package: 'Seaside-GemStone-Tools-Production' with: [ - spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development' ). ]; - package: 'Seaside-GemStone-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' ). ]; - package: 'Seaside-GemStone-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]; - package: 'Seaside-Adaptors-FastCGI' with: [ - spec requires: #('Seaside-Core' 'FastCGI' ). ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ - spec requires: #('Seaside-Adaptors-Swazoo' ). ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ - spec requires: #('Zinc-Seaside' ). ]; - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ). ]; - package: 'Seaside-Tests-GemStone-Core' with: [ - spec requires: #('Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-GemStone-Development' with: [ - spec requires: #('Seaside-Tests-Development' ). ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ - spec requires: #('Seaside-GemStone-Continuation' ). ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ - spec requires: #('Seaside-Tests-Flow' ). ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' ). ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development' ); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo'). ]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone240-Core' ). ]; - package: 'Seaside-GemStone240-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone240-Core' ). ]. ]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-GemStone300-Core' ). ]; - package: 'Seaside-GemStone300-Core' with: [ - spec - requires: #('Seaside-Core' ); - includes: #('Seaside-GemStone-Core' ). ]; - package: 'Seaside-GemStone-Core' with: [ - spec requires: #('Seaside-GemStone300-Core' ). ]. ]. - spec for: #'gs3.1.x' do: [ - spec - package: 'Seaside-GemStone-Flow' with: [ - spec file: #('Seaside-GemStone-Flow.310' ). ]] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308..st deleted file mode 100644 index d2ef4d37a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308..st +++ /dev/null @@ -1,248 +0,0 @@ -baselines-30 -baseline308: spec - - spec - for: #squeakCommon - do: [ - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'WebClient-Seaside' - with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core' 'OB') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Core' with: #('Comet-Core' 'Comet-Examples'); - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec includes: #('Seaside-Squeak-Tools-OmniBrowser') ]; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: [ - spec - requires: #('Seaside-Tools-OmniBrowser'); - requires: #('Seaside-Pharo-Tools-OmniBrowser'); - yourself ]; - yourself. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche'); - group: 'OneClick' with: #('Seaside-Adaptors-Comanche' 'Seaside-Tools-OmniBrowser'); - yourself. - spec - removeGroup: 'Zinc'; - removePackage: 'Zinc-Seaside'; - removeProject: 'Zinc' "Zinc is not (yet?) available for Squeak" ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Core' with: #('Zinc-Seaside'); - group: 'OneClick' with: #('Zinc-Seaside') ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore'; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Pharo-BlockContextCore') ]. - spec - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' with: #('Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples') ]. - spec - for: #'pharo2.x' - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #'pharo3.x' - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemstone.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: [ spec file: #('Seaside-GemStone-Flow.310') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308commonBaseline..st deleted file mode 100644 index 3f70a717f..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline308commonBaseline..st +++ /dev/null @@ -1,185 +0,0 @@ -baselines-30 -baseline308commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.8'; - loads: #('Core'); - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/Swazoo/Swazoo/main' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: {'Seaside-Core'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: {'Seaside-FileSystem'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.33'; - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]; - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]; - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309..st deleted file mode 100644 index 2458b09d5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309..st +++ /dev/null @@ -1,248 +0,0 @@ -baselines-30 -baseline309: spec - - spec - for: #squeakCommon - do: [ - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-Pharo-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-Pharo-Core') ]; - package: 'Seaside-Canvas' with: [ spec includes: #('Seaside-Pharo-Canvas') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-Pharo-Development') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-Pharo-Email') ]; - package: 'Seaside-Environment' with: [ spec includes: #('Seaside-Pharo-Environment') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-Pharo-Flow') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]; - package: 'Javascript-Tests-Core' with: [ spec includes: #('Javascript-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-Pharo-Development') ]; - package: 'Seaside-Tests-Email' with: [ spec includes: #('Seaside-Tests-Pharo-Email') ]; - package: 'Seaside-Tests-Flow' with: [ spec includes: #('Seaside-Tests-Pharo-Continuation') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-Pharo-Functional') ]; - package: 'Seaside-Pharo-Canvas' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Canvas') ]; - package: 'Comet-Pharo-Core' with: [ spec requires: #('Comet-Core') ]; - package: 'Javascript-Pharo-Core' with: [ spec requires: #('Javascript-Core' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Core') ]; - package: 'Seaside-Pharo-Environment' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Pharo-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation') ]; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-Pharo-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Pharo-Core' 'Seaside-Pharo-Canvas') ]; - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('Seaside-Core' 'Kom') ]; - package: 'Seaside-Slime' with: [ spec requires: #('Grease Slime') ]; - package: 'Comet-Core' - with: [ - spec - requires: #('Seaside-Canvas' 'Javascript-Core'); - includes: #('Comet-Pharo-Core') ]; - package: 'Comet-Examples' with: [ spec requires: #('JQuery-UI' 'Comet-Core') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('SPort2') ]; - package: 'WebClient-Seaside' - with: [ - spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient'. - spec requires: #('WebClient Project' 'Seaside-Core' 'OB') ]; - package: 'Comet-Tests-Core' with: [ spec requires: #('Javascript-Tests-Core' 'Comet-Core') ]; - package: 'Javascript-Tests-Pharo-Core' with: [ spec requires: #('Javascript-Pharo-Core' 'Javascript-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ spec requires: #('Seaside-Pharo-Continuation') ]; - package: 'Seaside-Tests-Pharo-Core' with: [ spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Pharo-Development' - with: [ spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development') ]; - package: 'Seaside-Tests-Pharo-Email' - with: [ spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Pharo-Functional' - with: [ - spec - requires: - #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Adaptors-Comanche' - with: [ spec requires: #('Seaside-Adaptors-Comanche' 'Seaside-Tests-Pharo-Core') ]; - package: 'Seaside-Tests-Slime' - with: [ spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests') ]. - spec - group: 'Core' with: #('Comet-Core' 'Comet-Examples'); - group: 'Development' with: #('Seaside-Slime'); - group: 'Development Tests' with: #('Seaside-Tests-Slime'); - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples' 'Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Comet-Tests-Core') ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Squeak-Welcome') ]; - package: 'Seaside-Squeak-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec includes: #('Seaside-Squeak-Tools-OmniBrowser') ]; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: [ - spec - requires: #('Seaside-Tools-OmniBrowser'); - requires: #('Seaside-Pharo-Tools-OmniBrowser'); - yourself ]; - yourself. - spec - group: 'Core' with: #('Seaside-Adaptors-Comanche'); - group: 'OneClick' with: #('Seaside-Adaptors-Comanche' 'Seaside-Tools-OmniBrowser'); - yourself. - spec - removeGroup: 'Zinc'; - removePackage: 'Zinc-Seaside'; - removeProject: 'Zinc' "Zinc is not (yet?) available for Squeak" ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-Pharo-Welcome') ]; - package: 'Seaside-Pharo-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - group: 'Core' with: #('Zinc-Seaside'); - group: 'OneClick' with: #('Zinc-Seaside') ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore'; - package: 'Seaside-Pharo-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Pharo-BlockContextCore') ]. - spec - group: 'Tests' with: #('Comet-Tests-Core'); - group: 'OneClick' with: #('Seaside-Tools-OmniBrowser' 'Comet-Core' 'Comet-Examples') ]. - spec - for: #'pharo2.x' - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #'pharo3.x' - do: [ - spec - removeProject: 'OB'; - removeProject: 'Kom'; - removeProject: 'Swazoo2'. - spec - group: 'Core' - overrides: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside') ]. - spec - for: #gemstone - do: [ - spec repository: 'http://seaside.gemtalksystems.com/ss/Seaside30'. - spec - project: 'GsCore' - with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'FastCGI' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #stable; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Javascript-Core' with: [ spec includes: #('Javascript-GemStone-Core') ]; - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-Development' with: [ spec includes: #('Seaside-GemStone-Development') ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Email' with: [ spec includes: #('Seaside-GemStone-Email') ]; - package: 'Seaside-Flow' with: [ spec includes: #('Seaside-GemStone-Flow') ]; - package: 'Seaside-Environment' - with: [ spec includes: #('Seaside-GemStone-Environment' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-Session' - with: [ - spec - includes: #('Seaside-GemStone-Session'); - file: 'Seaside-Session.gemstone' ]; - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB'); - includes: #('Seaside-GemStone-Tools-OmniBrowser') ]; - package: 'Seaside-Tools-Web' with: [ spec includes: #('Seaside-GemStone-Tools-Web') ]; - package: 'Seaside-Welcome' with: [ spec includes: #('Seaside-GemStone-Welcome') ]; - package: 'Seaside-Tests-Core' with: [ spec includes: #('Seaside-Tests-GemStone-Core') ]; - package: 'Seaside-Tests-Development' with: [ spec includes: #('Seaside-Tests-GemStone-Development') ]; - package: 'Seaside-Tests-Flow' - with: [ spec includes: #('Seaside-Tests-GemStone-Continuation' 'Seaside-Tests-GemStone-Flow') ]; - package: 'Seaside-Tests-Functional' with: [ spec includes: #('Seaside-Tests-GemStone-Functional') ]; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone'; - package: 'Javascript-GemStone-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone'; - package: 'Seaside-GemStone-Basic-Development' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-GemStone-Continuation'; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-Core' 'GsCore') ]; - package: 'Seaside-GemStone-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-GemStone-Basic-Development' 'Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Email' with: [ spec requires: #('Seaside-Email') ]; - package: 'Seaside-GemStone-Environment' with: [ spec requires: #('Seaside-Environment') ]; - package: 'Seaside-GemStone-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-GemStone-Continuation') ]; - package: 'Seaside-GemStone-ServiceTask' with: [ spec requires: #('Seaside-GemStone-Tools-Production') ]; - package: 'Seaside-GemStone-Session' with: [ spec requires: #('Seaside-Session') ]; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]; - package: 'Seaside-GemStone-Tools-Production' - with: [ spec requires: #('Seaside-Widgets' 'Seaside-GemStone-Basic-Development') ]; - package: 'Seaside-GemStone-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web') ]; - package: 'Seaside-GemStone-Welcome' with: [ spec requires: #('Seaside-Welcome') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]; - package: 'Seaside-FileSystem' with: [ spec requires: #('GsCore') ]; - package: 'Seaside-Tests-GemStone-Core' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-GemStone-Development' with: [ spec requires: #('Seaside-Tests-Development') ]; - package: 'Seaside-Tests-GemStone-Continuation' with: [ spec requires: #('Seaside-GemStone-Continuation') ]; - package: 'Seaside-Tests-GemStone-Flow' with: [ spec requires: #('Seaside-Tests-Flow') ]; - package: 'Seaside-Tests-GemStone-Functional' with: [ spec requires: #('Seaside-Tests-Functional') ]. - spec - group: 'Base' with: #('Seaside-GemStone-Basic-Development'); - group: 'Core' with: #('Seaside-Adaptors-FastCGI' 'Seaside-Adaptors-Swazoo') ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone240-Core') ]; - package: 'Seaside-GemStone240-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone240-Core') ] ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-Core' with: [ spec includes: #('Seaside-GemStone300-Core') ]; - package: 'Seaside-GemStone300-Core' - with: [ - spec - requires: #('Seaside-Core'); - includes: #('Seaside-GemStone-Core') ]; - package: 'Seaside-GemStone-Core' with: [ spec requires: #('Seaside-GemStone300-Core') ] ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: [ spec file: #('Seaside-GemStone-Flow.310') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309commonBaseline..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309commonBaseline..st deleted file mode 100644 index 3ad8870b6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline309commonBaseline..st +++ /dev/null @@ -1,186 +0,0 @@ -baselines-30 -baseline309commonBaseline: spec - - spec - for: #common - do: [ - spec blessing: #baseline. - spec description: ''. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30/main'. - spec - project: 'Grease Core' - with: [ - spec - className: 'ConfigurationOfGrease'; - versionString: '1.0.8'; - loads: #('Core'); - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'Grease Core Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Core Tests') ]; - project: 'Swazoo2' - with: [ - spec - className: 'ConfigurationOfSwazoo2'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/Swazoo/Swazoo/main' ]; - project: 'Zinc' - with: [ - spec - className: 'ConfigurationOfZincHTTPComponents'; - versionString: #stable; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-FileSystem' - with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - package: 'Javascript-Core' with: [ spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'JQuery-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'JQuery-UI' with: [ spec requires: #('JQuery-Core') ]; - package: 'Prototype-Core' with: [ spec requires: #('Javascript-Core') ]; - package: 'RSS-Core' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'RSS-Examples' with: [ spec requires: #('RSS-Core' 'Seaside-Tools-Core') ]; - package: 'Scriptaculous-Core' with: [ spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Components' - with: [ spec requires: #('Scriptaculous-Core' 'Seaside-Component' 'Seaside-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Canvas' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Component' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Core' - with: [ - spec - postLoadDoIt: #seaside304DoIts; - requires: #('Grease Core') ]; - package: 'Seaside-Development' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Flow' 'Seaside-Environment') ]; - package: 'Seaside-Email' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Environment' - with: [ - spec - requires: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Examples' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core') ]; - package: 'Seaside-Flow' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core') ]; - package: 'Seaside-HTML5' with: [ spec requires: #('Seaside-Canvas') ]; - package: 'Seaside-InternetExplorer' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-RenderLoop' with: [ spec requires: #('Seaside-Component' 'Seaside-Session') ]; - package: 'Seaside-Session' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tools-Core' - with: [ spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session') ]; - package: 'Seaside-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-Core') ]; - package: 'Seaside-Tools-Web' - with: [ spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets') ]; - package: 'Seaside-Welcome' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Examples' 'Seaside-Development' 'JQuery-Core' 'JQuery-UI' 'Seaside-Flow' 'Seaside-Tests-Flow' 'Seaside-Widgets') ]; - package: 'Seaside-Widgets' with: [ spec requires: #('Seaside-Component' 'Seaside-Canvas') ]; - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease Core' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Zinc-Seaside' - with: [ - spec - requires: #('Seaside-Core' 'Zinc'); - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]; - package: 'Javascript-Tests-Core' with: [ spec requires: #('Seaside-Tests-Core' 'Javascript-Core') ]; - package: 'JQuery-Tests-Core' - with: [ spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-Tests-UI' with: [ spec requires: #('JQuery-UI' 'JQuery-Tests-Core') ]; - package: 'Prototype-Tests-Core' - with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'RSS-Tests-Core' with: [ spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Tests-Components' - with: [ spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]; - package: 'Seaside-Tests-Canvas' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Tests-Component' with: [ spec requires: #('Seaside-Component' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Core' with: [ spec requires: #('Seaside-Core' 'Grease Core Tests') ]; - package: 'Seaside-Tests-Development' - with: [ spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Email' with: [ spec requires: #('Seaside-Email' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Environment' - with: [ - spec - requires: - #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas') ]; - package: 'Seaside-Tests-Examples' with: [ spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-Flow' with: [ spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-Functional' - with: [ spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets') ]; - package: 'Seaside-Tests-HTML5' with: [ spec requires: #('Seaside-HTML5' 'Seaside-Tests-Functional') ]; - package: 'Seaside-Tests-InternetExplorer' - with: [ spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core') ]; - package: 'Seaside-Tests-RenderLoop' with: [ spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session') ]; - package: 'Seaside-Tests-Session' with: [ spec requires: #('Seaside-Tests-Core' 'Seaside-Session') ]; - package: 'Seaside-Tests-Tools-Web' with: [ spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment') ]; - package: 'Seaside-Tests-UTF8' with: [ spec requires: #('Seaside-Tests-Core') ]; - package: 'Seaside-Tests-Welcome' with: [ spec requires: #('Seaside-Welcome') ]. - spec - package: 'Seaside-FileSystem' - with: [ - spec - requires: {'Seaside-Core'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' - with: [ - spec - requires: {'Seaside-FileSystem'}; - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - spec - group: 'default' with: #('Core' 'Tests'); - group: 'CI' with: #('Tests' 'Zinc-Seaside' 'Development Tests'); - group: 'Base' - with: - #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets'); - group: 'Base Tests' - with: - #('Base' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow'); - group: 'Development' with: #('Base' 'Seaside-Development'); - group: 'Development Tests' with: #('Development' 'Base Tests' 'Seaside-Tests-Development'); - group: 'Core' - with: - #('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-Tools-OmniBrowser' 'Seaside-FileSystem'); - group: 'Tests' - with: - #('Base Tests' 'Development Tests' 'RSS-Tests-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Email' 'Seaside-Tests-Functional' 'Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components' 'JQuery-Tests-Core' 'JQuery-Tests-UI' 'Seaside-Tests-HTML5' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Examples' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-UTF8' 'Seaside-Tests-FileSystem' 'Seaside-Tests-Welcome') ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' - with: [ - spec - className: 'ConfigurationOfKomHttpServer'; - versionString: #bleedingEdge; - repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]; - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #stable; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]; - project: 'SPort2' - with: [ - spec - className: 'ConfigurationOfSPort2'; - versionString: '2.33'; - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]; - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]; - project: 'Grease Slime' copyFrom: 'Grease Core' with: [ spec loads: #('Slime') ]; - project: 'Grease Slime Tests' copyFrom: 'Grease Core' with: [ spec loads: #('Slime Tests') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310..st deleted file mode 100644 index 1225b7672..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310..st +++ /dev/null @@ -1,19 +0,0 @@ -baselines-310 -baseline310: spec - - "This groups all baseline" - self baseline310common: spec. - self baseline310gemstone: spec. - self baseline310pharo: spec. - self baseline310filesystem: spec. - self baseline310adaptors: spec. - self baseline310comet: spec. - self baseline310javascript: spec. - self baseline310jquery: spec. - self baseline310jqueryui: spec. - self baseline310rss: spec. - self baseline310scriptaculous: spec. - self baseline310json: spec. - self baseline310rest: spec. - self baseline310ob: spec. - self baseline310welcome: spec. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310adaptors..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310adaptors..st deleted file mode 100644 index 7f0ab7246..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310adaptors..st +++ /dev/null @@ -1,88 +0,0 @@ -baselines-310 -baseline310adaptors: spec - spec - for: #common - do: [ - spec blessing: #baseline. - spec - project: 'Swazoo2' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfSwazoo2'; - loads: #('Swazoo'); - repository: 'http://smalltalkhub.com/mc/Swazoo/Swazoo/main' ]. - spec - project: 'Zinc Project' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfZincHTTPComponents'; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]. - spec - package: 'Zinc-Seaside' - with: [ - spec - repository: 'http://mc.stfx.eu/ZincHTTPComponents'; - requires: #('Zinc Project' 'Seaside-Core') ]. - spec - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]. - spec - group: 'Swazoo' with: #('Seaside-Adaptors-Swazoo'); - group: 'Zinc' with: #('Zinc-Seaside') ]. - spec - for: #squeakCommon - do: [ - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside31/main'. - spec - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. - spec - package: 'WebClient-Seaside' - with: [ spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient' . - spec requires: #('WebClient Project' 'Seaside-Core') ]. - spec group: 'WebClient' with: #('WebClient-Seaside') ]. - spec for: #(#squeak #'pharo1.x') do: [ spec package: 'WebClient-Seaside' with: [ spec requires: #('OB' 'Seaside-Tools-OmniBrowser') ] ]. - spec - for: #pharo - do: [ - spec project: 'Zinc Project' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('KomHttpServerLight' 'Seaside-Core') ]; - package: 'KomHttpServerLight' - with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ]. - spec - group: 'Kom' with: #('Seaside-Adaptors-Comanche'); - group: 'Comanche' with: #('Seaside-Adaptors-Comanche') ]. - spec - for: #'pharo1.x' - do: [ spec package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Tests-Pharo-Core') ] ]. - spec - for: #gemstone - do: [ - spec - project: 'FastCGI Project' - with: [ - spec - className: 'ConfigurationOfGsFastCGI'; - versionString: #stable; - loads: #('FastCGI'); - repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ]. - spec - package: 'Seaside-Adaptors-Swazoo' with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ]; - package: 'Zinc-Seaside' with: [ spec includes: #('Seaside-GemStone-Adaptors-Zinc') ]; - package: 'Seaside-Adaptors-FastCGI' with: [ spec requires: #('Seaside-Core' 'FastCGI Project') ]; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Adaptors-Swazoo') ]; - package: 'Seaside-GemStone-Adaptors-Zinc' with: [ spec requires: #('Zinc-Seaside') ]. - spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI') ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310comet..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310comet..st deleted file mode 100644 index fd4199d78..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310comet..st +++ /dev/null @@ -1,23 +0,0 @@ -baselines-310 -baseline310comet: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Comet-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-Core' 'Comet-Core') ]. - - spec - package: 'Comet-Core' with: [ - spec includes: #('Comet-Pharo-Core' ) ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ) ]. - - spec - group: 'Comet' with: #('Comet-Core'); - group: 'Comet Tests' with: #('Comet-Tests-Core' ); - group: 'Comet Examples' with: #('Comet-Examples' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310common..st deleted file mode 100644 index 8a1ef2fc0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310common..st +++ /dev/null @@ -1,86 +0,0 @@ -baselines-310 -baseline310common: spec - - spec for: #'common' do: [ - spec blessing: #'baseline'. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside31/main'. - spec project: 'Grease' with: [ - spec - versionString: #bleedingEdge; - className: 'ConfigurationOfGrease'; - loads: #( 'Grease-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]. - spec - project: 'Grease Core Tests' copyFrom: 'Grease' with: [ - spec loads: #('Grease-Tests-Core') ]. - spec - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow'). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Tests-Canvas'). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ) ]. - spec - group: 'default' with: #('Core'); - group: 'CI' with: #('Tests' 'Zinc' 'Development Tests' 'REST Tests'); - group: 'Core' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'RSS Tests' 'Welcome Tests'); - group: 'Development' with: #('Core' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development' ); - group: 'Email' with: #('Seaside-Email'); - group: 'Examples' with: #('Core' 'Seaside-Examples' ); - group: 'Base' with: #('Core') ]. - - - spec for: #'squeakCommon' do: [ - spec group: 'Tests' with: #('Comet Tests') ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310filesystem..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310filesystem..st deleted file mode 100644 index b2ed20e6b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310filesystem..st +++ /dev/null @@ -1,46 +0,0 @@ -baselines-310 -baseline310filesystem: spec - - spec for: #'common' do: [ - - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - - spec - group: 'Filesystem' with: #('Seaside-FileSystem' ); - group: 'Filesystem Tests' with: #( 'Filesystem' 'Seaside-Tests-FileSystem'); - group: 'Tests' with: #('Filesystem Tests') - ]. - - spec for: #'squeakCommon' do: [ - - spec project: 'SPort2' with: [ - spec - versionString: '2.34'; - className: 'ConfigurationOfSPort2'; - loads: #('Sport'); - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]. - - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('SPort2')] - ]. - - spec for: #'gemstone' do: [ - - spec - project: 'GsCore' with: [ - spec - className: 'ConfigurationOfGsCore'; - versionString: #'stable']. - spec - package: 'Seaside-FileSystem' with: [ - spec requires: #('GsCore' ) ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310gemstone..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310gemstone..st deleted file mode 100644 index ffb4a71dc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310gemstone..st +++ /dev/null @@ -1,7 +0,0 @@ -baselines-310 -baseline310gemstone: spec - - spec for: #'gs3.x' do: [ - spec - baseline:'Seaside3' with: [ spec repository: 'github://glassdb/Seaside31:gemstone3.1/repository' ]; - import: 'Seaside3'] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310javascript..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310javascript..st deleted file mode 100644 index ee87fea31..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310javascript..st +++ /dev/null @@ -1,69 +0,0 @@ -baselines-310 -baseline310javascript: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Tests-Core' ) ]. - spec - group: 'Javascript' with: #('Javascript-Core'); - group: 'Javascript Tests' with: #('Javascript-Tests-Core' ); - group: 'Tests' with: #( 'Javascript Tests' ) ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Javascript-Pharo20-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo20-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo20-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Javascript-Pharo20-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo20-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo20-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - - spec for: #'gemstone' do: [ - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-GemStone-Core' ). ]; - package: 'Javascript-GemStone-Core' with: [ - spec requires: #('Javascript-Core' ) ] ]. - - spec for: #squeak do:[ - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] - ]. - \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jquery..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jquery..st deleted file mode 100644 index f7a783054..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jquery..st +++ /dev/null @@ -1,19 +0,0 @@ -baselines-310 -baseline310jquery: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ) ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-JSON' with: [ - spec requires: #('JQuery-Core' 'Seaside-JSON-Core') ]; - package: 'JQuery-Tests-JSON' with: [ - spec requires: #('JQuery-JSON' 'JQuery-Tests-Core') ]. - - spec - group: 'JQuery' with: #('JQuery-Core' 'JQuery-JSON'); - group: 'JQuery Tests' with: #('JQuery-Tests-Core' 'JQuery-Tests-JSON'); - group: 'Tests' with: #( 'JQuery Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jqueryui..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jqueryui..st deleted file mode 100644 index dc2ad0082..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310jqueryui..st +++ /dev/null @@ -1,15 +0,0 @@ -baselines-310 -baseline310jqueryui: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ) ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ) ]. - spec - group: 'JQueryUI' with: #('JQuery-UI'); - group: 'JQueryUI Tests' with: #('JQuery-Tests-UI' ); - group: 'JQueryUI Examples' with: #('JQuery-Tests-UI' ); - group: 'Tests' with: #( 'JQueryUI Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310json..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310json..st deleted file mode 100644 index 2e214a427..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310json..st +++ /dev/null @@ -1,35 +0,0 @@ -baselines-310 -baseline310json: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-JSON-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ) ]; - package: 'Seaside-Tests-JSON' with: [ - spec requires: #('Seaside-JSON-Core' ) ]. - spec - group: 'JSON' with: #('Seaside-JSON-Core'); - group: 'JSON Tests' with: #('Seaside-Tests-JSON' ); - group: 'Tests' with: 'JSON Tests' ]. - - spec for: #'squeakCommon' do: [ - spec - package: 'Seaside-JSON-Core' with: [ - spec includes: #('Seaside-Pharo-JSON-Core' ) ]. - spec - package: 'Seaside-Pharo-JSON-Core' with: [ - spec requires: #('Seaside-JSON-Core') ]. - spec - package: 'Seaside-Tests-JSON' with: [ - spec includes: #('Seaside-Tests-Pharo-JSON-Core' ) ]. - spec - package: 'Seaside-Tests-Pharo-JSON-Core' with: [ - spec requires: #('Seaside-Tests-JSON') ] ]. - - spec for: #'gemstone' do: [ - spec - package: 'Seaside-JSON-Core' with: [ - spec includes: #('Seaside-GemStone-JSON-Core') ]; - package: 'Seaside-GemStone-JSON-Core' with: [ - spec requires: #('Seaside-JSON-Core') ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310ob..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310ob..st deleted file mode 100644 index f4db152f2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310ob..st +++ /dev/null @@ -1,73 +0,0 @@ -baselines-310 -baseline310ob: spec - - spec - for: #'pharo1.x' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'squeak' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Squeak-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Squeak-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'pharo1.3.x' - do: [ - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowserLukas'; - versionString: #'stable'; - loads: #('default'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ] ]. - - spec for: #'gemstone' do: [ - spec blessing: #baseline. - spec - project: 'OB' with: [ - spec - className: 'ConfigurationOfGsOB'; - versionString: #'stable'; - repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ]. - spec - package: 'Seaside-Tools-OmniBrowser' with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-GemStone-Tools-OmniBrowser' ) ]. - spec - package: 'Seaside-GemStone-Tools-OmniBrowser' with: [ - spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310pharo..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310pharo..st deleted file mode 100644 index bd6ccab63..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310pharo..st +++ /dev/null @@ -1,133 +0,0 @@ -baselines-310 -baseline310pharo: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Pharo-Email'; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email'). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; - package: 'Seaside-Tests-Canvas' with: [ - spec includes: #('Seaside-Tests-Pharo-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Canvas' with: [ - spec requires: #('Seaside-Tests-Canvas' ). ] ]. - - spec for: #(#'squeak' #'pharo1.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #( 'Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ] ]. - - spec for: #'pharo' do: [ - - spec - project: 'Grease Slime' copyFrom: 'Grease' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - "Spec based tools" - - - spec for: #(#'pharo2.x' #'pharo3.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Pharo-Tools-Spec') ]; - package: 'Seaside-Pharo-Tools-Spec' with: [ - spec requires: #('Seaside-Tools-Core') ] ] - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rest..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rest..st deleted file mode 100644 index 66f28aafa..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rest..st +++ /dev/null @@ -1,27 +0,0 @@ -baselines-310 -baseline310rest: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-REST-Core' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tests-REST-Core' with: [ - spec requires: #('Seaside-REST-Core' 'Seaside-Tests-Core') ]. - spec - group: 'REST' with: #('Seaside-REST-Core'); - group: 'REST Tests' with: #('Seaside-Tests-REST-Core') - ]. - - spec for: #(squeak 'pharo1.x') do:[ - spec - package: 'Seaside-Pharo-REST-Core'; - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo-REST-Core')] - ]. - - spec for: #('pharo2.x' 'pharo3.x') do:[ - spec - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo20-REST-Core')] - ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rss..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rss..st deleted file mode 100644 index 06c64f4f5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310rss..st +++ /dev/null @@ -1,16 +0,0 @@ -baselines-310 -baseline310rss: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core'). ]. - spec - group: 'RSS' with: #('RSS-Core'); - group: 'RSS Tests' with: #('RSS-Tests-Core'); - group: 'RSS Examples' with: #('RSS-Examples') ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310scriptaculous..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310scriptaculous..st deleted file mode 100644 index b0f43074a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310scriptaculous..st +++ /dev/null @@ -1,22 +0,0 @@ -baselines-310 -baseline310scriptaculous: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Flow' 'Seaside-Widgets' 'Seaside-Component') ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]. - spec - group: 'Scriptaculous' with: #('Scriptaculous-Core' 'Scriptaculous-Components'); - group: 'Scriptaculous Tests' with: #('Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components'); - group: 'Tests' with: #( 'Scriptaculous Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310welcome..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310welcome..st deleted file mode 100644 index d7bc707c8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline310welcome..st +++ /dev/null @@ -1,43 +0,0 @@ -baselines-310 -baseline310welcome: spec - - spec for: #'common' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Widgets' 'Seaside-Examples' 'Seaside-Development' 'Seaside-Flow' 'Seaside-Tests-Flow' 'JQuery-Core' 'JQuery-UI') ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'Welcome' with: #('Seaside-Welcome'); - group: 'Welcome Tests' with: #('Seaside-Tests-Welcome'); - group: 'Welcome' with: #( 'Welcome Tests' ) ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'WebClient') ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'default' with: #( 'Welcome' 'Seaside-Examples' 'Zinc' ); - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'Zinc') ]. - - spec for: #'pharo1.x' do: [ - spec - group: 'OneClick' with: #('Comet Examples' 'Seaside-Tools-OmniBrowser' 'Kom') ]. - - spec for: #'gemstone' do: [ - spec - package: 'Seaside-GemStone-Welcome'; - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-GemStone-Welcome' ) ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311..st deleted file mode 100644 index 59dd2e303..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311..st +++ /dev/null @@ -1,21 +0,0 @@ -baselines-311-312 -baseline311: spec - "This groups all baseline" - - - self baseline311common: spec. - self baseline311gemstone: spec. - self baseline311pharo: spec. - self baseline311filesystem: spec. - self baseline311adaptors: spec. - self baseline311comet: spec. - self baseline311javascript: spec. - self baseline311jquery: spec. - self baseline311jqueryui: spec. - self baseline311rss: spec. - self baseline311rest: spec. - self baseline311scriptaculous: spec. - self baseline311json: spec. - self baseline311ob: spec. - self baseline311gettext: spec. - self baseline311welcome: spec \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311adaptors..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311adaptors..st deleted file mode 100644 index ceea984cc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311adaptors..st +++ /dev/null @@ -1,74 +0,0 @@ -baselines-311-312 -baseline311adaptors: spec - spec - for: #squeakCommon - do: [ - spec blessing: #baseline. - - spec - project: 'WebClient Project' - with: [ - spec - versionString: '1.5'; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. - spec - project: 'Swazoo2' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfSwazoo2'; - loads: #('Swazoo'); - repository: 'http://smalltalkhub.com/mc/Swazoo/Swazoo/main' ]. - - spec - package: 'WebClient-Seaside' - with: [ spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient' . - spec requires: #('WebClient Project' 'Seaside-Core') ]. - spec - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]. - spec - group: 'Swazoo' with: #('Seaside-Adaptors-Swazoo'); - group: 'WebClient' with: #('WebClient-Seaside') ]. - - spec - for: #(#squeak #'pharo1.x') - do: [ - spec - package: 'WebClient-Seaside' - with: [ spec requires: #('OB' 'Seaside-Tools-OmniBrowser') ] ]. - spec - for: #pharo - do: [ - spec - package: 'Zinc-Seaside' - with: [ - spec - repository: 'http://mc.stfx.eu/ZincHTTPComponents'; - requires: #('Zinc Project' 'Seaside-Core') ]. - spec - project: 'Zinc Project' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfZincHTTPComponents'; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]. - spec project: 'Zinc Project' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('KomHttpServerLight' 'Seaside-Core') ]; - package: 'KomHttpServerLight' - with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ]. - spec - group: 'Kom' with: #('Seaside-Adaptors-Comanche'); - group: 'Comanche' with: #('Seaside-Adaptors-Comanche'); - group: 'Zinc' with: #('Zinc-Seaside') ]. - spec - for: #'pharo1.x' - do: [ spec package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Tests-Pharo-Core') ] ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311comet..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311comet..st deleted file mode 100644 index bf4816973..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311comet..st +++ /dev/null @@ -1,23 +0,0 @@ -baselines-311-312 -baseline311comet: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Comet-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Canvas' ) ]; - package: 'Comet-Tests-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Comet-Core' ) ]; - package: 'Comet-Examples' with: [ - spec requires: #('JQuery-Core' 'Comet-Core') ]. - - spec - package: 'Comet-Core' with: [ - spec includes: #('Comet-Pharo-Core' ) ]; - package: 'Comet-Pharo-Core' with: [ - spec requires: #('Comet-Core' ) ]. - - spec - group: 'Comet' with: #('Comet-Core'); - group: 'Comet Tests' with: #('Comet-Tests-Core' ); - group: 'Comet Examples' with: #('Comet-Examples' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311common..st deleted file mode 100644 index 44b6ffb9e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311common..st +++ /dev/null @@ -1,94 +0,0 @@ -baselines-311-312 -baseline311common: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #'baseline'. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside31/main'. - spec project: 'Grease' with: [ - spec - versionString: #bleedingEdge; - className: 'ConfigurationOfGrease'; - loads: #( 'Grease-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]. - - spec project: 'Parasol' with: [ - spec - className: 'ConfigurationOfParasol'; - versionString: #development; - repository: 'http://ss3.gemtalksystems.com/ss/Parasol']. - - spec - project: 'Grease Core Tests' - copyFrom: 'Grease' with: [ - spec loads: #('Core Tests') ]. - - spec - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow'). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Tests-Canvas'). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Webdriver' with: [ - spec requires: #('Seaside-Tests-Core' 'Parasol') ]. - spec - group: 'default' with: #('Core'); - group: 'OneClick' with: #('Tests' 'Zinc' 'Development Tests'); - group: 'CI' with: #('Tests' 'Zinc' 'Development Tests'); - group: 'Core' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'RSS Tests' 'Welcome Tests' 'Comet Tests' 'REST Tests'); - group: 'Development' with: #('Core' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development'); - group: 'Email' with: #('Seaside-Email'); - group: 'Examples' with: #('Core' 'Seaside-Examples' ); - group: 'Base' with: #('Core') ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311filesystem..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311filesystem..st deleted file mode 100644 index 19e6d4e1d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311filesystem..st +++ /dev/null @@ -1,27 +0,0 @@ -baselines-311-312 -baseline311filesystem: spec - - spec for: #'squeakCommon' do: [ - - spec project: 'SPort2' with: [ - spec - versionString: '2.34'; - className: 'ConfigurationOfSPort2'; - loads: #('Sport'); - repository: 'http://smalltalkhub.com/mc/Sport/Sport/main' ]. - - spec - package: 'Seaside-FileSystem' with: [ - spec - requires: #('Seaside-Core' 'SPort2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Tests-FileSystem' with: [ - spec - requires: #('Seaside-FileSystem'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]. - - spec - group: 'Filesystem' with: #('Seaside-FileSystem' ); - group: 'Filesystem Tests' with: #( 'Filesystem' 'Seaside-Tests-FileSystem'); - group: 'Tests' with: #('Filesystem Tests') - ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gemstone..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gemstone..st deleted file mode 100644 index ee8a0c362..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gemstone..st +++ /dev/null @@ -1,9 +0,0 @@ -baselines-311-312 -baseline311gemstone: spec - spec - for: #'gs3.x' - do: [ - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://GsDevKit/Seaside31:gs_master/repository' ]; - import: 'Seaside3' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gettext..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gettext..st deleted file mode 100644 index 22f099871..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311gettext..st +++ /dev/null @@ -1,31 +0,0 @@ -baselines-311-312 -baseline311gettext: spec - - spec for: #'squeakCommon' do: [ - spec repository: 'http://www.smalltalkhub.com/mc/Seaside/Seaside30Addons/main'. - - spec - project: 'Gettext-Project' - with: [ spec - className: 'ConfigurationOfGettext'; - repository: 'http://www.smalltalkhub.com/mc/PharoExtras/Gettext/main' ]. - - spec - package: 'Seaside-Gettext-Core' with: [ spec requires: #('Gettext-Project' 'Seaside-Session') ]; - package: 'Seaside-Gettext-Examples' with: [ spec requires: #('Seaside-Gettext-Core') ]. - - spec - group: 'Gettext' with: #('Seaside-Gettext-Core'); - group: 'Gettext-Examples' with: #('Gettext' 'Seaside-Gettext-Examples') - - ]. - - spec for: #pharo do:[ - spec - package: 'Seaside-Pharo-Gettext-Core'; - package: 'Seaside-Gettext-Core' with:[spec includes: 'Seaside-Pharo-Gettext-Core']; - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Slime') ]. - - spec - group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') - ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311javascript..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311javascript..st deleted file mode 100644 index d6d9dced6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311javascript..st +++ /dev/null @@ -1,53 +0,0 @@ -baselines-311-312 -baseline311javascript: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Javascript-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Tests-Core' ) ]. - spec - group: 'Javascript' with: #('Javascript-Core'); - group: 'Javascript Tests' with: #('Javascript-Tests-Core' ); - group: 'Tests' with: #( 'Javascript Tests' ) ]. - - spec for: #(#squeak #'pharo1.x') do: [ - spec - package: 'Javascript-Pharo-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Javascript-Pharo20-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo20-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo20-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Javascript-Pharo20-Core' with: [ - spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ]. - spec - package: 'Javascript-Tests-Pharo-Core' with: [ - spec requires: #('Javascript-Tests-Core' 'Javascript-Pharo20-Core' ) ]. - spec - package: 'Javascript-Core' with: [ - spec includes: #('Javascript-Pharo20-Core' ) ]; - package: 'Javascript-Tests-Core' with: [ - spec includes: #('Javascript-Tests-Pharo-Core' ) ] ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jquery..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jquery..st deleted file mode 100644 index 37c2d0195..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jquery..st +++ /dev/null @@ -1,19 +0,0 @@ -baselines-311-312 -baseline311jquery: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'JQuery-Core' with: [ - spec requires: #('Javascript-Core' ) ]; - package: 'JQuery-Tests-Core' with: [ - spec requires: #('JQuery-Core' 'Javascript-Tests-Core' 'Seaside-Development' 'Seaside-Tests-Functional') ]; - package: 'JQuery-JSON' with: [ - spec requires: #('JQuery-Core' 'Seaside-JSON-Core') ]; - package: 'JQuery-Tests-JSON' with: [ - spec requires: #('JQuery-JSON' 'JQuery-Tests-Core') ]. - - spec - group: 'JQuery' with: #('JQuery-Core' 'JQuery-JSON'); - group: 'JQuery Tests' with: #('JQuery-Tests-Core' 'JQuery-Tests-JSON'); - group: 'Tests' with: #( 'JQuery Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jqueryui..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jqueryui..st deleted file mode 100644 index d136c5f62..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311jqueryui..st +++ /dev/null @@ -1,15 +0,0 @@ -baselines-311-312 -baseline311jqueryui: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'JQuery-UI' with: [ - spec requires: #('JQuery-Core' ) ]; - package: 'JQuery-Tests-UI' with: [ - spec requires: #('JQuery-UI' 'JQuery-Tests-Core' ) ]. - spec - group: 'JQueryUI' with: #('JQuery-UI'); - group: 'JQueryUI Tests' with: #('JQuery-Tests-UI' ); - group: 'JQueryUI Examples' with: #('JQuery-Tests-UI' ); - group: 'Tests' with: #( 'JQueryUI Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311json..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311json..st deleted file mode 100644 index 2dd05e7a1..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311json..st +++ /dev/null @@ -1,28 +0,0 @@ -baselines-311-312 -baseline311json: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-JSON-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ) ]; - package: 'Seaside-Tests-JSON' with: [ - spec requires: #('Seaside-JSON-Core' ) ]. - spec - group: 'JSON' with: #('Seaside-JSON-Core'); - group: 'JSON Tests' with: #('Seaside-Tests-JSON' ); - group: 'Tests' with: 'JSON Tests' ]. - - spec for: #'squeakCommon' do: [ - spec - package: 'Seaside-JSON-Core' with: [ - spec includes: #('Seaside-Pharo-JSON-Core' ) ]. - spec - package: 'Seaside-Pharo-JSON-Core' with: [ - spec requires: #('Seaside-JSON-Core') ]. - spec - package: 'Seaside-Tests-JSON' with: [ - spec includes: #('Seaside-Tests-Pharo-JSON-Core' ) ]. - spec - package: 'Seaside-Tests-Pharo-JSON-Core' with: [ - spec requires: #('Seaside-Tests-JSON') ] ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311ob..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311ob..st deleted file mode 100644 index d9f262004..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311ob..st +++ /dev/null @@ -1,54 +0,0 @@ -baselines-311-312 -baseline311ob: spec - - spec - for: #'pharo1.x' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Pharo-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Pharo-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'squeak' - do: [ - spec blessing: #'baseline'. - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowser'; - versionString: #'stable'; - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ]. - spec package: 'Seaside-Squeak-Tools-OmniBrowser' with: [ spec requires: #('Seaside-Tools-OmniBrowser') ]. - spec - package: 'Seaside-Tools-OmniBrowser' - with: [ - spec - requires: #('OB' 'Seaside-Tools-Core'); - includes: #('Seaside-Squeak-Tools-OmniBrowser') ]. - spec group: 'OmniBrowser' with: #('Seaside-Tools-OmniBrowser') ]. - spec - for: #'pharo1.3.x' - do: [ - spec - project: 'OB' - with: [ - spec - className: 'ConfigurationOfOmniBrowserLukas'; - versionString: #'stable'; - loads: #('default'); - repository: 'http://www.squeaksource.com/MetacelloRepository' ] ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311pharo..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311pharo..st deleted file mode 100644 index 1202b600a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311pharo..st +++ /dev/null @@ -1,138 +0,0 @@ -baselines-311-312 -baseline311pharo: spec - - spec for: #'squeakCommon' do: [ - - spec - project: 'Grease Slime' copyFrom: 'Grease' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease' with: [ - spec loads: #('Slime Tests' ) ]. - spec - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Pharo-Email'; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email'). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; - package: 'Seaside-Tests-Canvas' with: [ - spec includes: #('Seaside-Tests-Pharo-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Canvas' with: [ - spec requires: #('Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) ]. - - spec for: #(#'squeak' #'pharo1.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #( 'Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - spec for: #(#'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo40-Core' ) ]; - package: 'Seaside-Tests-Pharo40-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - "Spec based tools" - - - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Pharo-Tools-Spec') ]; - package: 'Seaside-Pharo-Tools-Spec' with: [ - spec requires: #('Seaside-Tools-Core') ] ] - diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rest..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rest..st deleted file mode 100644 index 63e802eef..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rest..st +++ /dev/null @@ -1,28 +0,0 @@ -baselines-311-312 -baseline311rest: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-REST-Core' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tests-REST-Core' with: [ - spec requires: #('Seaside-REST-Core' 'Seaside-Tests-Core') ]. - spec - group: 'REST' with: #('Core' 'Seaside-REST-Core'); - group: 'REST Tests' with: #('REST' 'Seaside-Tests-REST-Core') - ]. - - spec for: #(squeak 'pharo1.x') do:[ - spec - package: 'Seaside-Pharo-REST-Core'; - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo-REST-Core')] - ]. - - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x') do:[ - spec - package: 'Seaside-Pharo20-REST-Core'; - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo20-REST-Core')] - ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rss..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rss..st deleted file mode 100644 index bb46256e0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311rss..st +++ /dev/null @@ -1,16 +0,0 @@ -baselines-311-312 -baseline311rss: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'RSS-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas') ]; - package: 'RSS-Tests-Core' with: [ - spec requires: #('RSS-Core' 'Seaside-Tests-Core') ]; - package: 'RSS-Examples' with: [ - spec requires: #('RSS-Core' 'Seaside-Tools-Core'). ]. - spec - group: 'RSS' with: #('RSS-Core'); - group: 'RSS Tests' with: #('RSS-Tests-Core'); - group: 'RSS Examples' with: #('RSS-Examples') ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311scriptaculous..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311scriptaculous..st deleted file mode 100644 index e03f212be..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311scriptaculous..st +++ /dev/null @@ -1,22 +0,0 @@ -baselines-311-312 -baseline311scriptaculous: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Prototype-Core' with: [ - spec requires: #('Javascript-Core' ) ]; - package: 'Prototype-Tests-Core' with: [ - spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ]; - package: 'Scriptaculous-Core' with: [ - spec requires: #('Prototype-Core') ]; - package: 'Scriptaculous-Tests-Core' with: [ - spec requires: #('Scriptaculous-Core' 'Prototype-Tests-Core') ]; - package: 'Scriptaculous-Components' with: [ - spec requires: #('Scriptaculous-Core' 'Seaside-Flow' 'Seaside-Widgets' 'Seaside-Component') ]; - package: 'Scriptaculous-Tests-Components' with: [ - spec requires: #('Scriptaculous-Components' 'Scriptaculous-Tests-Core') ]. - spec - group: 'Scriptaculous' with: #('Scriptaculous-Core' 'Scriptaculous-Components'); - group: 'Scriptaculous Tests' with: #('Prototype-Tests-Core' 'Scriptaculous-Tests-Core' 'Scriptaculous-Tests-Components'); - group: 'Tests' with: #( 'Scriptaculous Tests' ) ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311welcome..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311welcome..st deleted file mode 100644 index 982e4037c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline311welcome..st +++ /dev/null @@ -1,37 +0,0 @@ -baselines-311-312 -baseline311welcome: spec - - spec for: #'squeakCommon' do: [ - - spec - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Widgets' 'Seaside-Examples' 'Seaside-Development' 'Seaside-Flow' 'Seaside-Tests-Flow' 'JQuery-Core' 'JQuery-UI') ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'Welcome' with: #('Seaside-Welcome'); - group: 'Welcome Tests' with: #('Seaside-Tests-Welcome'); - group: 'Welcome' with: #( 'Welcome Tests' ) ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'WebClient') ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'default' with: #( 'Welcome' 'Seaside-Examples' 'Zinc' ); - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'Zinc') ]. - - spec for: #'pharo1.x' do: [ - spec - group: 'OneClick' with: #('Comet Examples' 'Seaside-Tools-OmniBrowser' 'Kom') ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312..st deleted file mode 100644 index c7f747ce8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312..st +++ /dev/null @@ -1,22 +0,0 @@ -baselines-311-312 -baseline312: spec - "This groups all baseline" - - - self baseline311common: spec. - self baseline311gemstone: spec. - self baseline312pharo: spec. - self baseline312slime: spec. - self baseline311filesystem: spec. - self baseline311adaptors: spec. - self baseline311comet: spec. - self baseline311javascript: spec. - self baseline311jquery: spec. - self baseline311jqueryui: spec. - self baseline311rss: spec. - self baseline311rest: spec. - self baseline311scriptaculous: spec. - self baseline311json: spec. - self baseline311ob: spec. - self baseline312gettext: spec. - self baseline311welcome: spec \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312gettext..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312gettext..st deleted file mode 100644 index 017df2fd9..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312gettext..st +++ /dev/null @@ -1,43 +0,0 @@ -baselines-311-312 -baseline312gettext: spec - - spec for: #'squeakCommon' do: [ - spec repository: 'http://www.smalltalkhub.com/mc/Seaside/Seaside30Addons/main'. - - spec - project: 'Gettext-Project' - with: [ spec - className: 'ConfigurationOfGettext'; - repository: 'http://www.smalltalkhub.com/mc/PharoExtras/Gettext/main' ]. - - spec - package: 'Seaside-Gettext-Core' with: [ spec requires: #('Gettext-Project' 'Seaside-Session') ]; - package: 'Seaside-Gettext-Examples' with: [ spec requires: #('Seaside-Gettext-Core') ]. - - spec - group: 'Gettext' with: #('Seaside-Gettext-Core'); - group: 'Gettext-Examples' with: #('Gettext' 'Seaside-Gettext-Examples') - - ]. - - spec for: #pharo do:[ - spec - package: 'Seaside-Pharo-Gettext-Core'; - package: 'Seaside-Gettext-Core' with:[spec includes: 'Seaside-Pharo-Gettext-Core'] - ]. - - spec for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') do:[ - spec - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Slime') ]. - - spec - group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') - ]. - - spec for: #(#'pharo4.x' #'pharo5.x') do:[ - spec - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Pharo40-Slime') ]. - - spec - group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') - ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312pharo..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312pharo..st deleted file mode 100644 index 464a90886..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312pharo..st +++ /dev/null @@ -1,140 +0,0 @@ -baselines-311-312 -baseline312pharo: spec - - spec for: #'squeakCommon' do: [ - - spec - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Pharo-Email'; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email'). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; - package: 'Seaside-Tests-Canvas' with: [ - spec includes: #('Seaside-Tests-Pharo-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Canvas' with: [ - spec requires: #('Seaside-Tests-Canvas' ). ]. - ]. - - spec for: #(#'squeak' #'pharo1.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #( 'Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]. - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - spec for: #(#'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Pharo40-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo40-Core' ) ]; - package: 'Seaside-Tests-Pharo40-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - "Spec based tools" - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Pharo-Tools-Spec') ]; - package: 'Seaside-Pharo-Tools-Spec' with: [ - spec requires: #('Seaside-Tools-Core') ] ] - - \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312slime..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312slime..st deleted file mode 100644 index eb91bb584..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline312slime..st +++ /dev/null @@ -1,34 +0,0 @@ -baselines-311-312 -baseline312slime: spec - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease Slime' copyFrom: 'Grease' with: [ - spec loads: #('Slime' ) ]; - project: 'Grease Slime Tests' copyFrom: 'Grease' with: [ - spec loads: #('Slime Tests' ) ]. - ]. - - spec for: #(#'squeak' #'pharo1.x' #'pharo2.x' #'pharo3.x') do: [ - spec - package: 'Seaside-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - - spec - group: 'Development' with: #('Seaside-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) - ]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Pharo40-Slime' with: [ - spec requires: #('Grease Slime' ). ]; - package: 'Seaside-Tests-Slime' with: [ - spec requires: #('Seaside-Pharo40-Slime' 'Seaside-Tests-Component' 'Grease Slime Tests' ). ]. - - spec - group: 'Development' with: #('Seaside-Pharo40-Slime' ); - group: 'Development Tests' with: #('Seaside-Tests-Slime' ) - ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320..st deleted file mode 100644 index 56302109d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320..st +++ /dev/null @@ -1,25 +0,0 @@ -baselines-320 -baseline320: spec - "This groups all baseline" - - - - self baseline320common: spec. - self baseline311gemstone: spec. - self baseline320pharo: spec. - self baseline320squeak: spec. - self baseline312slime: spec. - self baseline320filesystem: spec. - self baseline320adaptors: spec. - self baseline311comet: spec. - self baseline311javascript: spec. - self baseline311jquery: spec. - self baseline311jqueryui: spec. - self baseline311rss: spec. - self baseline320rest: spec. - self baseline311scriptaculous: spec. - self baseline311json: spec. - self baseline311ob: spec. - self baseline320gettext: spec. - self baseline320welcome: spec. - self baseline320security: spec \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320adaptors..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320adaptors..st deleted file mode 100644 index bc96f2044..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320adaptors..st +++ /dev/null @@ -1,80 +0,0 @@ -baselines-320 -baseline320adaptors: spec - spec - for: #squeakCommon - do: [ - spec blessing: #baseline. - - spec - project: 'WebClient Project' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfWebClient'; - loads: #('Core'); - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. - spec - project: 'Swazoo2' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfSwazoo2'; - loads: #('Swazoo'); - repository: 'http://smalltalkhub.com/mc/Swazoo/Swazoo/main' ]. - - spec - package: 'WebClient-Seaside-Adaptor' - with: [ spec repository: 'http://ss3.gemtalksystems.com/ss/WebClient' . - spec requires: #('WebClient Project' 'Seaside-Core') ]. - spec - package: 'Seaside-Swazoo' - with: [ - spec - requires: #('Grease' 'Swazoo2'); - repository: 'http://smalltalkhub.com/mc/Seaside/Seaside30LGPL/main' ]; - package: 'Seaside-Adaptors-Swazoo' with: [ spec requires: #('Seaside-Core' 'Seaside-Swazoo') ]. - spec - group: 'Swazoo' with: #('Seaside-Adaptors-Swazoo'); - group: 'WebClient' with: #('WebClient-Seaside-Adaptor') ]. - spec - for: #(#'squeak4.6.x' #'squeak5.x') - do: [ - spec - package: 'Seaside-Squeak-Tools-Development' - with: [ - spec - includes: #('WebClient-Seaside-Tools-Development') ]; - package: 'WebClient-Seaside-Tools-Development' - with: [ - spec - repository: 'http://ss3.gemtalksystems.com/ss/WebClient'; - requires: #('Seaside-Squeak-Tools-Development') ] ]. - spec - for: #pharo - do: [ - spec - package: 'Zinc-Seaside' - with: [ - spec - repository: 'http://mc.stfx.eu/ZincHTTPComponents'; - requires: #('Zinc Project' 'Seaside-Core') ]. - spec - project: 'Zinc Project' - with: [ - spec - versionString: #stable; - className: 'ConfigurationOfZincHTTPComponents'; - repository: 'http://mc.stfx.eu/ZincHTTPComponents' ]. - spec project: 'Zinc Project' with: [ spec loads: #('Zinc-HTTP') ]. - spec - package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('KomHttpServerLight' 'Seaside-Core') ]; - package: 'KomHttpServerLight' - with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ]; - package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ]. - spec - group: 'Kom' with: #('Seaside-Adaptors-Comanche'); - group: 'Comanche' with: #('Seaside-Adaptors-Comanche'); - group: 'Zinc' with: #('Zinc-Seaside') ]. - spec - for: #'pharo1.x' - do: [ spec package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Tests-Pharo-Core') ] ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320common..st deleted file mode 100644 index 07e0eeb81..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320common..st +++ /dev/null @@ -1,94 +0,0 @@ -baselines-320 -baseline320common: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #'baseline'. - spec repository: 'http://smalltalkhub.com/mc/Seaside/Seaside32/main'. - spec project: 'Grease' with: [ - spec - versionString: #bleedingEdge; - className: 'ConfigurationOfGrease'; - loads: #( 'Grease-Core'); - repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]. - - spec project: 'Parasol' with: [ - spec - className: 'ConfigurationOfParasol'; - versionString: #development; - repository: 'http://ss3.gemtalksystems.com/ss/Parasol']. - - spec - project: 'Grease Core Tests' - copyFrom: 'Grease' with: [ - spec loads: #('Core Tests') ]. - - spec - package: 'Seaside-Canvas' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Component' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Core' with: [ - spec requires: #('Grease' ). ]; - package: 'Seaside-Development' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Flow'). ]; - package: 'Seaside-Email' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Environment' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Examples' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' 'Seaside-Tools-Core' 'Seaside-Development' 'JQuery-Core'). ]; - package: 'Seaside-Flow' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' ). ]; - package: 'Seaside-InternetExplorer' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-RenderLoop' with: [ - spec requires: #('Seaside-Component' 'Seaside-Session' ). ]; - package: 'Seaside-Session' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tools-Core' with: [ - spec requires: #('Seaside-Core' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Session' ). ]; - package: 'Seaside-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Core' 'Seaside-RenderLoop' 'Seaside-Widgets' ). ]; - package: 'Seaside-Widgets' with: [ - spec requires: #('Seaside-Component' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Canvas' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Component' with: [ - spec requires: #('Seaside-Component' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec requires: #('Seaside-Core' 'Grease Core Tests' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Tests-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Session' 'Seaside-Tests-Canvas' ). ]; - package: 'Seaside-Tests-Examples' with: [ - spec requires: #('Seaside-Examples' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ]; - package: 'Seaside-Tests-InternetExplorer' with: [ - spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ]; - package: 'Seaside-Tests-RenderLoop' with: [ - spec requires: #('Seaside-RenderLoop' 'Seaside-Tests-Session' ). ]; - package: 'Seaside-Tests-Session' with: [ - spec requires: #('Seaside-Tests-Core' 'Seaside-Session' 'Seaside-Tests-Canvas'). ]; - package: 'Seaside-Tests-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Tests-Environment' ). ]; - package: 'Seaside-Tests-UTF8' with: [ - spec requires: #('Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Webdriver' with: [ - spec requires: #('Seaside-Tests-Core' 'Parasol') ]. - spec - group: 'default' with: #('Core' 'JSON' 'Email' 'Javascript' 'JQuery' 'JQueryUI'); - group: 'OneClick' with: #('Tests' 'Development'); - group: 'CI' with: #('Tests' 'Development Tests'); - group: 'Core' with: #('Seaside-Core' 'Seaside-Canvas' 'Seaside-Session' 'Seaside-Component' 'Seaside-RenderLoop' 'Seaside-Tools-Core' 'Seaside-Flow' 'Seaside-Environment' 'Seaside-Widgets' ); - group: 'Tests' with: #('Core' 'Seaside-Tests-Core' 'Seaside-Tests-Canvas' 'Seaside-Tests-Session' 'Seaside-Tests-Component' 'Seaside-Tests-RenderLoop' 'Seaside-Tests-Environment' 'Seaside-Tests-Flow' 'Seaside-Tests-UTF8' 'Seaside-Tests-InternetExplorer' 'Seaside-Tests-Email' 'Seaside-Tests-Examples' 'RSS Tests' 'Welcome Tests' 'Comet Tests' 'REST Tests' 'Swagger Tests'); - group: 'Development' with: #('Core' 'Seaside-Development' ); - group: 'Development Tests' with: #('Development' 'Core' 'Seaside-Tests-Development'); - group: 'Email' with: #('Seaside-Email'); - group: 'Examples' with: #('Core' 'Seaside-Examples' ); - group: 'Base' with: #('Core') ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320filesystem..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320filesystem..st deleted file mode 100644 index c89b89011..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320filesystem..st +++ /dev/null @@ -1,22 +0,0 @@ -baselines-320 -baseline320filesystem: spec - - spec for: #'squeakCommon' do: [ - - spec - package: 'Seaside-FileSystem' with: [ spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tests-FileSystem' with: [ spec requires: #('Seaside-FileSystem') ]. - - spec - group: 'Filesystem' with: #('Seaside-FileSystem' ); - group: 'Filesystem Tests' with: #( 'Filesystem' 'Seaside-Tests-FileSystem'); - group: 'Tests' with: #('Filesystem Tests') - ]. - - spec for: #pharo do: [ - - spec - package: 'Seaside-Pharo-FileSystem'; - package: 'Seaside-FileSystem' with: [ spec includes: 'Seaside-Pharo-FileSystem' ]. - - ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320gettext..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320gettext..st deleted file mode 100644 index 8ab1fad8d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320gettext..st +++ /dev/null @@ -1,39 +0,0 @@ -baselines-320 -baseline320gettext: spec - - spec for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x' #'pharo4.x') do:[ - spec - project: 'Gettext-Project' - with: [ spec - className: 'ConfigurationOfGettext'; - versionString: #stable; - repository: 'http://www.smalltalkhub.com/mc/PharoExtras/Gettext/main' ]. - - spec - package: 'Seaside-Gettext-Core' with: [ spec requires: #('Gettext-Project' 'Seaside-Session') ]; - package: 'Seaside-Gettext-Examples' with: [ spec requires: #('Seaside-Gettext-Core') ]. - - spec - group: 'Gettext' with: #('Seaside-Gettext-Core'); - group: 'Gettext-Examples' with: #('Gettext' 'Seaside-Gettext-Examples'); - group: 'CI' with: #('Gettext' 'Gettext-Examples'). - spec - package: 'Seaside-Pharo-Gettext-Core'; - package: 'Seaside-Gettext-Core' with:[ spec includes: 'Seaside-Pharo-Gettext-Core' ] - ]. - - spec for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') do:[ - spec - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Slime') ]. - - spec - group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') - ]. - - spec for: #(#'pharo4.x') do:[ - spec - package: 'Seaside-Gettext-Slime' with: [ spec requires: #('Seaside-Gettext-Core' 'Seaside-Pharo40-Slime') ]. - - spec - group: 'Gettext-Slime' with: #('Seaside-Gettext-Slime') - ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320pharo..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320pharo..st deleted file mode 100644 index 98a588137..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320pharo..st +++ /dev/null @@ -1,144 +0,0 @@ -baselines-320 -baseline320pharo: spec - - spec for: #'squeakCommon' do: [ - - spec - package: 'Seaside-Canvas' with: [ - spec includes: #('Seaside-Pharo-Canvas' ). ]; - package: 'Seaside-Development' with: [ - spec includes: #('Seaside-Pharo-Development' ). ]; - package: 'Seaside-Pharo-Email'; - package: 'Seaside-Email' with: [ - spec includes: #('Seaside-Pharo-Email' ). ]; - package: 'Seaside-Environment' with: [ - spec includes: #('Seaside-Pharo-Environment' ). ]; - package: 'Seaside-Flow' with: [ - spec includes: #('Seaside-Pharo-Flow' ). ]; - package: 'Seaside-Tests-Development' with: [ - spec includes: #('Seaside-Tests-Pharo-Development' ). ]; - package: 'Seaside-Tests-Flow' with: [ - spec includes: #('Seaside-Tests-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Functional' with: [ - spec includes: #('Seaside-Tests-Pharo-Functional' ). ]; - package: 'Seaside-Pharo-Canvas' with: [ - spec requires: #('Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Pharo-Environment' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Core' 'Seaside-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Development' with: [ - spec requires: #('Seaside-Tests-Development' 'Seaside-Pharo-Development' ). ]; - package: 'Seaside-Tests-Email' with: [ - spec includes: #('Seaside-Tests-Pharo-Email'). ]; - package: 'Seaside-Tests-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Email' 'Grease Core Tests'). ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #('Seaside-Tests-Functional' 'Seaside-Tests-Environment' 'Seaside-Pharo-Environment') ]; - package: 'Seaside-Tests-Canvas' with: [ - spec includes: #('Seaside-Tests-Pharo-Canvas' ). ]; - package: 'Seaside-Tests-Pharo-Canvas' with: [ - spec requires: #('Seaside-Tests-Canvas' ). ]. - ]. - - spec for: #(#'squeak' #'pharo1.x') do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Tests-Pharo-Core' with: [ - spec requires: #('Seaside-Pharo-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Tests-Pharo-Functional' with: [ - spec requires: #( 'Seaside-Tests-Pharo-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo-Core' ) ] ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Core' with: [ - spec includes: #('Seaside-Pharo20-Core' ) ]; - package: 'Seaside-Pharo20-Core' with: [ - spec requires: #('Seaside-Core' ). ]; - package: 'Seaside-Pharo-Email' with: [ - spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo-Continuation'; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo20-Tools-Web') ]; - package: 'Seaside-Pharo20-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo20-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo20-Core' ) ]; - package: 'Seaside-Tests-Pharo20-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Pharo40-Continuation'; - package: 'Seaside-Tools-Web' with: [ - spec includes: #('Seaside-Pharo50-Tools-Web') ]; - package: 'Seaside-Pharo50-Tools-Web' with: [ - spec requires: #('Seaside-Tools-Web' 'Seaside-Core' 'Seaside-Canvas') ]; - package: 'Seaside-Pharo-Development' with: [ - spec requires: #('Seaside-Development' 'Seaside-Pharo50-Tools-Web' 'Seaside-Pharo-Flow') ]; - package: 'Seaside-Pharo-Flow' with: [ - spec requires: #('Seaside-Flow' 'Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Pharo-Continuation' with: [ - spec requires: #('Seaside-Pharo40-Continuation' ). ]; - package: 'Seaside-Tests-Core' with: [ - spec includes: #('Seaside-Tests-Pharo40-Core' ) ]; - package: 'Seaside-Tests-Pharo40-Core' with: [ - spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]]. - - "Spec based tools" - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Pharo-Tools-Spec') ]; - package: 'Seaside-Pharo-Tools-Spec' with: [ - spec requires: #('Seaside-Tools-Core') ] ] - \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320rest..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320rest..st deleted file mode 100644 index d0b880a18..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320rest..st +++ /dev/null @@ -1,41 +0,0 @@ -baselines-320 -baseline320rest: spec - - spec for: #'squeakCommon' do: [ - spec blessing: #baseline. - spec - package: 'Seaside-REST-Core' with: [ - spec requires: #('Seaside-Core') ]; - package: 'Seaside-Tests-REST-Core' with: [ - spec requires: #('Seaside-REST-Core' 'Seaside-Tests-Core') ]; - package: 'Seaside-Swagger-Core' with: [ - spec requires: #('Seaside-REST-Core' 'Seaside-JSON-Core') ]; - package: 'Seaside-Tests-Swagger-Core' with: [ - spec requires: #('Seaside-Swagger-Core' 'Seaside-Tests-REST-Core') ]. - spec - group: 'REST' with: #('Core' 'Seaside-REST-Core'); - group: 'Swagger' with: #('REST' 'Seaside-Swagger-Core'); - group: 'REST Tests' with: #('REST' 'Seaside-Tests-REST-Core'); - group: 'Swagger Tests' with: #('Swagger' 'Seaside-Tests-Swagger-Core') - ]. - - spec for: #(#'squeak' #'pharo1.x') do:[ - spec - package: 'Seaside-Pharo-REST-Core'; - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo-REST-Core')]; - package: 'Seaside-Squeak-Swagger-Core'; - package: 'Seaside-Pharo-Swagger-Core'; - package: 'Seaside-Swagger-Core' with: [ - spec includes: #('Seaside-Pharo-Swagger-Core' 'Seaside-Squeak-Swagger-Core') ] - ]. - - spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do:[ - spec - package: 'Seaside-Pharo20-REST-Core'; - package: 'Seaside-REST-Core' with:[ - spec includes: #('Seaside-Pharo20-REST-Core') ]; - package: 'Seaside-Pharo-Swagger-Core'; - package: 'Seaside-Swagger-Core' with: [ - spec includes: #('Seaside-Pharo-Swagger-Core') ]. - ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320security..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320security..st deleted file mode 100644 index 9d262408a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320security..st +++ /dev/null @@ -1,33 +0,0 @@ -baselines-320 -baseline320security: spec - spec - for: #pharo - do: [ spec package: 'Cryptography' with: [ spec repository: 'http://mc.smalltalkhub.com/mc/Cryptography/Cryptography/main' ]. - spec - package: 'Seaside-Security' - with: [ spec - requires: #('Seaside-Core' 'Cryptography'); - includes: #('Seaside-Pharo-Security') ]; - package: 'Seaside-Pharo-Security'; - package: 'Seaside-Tests-Security' with: [ spec requires: #('Seaside-Security') ]. - spec - package: 'Seaside-Tests-Security' with: [ spec includes: #('Seaside-Tests-Pharo-Security') ]; - package: 'Seaside-Tests-Pharo-Security' ]. - spec - for: #squeak - do: [ spec package: 'Cryptography' with: [ spec repository: 'http://www.squeaksource.com/Cryptography' ]. - spec - package: 'Seaside-Security' - with: [ spec - requires: #('Seaside-Core' 'Cryptography'); - includes: #('Seaside-Pharo-Security') ]; - package: 'Seaside-Pharo-Security'; - package: 'Seaside-Tests-Security' with: [ spec requires: #('Seaside-Security') ]. - spec - package: 'Seaside-Tests-Security' with: [ spec includes: #('Seaside-Tests-Pharo-Security') ]; - package: 'Seaside-Tests-Pharo-Security' ]. - spec - for: #squeakCommon - do: [ spec - group: 'Security' with: #('Seaside-Security'); - group: 'Security Tests' with: #('Seaside-Tests-Security') ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320squeak..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320squeak..st deleted file mode 100644 index 1daf131cc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320squeak..st +++ /dev/null @@ -1,18 +0,0 @@ -baselines-320 -baseline320squeak: spec - - spec for: #squeak do: [ - - spec - package: 'Seaside-Squeak-Compatibility'; - package: 'Seaside-Core' with:[ spec includes: #('Seaside-Squeak-Compatibility' ). ] - ]. - - "ToolBuilder based tools" - spec for: #(#'squeak4.6.x' #'squeak5.x') do: [ - spec - package: 'Seaside-Tools-Core' with: [ - spec includes: #('Seaside-Squeak-Tools-Development') ]; - package: 'Seaside-Squeak-Tools-Development' with: [ - spec requires: #('Seaside-Tools-Core') ] - ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320welcome..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320welcome..st deleted file mode 100644 index 715b4879c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/baseline320welcome..st +++ /dev/null @@ -1,37 +0,0 @@ -baselines-320 -baseline320welcome: spec - - spec for: #'squeakCommon' do: [ - - spec - package: 'Seaside-Welcome' with: [ - spec requires: #('Seaside-Environment' 'Seaside-Tools-Web' 'Seaside-Widgets' 'Seaside-Examples' 'Seaside-Development' 'Seaside-Flow' 'Seaside-Tests-Flow' 'JQuery-Core' 'JQuery-UI' 'JQuery-Tests-Core' 'JQuery-Tests-UI') ]; - package: 'Seaside-Tests-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'Welcome' with: #('Seaside-Welcome'); - group: 'Welcome Tests' with: #('Seaside-Tests-Welcome'); - group: 'Welcome' with: #( 'Welcome Tests' ) ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Squeak-Welcome' ). ]; - package: 'Seaside-Squeak-Welcome' with: [ - spec requires: #('Seaside-Welcome' ). ]. - spec - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'WebClient') ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Welcome' with: [ - spec includes: #('Seaside-Pharo-Welcome' ). ]; - package: 'Seaside-Pharo-Welcome' with: [ - spec requires: #('Seaside-Welcome' ) ]. - spec - group: 'default' with: #( 'Welcome' 'Seaside-Examples' 'Zinc' ); - group: 'OneClick' with: #('Development' 'Welcome' 'RSS-Examples' 'Seaside-Email' 'Seaside-Examples' 'Seaside-Tools-Web' 'Zinc') ]. - - spec for: #'pharo1.x' do: [ - spec - group: 'OneClick' with: #('Comet Examples' 'Seaside-Tools-OmniBrowser' 'Kom') ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/bleedingEdge..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/bleedingEdge..st deleted file mode 100644 index 6914a9ab7..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/bleedingEdge..st +++ /dev/null @@ -1,7 +0,0 @@ -symbolic versions -bleedingEdge: spec - - - spec for: #'common' version: '3.2.0-baseline'. - "no bleedingEdge for older pharo" - spec for: #('pharo1.x' 'pharo2.x') version: #'release3.1'. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/development..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/development..st deleted file mode 100644 index aaab709c5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/development..st +++ /dev/null @@ -1,7 +0,0 @@ -symbolic versions -development: spec - - - spec for: #'common' version: '3.3.0'. - "no development for older pharo" - spec for: #('pharo1.x' 'pharo2.x') version: #'release3.1'. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/project.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/project.st deleted file mode 100644 index 265f5014d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/project.st +++ /dev/null @@ -1,18 +0,0 @@ -accessing -project - - ^ project ifNil: [ | projectAttributes | - "Bootstrap Metacello if it is not already loaded" - self class ensureMetacello. - "Construct Metacello project" - project := (Smalltalk at: #MetacelloMCProject) new. - projectAttributes := #(). - projectAttributes := projectAttributes, ((Smalltalk at: #OBNode ifAbsent: []) == nil - ifTrue: [ #( #'OBNotPresent' ) ] - ifFalse: [ #( #'OBPresent' ) ]). - projectAttributes := projectAttributes, ((Smalltalk at: #ParseTreeEnvironment ifAbsent: []) == nil - ifTrue: [ #( #'RBNotPresent' ) ] - ifFalse: [ #( #'RBPresent' ) ]). - project projectAttributes: projectAttributes. - (Smalltalk at: #MetacelloVersionConstructor) on: self project: project. - project loadType: #linear ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release3..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release3..st deleted file mode 100644 index 7c1fd1b2d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release3..st +++ /dev/null @@ -1,5 +0,0 @@ -symbolic versions -release3: spec - - - spec for: #'common' version: #'release3.2'. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release30..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release30..st deleted file mode 100644 index eb0fae257..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release30..st +++ /dev/null @@ -1,6 +0,0 @@ -symbolic versions -release30: spec - - - spec for: #'common' version: '3.0.16'. - spec for: #'pharo5.x' version: '3.0.17'. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release31..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release31..st deleted file mode 100644 index cbacce70f..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release31..st +++ /dev/null @@ -1,6 +0,0 @@ -symbolic versions -release31: spec - - spec for: #pharo version: '3.1.5'. - spec for: #squeak version: '3.1.4.3'. - spec for: #gemstone version: '3.1.4.3' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release32..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release32..st deleted file mode 100644 index e5a29938d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/release32..st +++ /dev/null @@ -1,4 +0,0 @@ -symbolic versions -release32: spec - - spec for: #common version: '3.2.2'. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/seaside304DoIts.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/seaside304DoIts.st deleted file mode 100644 index a231c6d33..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/seaside304DoIts.st +++ /dev/null @@ -1,13 +0,0 @@ -doits -seaside304DoIts - "see Issue 643: http://code.google.com/p/seaside/issues/detail?id=643" - - true ifTrue: [ ^self ]. - "When issue 643 is resolved we'll see what is really needed" - (Smalltalk at: #WASystemConfiguration) allSubclasses do: [ :each | - each instance perform: #clearSearchContexts. - each instance perform: #clearDescription ]. - "Needed for GemStone ... not clear why yet...." - (Smalltalk at: #WAFileHandler) default: nil. - (Smalltalk at: #WASharedConfiguration) instVarNamed: 'instances' put: nil. - (Smalltalk at: #WASharedConfiguration) initialize. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/stable..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/stable..st deleted file mode 100644 index ce7c8b430..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/stable..st +++ /dev/null @@ -1,5 +0,0 @@ -symbolic versions -stable: spec - - - spec for: #'common' version: #'release3' \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300..st deleted file mode 100644 index 050fd46bc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300..st +++ /dev/null @@ -1,136 +0,0 @@ -versions-30 -version300: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '3.0.0 final'. - spec author: 'DaleHenrichs'. - spec timestamp: '10/11/2010 14:22:02'. - spec - project: 'Grease Core' with: '1.0'; - project: 'Grease Core Tests' with: '1.0'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.107'; - package: 'JQuery-UI' with: 'JQuery-UI-obi.63'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.22'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.100'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.660'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.139'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.17'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.92'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-lr.30'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.123'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.78'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.198'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.124'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.6'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.21'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.63'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.43'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.22'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0'; - project: 'Grease Slime Tests' with: '1.0'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.65'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.101'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem.gemstone-DaleHenrichs.24'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.21'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.8'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.661'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011..st deleted file mode 100644 index ec5b3f7b2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011..st +++ /dev/null @@ -1,112 +0,0 @@ -versions-30 -version30011: spec - - spec - for: #common - do: [ - spec blessing: #deprecated. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside3011Changelog' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: '1.0.11'; - project: 'Grease Core Tests' with: '1.0.11'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: '1.0.11'; - project: 'Grease Slime Tests' with: '1.0.11'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #gemstone - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #stable; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-JohanBrichau.770'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec for: #'gs2.4.x' do: [ spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec for: #'gs3.x' do: [ spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011common..st deleted file mode 100644 index 0a33a576b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30011common..st +++ /dev/null @@ -1,62 +0,0 @@ -versions-30 -version30011common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.773'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-PaulDeBruicker.24'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.68'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.259'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-dkh.19'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30012..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30012..st deleted file mode 100644 index dadbcb7e1..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30012..st +++ /dev/null @@ -1,112 +0,0 @@ -versions-30 -version30012: spec - - spec - for: #common - do: [ - spec blessing: #deprecated. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside3011Changelog' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.0'; - project: 'Grease Core Tests' with: #'release1.0'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: #'release1.0'; - project: 'Grease Slime Tests' with: #'release1.0'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #gemstone - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #stable; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-JohanBrichau.770'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec for: #'gs2.4.x' do: [ spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec for: #'gs3.x' do: [ spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30013..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30013..st deleted file mode 100644 index 7c82f2714..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30013..st +++ /dev/null @@ -1,155 +0,0 @@ -versions-30 -version30013: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside3011Changelog' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.0'; - project: 'Grease Core Tests' with: #'release1.0'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: #'release1.0'; - project: 'Grease Slime Tests' with: #'release1.0'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30014..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30014..st deleted file mode 100644 index 2e3297469..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30014..st +++ /dev/null @@ -1,155 +0,0 @@ -versions-30 -version30014: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Needed Zinc adaptor bugfixes for GemStone' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.0'; - project: 'Grease Core Tests' with: #'release1.0'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: #'release1.0'; - project: 'Grease Slime Tests' with: #'release1.0'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30015..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30015..st deleted file mode 100644 index 4192e6349..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30015..st +++ /dev/null @@ -1,155 +0,0 @@ -versions-30 -version30015: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Needed Zinc adaptor bugfixes for GemStone' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.0'; - project: 'Grease Core Tests' with: #'release1.0'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.34'; - project: 'Grease Slime' with: #'release1.0'; - project: 'Grease Slime Tests' with: #'release1.0'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30016..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30016..st deleted file mode 100644 index 7b93c103b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30016..st +++ /dev/null @@ -1,180 +0,0 @@ -versions-30 -version30016: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Legacy release for Pharo40' ]. " split method into two for too many literals " - self version30011common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.0'; - project: 'Grease Core Tests' with: #'release1.0'; - project: 'Grease Slime' with: #'release1.0'; - project: 'Grease Slime Tests' with: #'release1.0'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.34'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.58'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.40'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') - do: [ - spec project: 'Zinc' with: #stable. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - project: 'Zinc' with: #stable; - project: 'Grease Core' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Pharo40-Legacy' with: 'Seaside-Pharo40-Legacy-JohanBrichau.1'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core.pharo40-JohanBrichau.1'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017..st deleted file mode 100644 index 49ba16da3..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017..st +++ /dev/null @@ -1,180 +0,0 @@ -versions-30 -version30017: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Legacy release for Pharo50' ]. " split method into two for too many literals " - self version30017common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.34'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.11'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.59'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.41'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') - do: [ - spec project: 'Zinc' with: #stable. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - project: 'Zinc' with: #stable; - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'. - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Pharo40-Legacy' with: 'Seaside-Pharo40-Legacy-JohanBrichau.1'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core.pharo40-JohanBrichau.1'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017common..st deleted file mode 100644 index f69f4b186..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30017common..st +++ /dev/null @@ -1,62 +0,0 @@ -versions-30 -version30017common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.774'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-PaulDeBruicker.24'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.69'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.259'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-dkh.19'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018..st deleted file mode 100644 index d4e485d60..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018..st +++ /dev/null @@ -1,181 +0,0 @@ -versions-30 -version30018: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Legacy release with jQuery upgrade backported' ]. - " split method into two for too many literals " - self version30018common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.34'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.11'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.59'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.41'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') - do: [ - spec project: 'Zinc' with: #stable. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - project: 'Zinc' with: #stable; - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'. - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Pharo40-Legacy' with: 'Seaside-Pharo40-Legacy-JohanBrichau.1'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core.pharo40-JohanBrichau.1'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018common..st deleted file mode 100644 index e097c67f4..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30018common..st +++ /dev/null @@ -1,62 +0,0 @@ -versions-30 -version30018common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.134'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.774'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-PaulDeBruicker.24'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.69'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.142'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.259'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-dkh.19'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019..st deleted file mode 100644 index 73b17dc78..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019..st +++ /dev/null @@ -1,187 +0,0 @@ -versions-30 -version30019: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'Legacy release with jQuery-UI upgrade backported' ]. - " split method into two for too many literals " - self version30019common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.34'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.11'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.59'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JohanBrichau.41'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.25'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x') - do: [ - spec project: 'Zinc' with: #stable. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') - do: [ - spec - project: 'Zinc' with: #stable; - project: 'Grease Core' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'. - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Pharo40-Legacy' with: 'Seaside-Pharo40-Legacy-JohanBrichau.1'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core.pharo40-JohanBrichau.1'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'. - ]. - - spec - for: #(#'pharo6.x') - do: [ - spec package:'Seaside-Pharo60-Legacy' with: [ 'Seaside-Pharo60-Legacy-JohanBrichau.1' ] - ]. - - spec - for: #'gemstone' - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.774'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019common..st deleted file mode 100644 index 37a8f249e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30019common..st +++ /dev/null @@ -1,62 +0,0 @@ -versions-30 -version30019common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.134'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.774'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-PaulDeBruicker.24'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.69'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.142'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.259'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-dkh.19'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha500..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha500..st deleted file mode 100644 index c21116da7..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha500..st +++ /dev/null @@ -1,117 +0,0 @@ -versions-30 -version300alpha500: spec - - - spec for: #'common' do: [ - spec blessing: #'alpha'. - spec author: 'dkh'. - spec timestamp: '11/13/2009 10:36'. - spec - project: 'Grease' with: '1.0-alpha1'; - project: 'Grease Tests' with: '1.0-alpha1'; - yourself. - spec - package: 'Javascript-Core' with: 'Javascript-Core-jf.65'; - package: 'JQuery-Core' with: 'JQuery-Core-jf.87'; - package: 'JQuery-UI' with: 'JQuery-UI-jf.39'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-jf.19'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-jf.91'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-jf.72'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-jf.579'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.120'; - package: 'Seaside-Email' with: 'Seaside-Email-jf.11'; - package: 'Seaside-Environment' with: 'Seaside-Environment-jf.61'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.16'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.122'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-jf.5'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.49'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-jf.90'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-jf.54'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-jf.38'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-jf.26'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.37'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-mls.160'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.18'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.5'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.90'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.32'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.9'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-jf.5'.]. - spec for: #'squeakCommon' do: [ - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-jf.14'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'DynamicBindings' with: 'DynamicBindings-damiencassou.9'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'KomServices' with: 'KomServices-gc.19'; - package: 'KomHttpServer' with: 'KomHttpServer-damiencassou.47'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-jf.50'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-obi.28'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-obi.19'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-jf.3'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-jf.20'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-jf.3'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.56'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.15'; - package: 'Sport-2' with: 'Sport-2.031'; - package: 'Swazoo-2' with: 'Swazoo-2.2'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-obi.11'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-jf.3'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-jf.3'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-jf.5'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.29'.]. - spec for: #'gemstone' do: [ - spec blessing: #'development'. - spec - project: 'FastCGI' with: '0.233'; - yourself. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.88'; - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.42'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.7'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.36'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.18'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.6'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.2'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.1'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.5'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.2'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.8'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.8'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.2'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.6'; - package: 'Seaside-Tests-GemStone-UTF8' with: 'Seaside-Tests-GemStone-UTF8-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha501..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha501..st deleted file mode 100644 index 12dadf78e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha501..st +++ /dev/null @@ -1,155 +0,0 @@ -versions-30 -version300alpha501: spec - - - spec for: #'common' do: [ - spec blessing: #'alpha'. - spec description: '- based on latest pharo/squeak/gemstone packages in repository as of 11/17/2009 15:10 -- eliminate use of #ifNotNil: in a couple of places -- merge JQuery-UI-lr.42 (GemStone) -- merge JQuery-Core-lr.88 (GemStone) -- fix Issue 478: http://code.google.com/p/seaside/issues/detail?id=478 WASimpleNavigation intolerant -- fix Issue 480: http://code.google.com/p/seaside/issues/detail?id=480 WAUploadFunctionalTest fails -- fix Issue 488: http://code.google.com/p/seaside/issues/detail?id=488 Grease tests -- fix Issue 491: http://code.google.com/p/seaside/issues/detail?id=491 WASession>>respond: -- fix Issue 492: http://code.google.com/p/seaside/issues/detail?id=492 SUAllTests>>renderChildrenOn: -- fix Issue 494: http://code.google.com/p/seaside/issues/detail?id=494 WAHtmlDocument>>addLoadScriptFirst: -- fix Issue 496: http://code.google.com/p/seaside/issues/detail?id=496 WAFileHandler default initialization -- fix Issue 498: http://code.google.com/p/seaside/issues/detail?id=498 WAProfilerItem broken - - work around for http://code.google.com/p/pharo/issues/detail?id=1484 (Pharo) - - split leaves into sends and time -- fix Issue 499: http://code.google.com/p/seaside/issues/detail?id=499 GRPlatform>>deliverMailFrom:to:text: -- fix Issue 501: http://code.google.com/p/seaside/issues/detail?id=501 WADeprecatedToolFilter not working -- fix Issue 506: http://code.google.com/p/seaside/issues/detail?id=506 WATask and #identityHash -- start development of Seaside-GemStone-Basic-Development that does not require partial continuations and Flow (GemStone) -- fix multi-value field bug in Seaside-Adaptors-FastCGI (GemStone) -- rename WAOldPathComptibilityRequestHandler, which had a typo in it, to something shorter and add a description (Seaside-Environment) -- clarify nomenclature around request handlers a bit -- tool to allow relatively safe use of #allInstances for GemStone (in functional tests at least) -- improve selection handling for config editor -- add simple transaction model to FastCGI adaptor for GemStone -'. - spec author: 'dkh'. - spec timestamp: '12/01/09 11:22:13'. - spec - project: 'Grease' with: '1.0-alpha2'; - project: 'Grease Tests' with: '1.0-alpha2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.67'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.88'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-jf.64'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.62'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-jf.90'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.55'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.39'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-dkh.166'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-dkh.94'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #'squeakCommon' do: [ - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'DynamicBindings' with: 'DynamicBindings-GiovanniCorriga.10'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'KomServices' with: 'KomServices-gc.19'; - package: 'KomHttpServer' with: 'KomHttpServer-GiovanniCorriga.50'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.31'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-dkh.24'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.62'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Sport-2' with: 'Sport-2.031'; - package: 'Swazoo-2' with: 'Swazoo-2.2'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #'gemstone' do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.89'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.12'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.590'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.8'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.38'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.10'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.7'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha502..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha502..st deleted file mode 100644 index a4b3925cc..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha502..st +++ /dev/null @@ -1,134 +0,0 @@ -versions-30 -version300alpha502: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up recent changes from Seaside developers (12/9/2009 11:16) -- fix a GemStone compile error in JSStream class>>initializeEncoding [Javascript-Core] -- merge changes from JQuery-Core-lr.90 into JQuery-Core.gemstone-dkh.91 -- move Kom, Sport and Swazoo packages to their own configurations -'. - spec author: 'dkh'. - spec timestamp: '12/9/2009 11:16'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.69'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.90'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.65'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.65'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.94'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.56'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.40'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.167'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.95'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0'; - project: 'SPort2' with: '2.31'; - project: 'Swazoo2' with: '2.2'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.25'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.64'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #gemstone do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.12'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.590'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.8'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.38'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.10'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.7'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha503..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha503..st deleted file mode 100644 index 244c08848..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha503..st +++ /dev/null @@ -1,133 +0,0 @@ -versions-30 -version300alpha503: spec - - - spec for: #'common' do: [ - spec blessing: #'alpha'. - spec description: '- use http://www.squeaksource.com/MetacelloRepository as location for Kom, Sport, and Swazoo configs -- Swazoo2 moved to #common as it has been ported to GemStone -'. - spec author: 'dkh'. - spec timestamp: '12/14/09 16:58:00'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'Swazoo2' with: '2.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.69'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.90'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.65'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.65'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.94'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.56'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.40'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.167'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.95'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.25'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.64'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #'gemstone' do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.12'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.1'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.590'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.10'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.38'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.10'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha504..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha504..st deleted file mode 100644 index 946ebe15a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha504..st +++ /dev/null @@ -1,145 +0,0 @@ -versions-30 -version300alpha504: spec - - - spec for: #'common' do: [ - spec blessing: #'alpha'. - spec description: '- update to development Swazoo version -- concurrent GemStone server gem support for FastCGI and Swazoo2 - - convert class vars to SessionTemps - - common adaptor code for transactions and request processing - - server logging and error handlers - - session object lock to avoid concurrent session access - - add package Seaside-GemStone-Session - - add GemStone WAObjectLogErrorHandler ... minimum multi-vm support - - add WANoReapingStrategy as default reaping strategy for GemStone (use maintenance vm) - - bullet proof WAGemStoneMutex from concurrency issues - - support for maintenance vm cache reaping -- make use of allInstances in WARegistry class>> clearAll more GemStone friendly -- add WARcLastAccessExpiryPolicy, a reduced conflict version of WALastAccessExpiryPolicy -'. - spec author: 'dkh'. - spec timestamp: '12/29/09 09:42:26'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.69'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.90'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.65'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.65'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.94'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.56'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.40'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.167'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.95'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.25'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.64'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #'gemstone' do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha505..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha505..st deleted file mode 100644 index bfb07269b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha505..st +++ /dev/null @@ -1,135 +0,0 @@ -versions-30 -version300alpha505: spec - - - spec for: #'common' do: [ - spec blessing: #'alpha'. - spec description: '- adjusted dependencies so that OB/RB is loaded only if ''Seaside-Tools-OmniBrowser''/''Seaside-Slime'' explicitly requested. If OB/RB already present, then those packages loaded by default. -'. - spec author: 'dkh'. - spec timestamp: '1/11/2010 16:49'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.69'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.90'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.65'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.65'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.94'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.56'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.40'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.167'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.95'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0'; - project: 'OB' with: '1.1'; - project: 'Refactoring-Core' with: '1.0'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.25'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.64'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #'gemstone' do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha5051..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha5051..st deleted file mode 100644 index af1bad14e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha5051..st +++ /dev/null @@ -1,137 +0,0 @@ -versions-30 -version300alpha5051: spec - - - spec for: #'common' do: [ - spec blessing: #'development'. - spec description: '- gemstone specific branch of 3.0.0-alpha5.5 for 1.0-beta.8 -- bugfix in Seaside-Core.gemstone to turn tests green. -- 1722 run, 1717 passes, 5 expected failures, 0 failures, 0 errors, 0 unexpected passes. -'. - spec author: 'dkh'. - spec timestamp: '1/11/2010 16:49'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-dkh.69'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.90'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.42'; - package: 'Prototype-Core' with: 'Prototype-Core-jf.12'; - package: 'RSS-Core' with: 'RSS-Core-jf.56'; - package: 'RSS-Examples' with: 'RSS-Examples-dkh.20'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-jf.93'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-dkh.92'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.74'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.79'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.590'; - package: 'Seaside-Development' with: 'Seaside-Development-dkh.122'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.65'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-dkh.18'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.68'; - package: 'Seaside-Session' with: 'Seaside-Session-dkh.125'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.12'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-dkh.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.11'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.65'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.45'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.16'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.94'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.56'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-dkh.39'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-dkh.27'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-jf.40'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.26'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.167'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-jf.32'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-jf.6'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-jf.19'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-jf.6'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.20'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.95'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-jf.14'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-jf.9'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-jf.11'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0'; - project: 'OB' with: '1.1'; - project: 'Refactoring-Core' with: '1.0'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.42'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.15'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-jf.2'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.51'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.25'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-jf.4'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-jf.3'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jf.6'; - package: 'Seaside-Slime' with: 'Seaside-Slime-jf.64'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-jf.11'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.4'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.3'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-dkh.7'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jf.31'.]. - spec for: #'gemstone' do: [ - spec - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha506..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha506..st deleted file mode 100644 index 2d80d307d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha506..st +++ /dev/null @@ -1,141 +0,0 @@ -versions-30 -version300alpha506: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up latest developer package versions (1/22/2010 12:06)" -'. - spec author: 'DaleHenrichs'. - spec timestamp: '1/26/2010 15:35'. - spec - project: 'Grease' with: '1.0-alpha4'; - project: 'Grease Tests' with: '1.0-alpha4'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-jf.72'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.94'; - package: 'JQuery-UI' with: 'JQuery-UI-jf.46'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.15'; - package: 'RSS-Core' with: 'RSS-Core-pmm.57'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.22'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.95'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-jf.95'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-obi.86'; - package: 'Seaside-Component' with: 'Seaside-Component-jf.81'; - package: 'Seaside-Core' with: 'Seaside-Core-obi.600'; - package: 'Seaside-Development' with: 'Seaside-Development-obi.127'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.66'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.19'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.70'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.126'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.14'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-jf.11'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.12'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jok.72'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.46'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.17'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.105'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-jf.62'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-jf.45'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-jf.28'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-obi.42'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.27'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-obi.175'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.33'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.7'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.20'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.7'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.22'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-obi.108'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-lr.15'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.10'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.13'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.44'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.16'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.3'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-jf.52'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.3'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-jf.27'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.5'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.4'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-obi.12'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.12'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.5'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jf.6'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-jf.8'.]. - spec for: #pharo do: [ - spec project: 'Refactoring-Core' with: '1.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.70'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.34'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha507..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha507..st deleted file mode 100644 index 54682d960..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha507..st +++ /dev/null @@ -1,145 +0,0 @@ -versions-30 -version300alpha507: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up latest developer package versions ( 1/27/2010 16:00) -- restructure for parts of Slime being moved to Grease -- 1324 run, 1322 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes -'. - spec author: 'dkh'. - spec timestamp: '1/27/2010 16:32'. - spec - project: 'Grease' with: '1.0-alpha5.1'; - project: 'Grease Tests' with: '1.0-alpha5.1'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.74'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.97'; - package: 'JQuery-UI' with: 'JQuery-UI-jf.46'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.15'; - package: 'RSS-Core' with: 'RSS-Core-lr.58'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.22'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.95'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.98'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.88'; - package: 'Seaside-Component' with: 'Seaside-Component-jf.81'; - package: 'Seaside-Core' with: 'Seaside-Core-jok.606'; - package: 'Seaside-Development' with: 'Seaside-Development-obi.127'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.66'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.19'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.70'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.126'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.15'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.12'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.12'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jok.73'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-jf.46'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.17'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.32'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.106'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.63'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.47'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-obi.29'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-obi.42'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.27'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.176'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.33'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.7'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.20'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.7'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.23'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.112'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-lr.15'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.10'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.13'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.44'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.16'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.3'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-jf.52'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.20'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.4'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-jf.27'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.5'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.4'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jok.13'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.12'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.5'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.7'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.9'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha5.1'; - project: 'Grease-Tests-Slime' with: '1.0-alpha5.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.76'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jok.40'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha508..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha508..st deleted file mode 100644 index 2644f25e6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha508..st +++ /dev/null @@ -1,143 +0,0 @@ -versions-30 -version300alpha508: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up latest Kom (1.0.1) -- pick up latest packages (1/31/2010 17:27)'. - spec author: 'DaleHenrichs'. - spec timestamp: '1/31/2010 17:27'. - spec - project: 'Grease' with: '1.0-alpha5.1'; - project: 'Grease Tests' with: '1.0-alpha5.1'; - project: 'Swazoo2' with: '2.2.0.1'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.74'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.98'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.47'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.15'; - package: 'RSS-Core' with: 'RSS-Core-lr.58'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.22'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.95'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.98'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.89'; - package: 'Seaside-Component' with: 'Seaside-Component-jf.81'; - package: 'Seaside-Core' with: 'Seaside-Core-jf.608'; - package: 'Seaside-Development' with: 'Seaside-Development-obi.127'; - package: 'Seaside-Email' with: 'Seaside-Email-dkh.14'; - package: 'Seaside-Environment' with: 'Seaside-Environment-jf.67'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jf.15'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.19'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-jf.7'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-jf.5'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-jf.70'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.126'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.15'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.12'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.12'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jok.73'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.47'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-lr.17'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-jf.33'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.107'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.64'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-jf.5'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jf.21'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.47'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-obi.29'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.43'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.27'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.177'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.33'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.7'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.20'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.7'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.23'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.113'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-lr.15'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-jf.8'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.10'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jf.33'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.13'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.7'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-jf.44'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.16'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-jf.3'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.3'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-jf.53'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-jf.21'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-jf.2'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.4'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-jf.4'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-jf.27'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-dkh.5'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.5'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-jf.3'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.4'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-jok.13'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-jf.7'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.12'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.12'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.5'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-dkh.6'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.7'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.9'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha5.1'; - project: 'Grease-Tests-Slime' with: '1.0-alpha5.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.76'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-jok.40'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha509..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha509..st deleted file mode 100644 index 81be30f3e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha509..st +++ /dev/null @@ -1,143 +0,0 @@ -versions-30 -version300alpha509: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up Grease 1.0-alpha6 -- pick up latest mcz files (3/1/2010 13:31)'. - spec author: 'DaleHenrichs'. - spec timestamp: '3/1/2010 13:31'. - spec - project: 'Grease' with: '1.0-alpha6'; - project: 'Grease Tests' with: '1.0-alpha6'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.83'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.103'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.52'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.19'; - package: 'RSS-Core' with: 'RSS-Core-lr.59'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.99'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.94'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-lr.625'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.133'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.17'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.130'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.16'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.14'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.78'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.54'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.36'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.112'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.73'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.8'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.22'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.52'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.31'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.46'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.28'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.187'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.34'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.8'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.22'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.8'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.25'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.118'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-lr.16'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.36'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.14'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.8'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.17'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.55'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.39'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.5'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.6'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.9'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.11'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.41'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha510..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha510..st deleted file mode 100644 index 89deb7990..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha510..st +++ /dev/null @@ -1,143 +0,0 @@ -versions-30 -version300alpha510: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up Grease 1.0-alpha7 -- pick up latest mcz files (3/29/2010 11:20)'. - spec author: 'DaleHenrichs'. - spec timestamp: '3/29/2010 11:27'. - spec - project: 'Grease' with: '1.0-alpha7'; - project: 'Grease Tests' with: '1.0-alpha7'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.84'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.103'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.55'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.19'; - package: 'RSS-Core' with: 'RSS-Core-lr.59'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.99'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.94'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-jok.628'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.133'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.130'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.16'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.14'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.79'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.54'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.36'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.113'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.74'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.9'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.22'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.52'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.31'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.46'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.28'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jok.188'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.34'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.8'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.22'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.8'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.25'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.118'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-jok.37'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.14'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.8'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.18'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.55'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-jok.40'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.5'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.6'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.8'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-jok.10'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.11'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.41'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha511..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha511..st deleted file mode 100644 index c8a23d760..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha511..st +++ /dev/null @@ -1,145 +0,0 @@ -versions-30 -version300alpha511: spec - - - spec for: #common do: [ - spec blessing: #development. - spec description: '- pick up Grease 1.0-alpha8 -- pick up latest mcz files (4/9/2010 15:54) -- never released and bypassed by 3.0.0-alpha5.12'. - spec author: 'DaleHenrichs'. - spec timestamp: '4/9/2010 16:03'. - spec - project: 'Grease' with: '1.0-alpha8'; - project: 'Grease Tests' with: '1.0-alpha8'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.84'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.104'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.55'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.19'; - package: 'RSS-Core' with: 'RSS-Core-lr.59'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.99'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.94'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-jok.628'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.133'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.130'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.16'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.14'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-lr.79'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.56'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-lr.36'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.116'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.75'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.10'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.23'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.53'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.31'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.47'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.189'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.26'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.118'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.38'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.18'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.55'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.41'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.5'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.11'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha512..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha512..st deleted file mode 100644 index b2228e407..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha512..st +++ /dev/null @@ -1,150 +0,0 @@ -versions-30 -version300alpha512: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up Grease 1.0-alpha9 -- pick up OmniBrowser 1.1.4 for Pharo1.1 compatibility -- pick up latest mcz files (5/12/2010 16:33) -- 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.0) -- 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 errors, 0 unexpected passes (Pharo1.1) -- 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 errors, 0 unexpected passes (Squeak4.1) -- Seaside-Sport and Seaside-Adaptors-Hyper not yet integrated -'. - spec author: 'DaleHenrichs'. - spec timestamp: '5/12/2010 16:33'. - spec - project: 'Grease' with: '1.0-alpha9'; - project: 'Grease Tests' with: '1.0-alpha9'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.85'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.105'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.56'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.19'; - package: 'RSS-Core' with: 'RSS-Core-jok.60'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.99'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.94'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-jok.632'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.133'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.130'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-jok.17'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.14'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jok.80'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.57'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.119'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.77'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.24'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.54'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.31'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.47'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.191'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.26'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.118'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.38'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.18'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.57'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.41'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.11'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha513..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha513..st deleted file mode 100644 index b34ae51c5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha513..st +++ /dev/null @@ -1,148 +0,0 @@ -versions-30 -version300alpha513: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up Grease 1.0-alpha9.1 -- pick up latest mcz files for Pharo1.1 compat (5/14/2010 13:25) -- 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.0) -- 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.1) -- Seaside-Sport and Seaside-Adaptors-Hyper not yet integrated -'. - spec author: 'DaleHenrichs'. - spec timestamp: '5/14/2010 13:47'. - spec - project: 'Grease' with: '1.0-alpha9.1'; - project: 'Grease Tests' with: '1.0-alpha9.1'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.85'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.105'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.56'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.19'; - package: 'RSS-Core' with: 'RSS-Core-jok.60'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.99'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.94'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-jok.632'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.133'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.130'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-jok.17'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.14'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jok.80'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.57'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.119'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.77'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.24'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.54'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.31'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.47'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.192'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-lr.26'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.118'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.38'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.1'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.18'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.57'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.41'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.11'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha514..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha514..st deleted file mode 100644 index c674b588b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha514..st +++ /dev/null @@ -1,144 +0,0 @@ -versions-30 -version300alpha514: spec - - - spec for: #common do: [ - spec blessing: #alpha. - spec description: '- pick up latest mcz files(6/1/2010 10:21) -'. - spec author: 'DaleHenrichs'. - spec timestamp: '6/1/2010 10:21'. - spec - project: 'Grease' with: '1.0-alpha9.2'; - project: 'Grease Tests' with: '1.0-alpha9.2'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.85'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.105'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.56'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.21'; - package: 'RSS-Core' with: 'RSS-Core-jok.60'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.95'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.643'; - package: 'Seaside-Development' with: 'Seaside-Development-jf.134'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.132'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.15'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-jf.81'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.57'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.119'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.77'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.24'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.49'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-jf.194'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-YM.27'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-YM.120'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.39'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.2'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.18'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-lr.7'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.59'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.41'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-lr.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.11'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #pharo do: [ - spec - project: 'Grease-Slime' with: '1.0-alpha6'; - project: 'Grease-Tests-Slime' with: '1.0-alpha6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #gemstone do: [ - spec blessing: #broken. - spec description: 'NOT PORTED TO GEMSTONE'. - spec - project: 'Grease' with: '1.0-alpha3'; - project: 'Grease Tests' with: '1.0-alpha3'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.235'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-dkh.1'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-dkh.91'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.43'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-dkh.13'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.14'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.2'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.595'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-dkh.14'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.44'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.3'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.5'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-dkh.2'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-dkh.3'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-dkh.2'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.125'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.11'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.8'.]. - spec for: #'gs2.3.x' do: [ - spec - removePackage: 'JQuery-Tests-Core'; - removePackage: 'JQuery-Tests-UI'; - removePackage: 'Scriptaculous-Components'; - removePackage: 'Scriptaculous-Tests-Components'; - removePackage: 'Seaside-Development'; - removePackage: 'Seaside-Flow'; - removePackage: 'Seaside-Tests-Development'; - removePackage: 'Seaside-Tests-Flow'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'JQuery-Tests-GemStone-Core' with: 'JQuery-Tests-GemStone-Core-dkh.1'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-dkh.19'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-dkh.6'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-dkh.3'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-dkh.9'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.1'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha515..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha515..st deleted file mode 100644 index c576b5476..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300alpha515..st +++ /dev/null @@ -1,140 +0,0 @@ -versions-30 -version300alpha515: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: 'port to GemStone GLASS 1.0-beta.8 - - remote debugging (disable ''Proceed'' for remote debugging until Issue 128 is fixed: http://code.google.com/p/glassdb/issues/detail?id=128 - - object log tool -- pick up latest mcz files (6/21/2010 14:32) -- dependencies restructured -- fix Issue 573: http://code.google.com/p/seaside/issues/detail?id=573 "Javascript-Core extends the classes True and False, which don''t exist in GemStone" -- fix Issue 574: http://code.google.com/p/seaside/issues/detail?id=574 "MessageSend>>numArgs is part of PharoCore 1.0" -- added ''Base'' group as per discussion with Julian ... keeping ''Core'' group around (no change to it''s definition, yet) -'. - spec author: 'DaleHenrichs'. - spec timestamp: '07/13/10 16:55:35'. - spec - project: 'Grease Core' with: '1.0-alpha9.3'; - project: 'Grease Core Tests' with: '1.0-alpha9.3'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-DaleHenrichs.87'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.106'; - package: 'JQuery-UI' with: 'JQuery-UI-obi.58'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.21'; - package: 'RSS-Core' with: 'RSS-Core-jok.60'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.95'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.648'; - package: 'Seaside-Development' with: 'Seaside-Development-jf.134'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-lr.69'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.132'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.17'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.15'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.89'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-obi.12'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.57'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-obi.121'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.77'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.24'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.49'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.195'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-YM.27'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-obi.121'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.39'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.2'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.49'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.19'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.59'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.42'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.12'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0-alpha9.3'; - project: 'Grease Slime Tests' with: '1.0-alpha9.3'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.2'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-DaleHenrichs.107'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.60'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-DaleHenrichs.22'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.21'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.3'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.96'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.649'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.54'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.134'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.13'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.20'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.10'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.7'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc..st deleted file mode 100644 index e3f97d3cf..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc..st +++ /dev/null @@ -1,137 +0,0 @@ -versions-30 -version300rc: spec - - - spec for: #common do: [ - spec blessing: #release. - spec description: '- Seaside3.0 release candidate -- port Seaside3.0 to GemStone 3.0 --define ''OneClick'' group for Pharo and Squeak ... not needed for GemStone'. - spec author: 'DaleHenrichs'. - spec timestamp: '7/23/2010 16:22'. - spec - project: 'Grease Core' with: '1.0-rc'; - project: 'Grease Core Tests' with: '1.0-rc'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-DaleHenrichs.87'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.106'; - package: 'JQuery-UI' with: 'JQuery-UI-obi.58'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.21'; - package: 'RSS-Core' with: 'RSS-Core-jok.60'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.95'; - package: 'Seaside-Component' with: 'Seaside-Component-lr.82'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.648'; - package: 'Seaside-Development' with: 'Seaside-Development-jf.135'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-jf.70'; - package: 'Seaside-Examples' with: 'Seaside-Examples-jok.18'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.132'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.15'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.89'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-DaleHenrichs.20'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.57'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-obi.121'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.77'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.25'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.49'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-lr.29'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.195'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-YM.27'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.122'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.39'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #squeakCommon do: [ - spec - project: 'Kom' with: '1.0.3'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-obi.50'; - package: 'Comet-Examples' with: 'Comet-Examples-obi.20'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.60'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.42'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.12'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #pharo do: [ - spec - project: 'Grease Slime' with: '1.0-rc'; - project: 'Grease Slime Tests' with: '1.0-rc'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.77'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #gemstone do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.2'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-DaleHenrichs.107'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.60'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-DaleHenrichs.22'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.21'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.3'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.96'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.649'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.57'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.134'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.13'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.20'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.10'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.7'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'.]. - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc1..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc1..st deleted file mode 100644 index 3e782364a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc1..st +++ /dev/null @@ -1,183 +0,0 @@ -versions-30 -version300rc1: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- picked up latest packages (7/29/2010 17:19) -Comet: - - fixed the font-family in css -JQuery: - - added JQueryClass>>document for easier document constructor - - fix Issue 576: #callbackTabs: in jquery-ui public extension to JQAjax -Javascript: - - Issue 585: Parameters in AJAX requests are not always properly encoded -RSS: - - like application read charSet from requestContext if possible -Comanche Adaptor: - - try to avoid startup/shutdown problems, comanche cares itself when the server needs to start/stop - - use HttpRequest >> #rawRequestContents when available -Seaside-Component: - - http://code.google.com/p/seaside/issues/detail?id=586 - - class name is a Symbol in VW -Seaside-Core: - - Fix typo in WARequestHandlerConfiguration>>#describeOn: Charater -> Character - - http://code.google.com/p/seaside/issues/detail?id=586 -Seaside-Development: - - fix tool icons again - - fixed the font-family in css -Seaside-Examples: - - fixed the font-family in css -Seaside-Pharo_Development: - - memory profile: do not follow into the application and the memory profiler itself, otherwise the complete dispatcher tree ends up in the statistic (-> sane numbers again) -Seaside-Slime: - - #checkClass: is not guarnateed to be called first, make sure that all variables are initialized -Seaside-Tests-Component: - - added a test for changes made to fix: http://code.google.com/p/seaside/issues/detail?id=586 -Seaside-Tools-Web - - fix some styles because of the font-size changes - - add dispatcher URL to to path - - fixed the font-family in css -Seaside-Welcome: - - changed: - Smalltalk at: componentName - to: - Smalltalk globals at: componentName - - Fixed Squeak/Pharo cross platform difference in the component creator, Pharo had a helper for component creation, Squeak requires all parameters to be specified. - - #[] used in WAWelcomeFiles>>backgroundJpg is not portable use #() asByteArray instead (see WAWelcomeFiles>>seasidestarPng) - - avoid overlapping of the buttons at WAWelcomeBrowse - - use the title instead of the long button names - -Seaside-Adaptors-FastCGI - - PUT support - -- fix GemStone Issue 152: http://code.google.com/p/glassdb/issues/detail?id=152 "JQuery UI Autocomplete example is broken" -'. - spec author: 'DaleHenrichs'. - spec timestamp: '07/29/10 12:39:28'. - spec - project: 'Grease Core' with: '1.0-rc'; - project: 'Grease Core Tests' with: '1.0-rc'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.107'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.59'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.21'; - package: 'RSS-Core' with: 'RSS-Core-pmm.61'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.95'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-NickAger.651'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.137'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-jf.70'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-Flow' with: 'Seaside-Flow-lr.21'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.9'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-lr.6'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-jf.132'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-jf.15'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.92'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-DaleHenrichs.25'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.123'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.78'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-jok.25'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.49'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.195'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.23'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-YM.27'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-jf.122'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.39'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.3'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-obi.50'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.21'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.62'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.43'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-lr.21'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.12'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0-rc'; - project: 'Grease Slime Tests' with: '1.0-rc'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-Core' with: 'JQuery-Core.gemstone-DaleHenrichs.108'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.63'; - package: 'Prototype-Core' with: 'Prototype-Core.gemstone-DaleHenrichs.22'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.22'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.3'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.96'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.652'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.57'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.134'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.13'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.20'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.10'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.7'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'.]. - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc2..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc2..st deleted file mode 100644 index 851aee89a..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc2..st +++ /dev/null @@ -1,237 +0,0 @@ -versions-30 -version300rc2: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- finish basic port to GemStone 3.0 -- fix a problem with forwarded host/server fields [GemStone] -- increasing delays on retry [GemStone] -- session stats for Seaside 3.0 [GemStone] - 0 - request count (oncoming) - 1 - response count (outgoing) - 2 - request retries -- latest packages as of 8/27/2010 12:02 -- Comet - - made sure that sessions that push through a comet handler do not timeout -- JQuery-UI - - Issue 590: JQBaseTheme does not respect SSL - - http://code.google.com/p/seaside/issues/detail?id=590 - - use #isSsl from WARequest - - updated to jQuery UI 1.8.4 -- Prototype-Core - - fixed naming on constructor method that caused a lint error on "on invalid object initiailization" -- RSS-Core - - Issue 493: RSS ignoring updateRoot: stuff - - http://code.google.com/p/seaside/issues/detail?id=493 -- RSS-Tests - - Issue 493: RSS ignoring updateRoot: stuff - - http://code.google.com/p/seaside/issues/detail?id=493 -- Seaside-Canvas - - add #basicFrom: - - fixed bug with #with: causing date and time selectors appear twice (thanks to the annonymous reporter in the comments of the Seaside Book) - - fixes "Issue 595: Deselection from a multi selection field does not work" -- Seaside-Core - - Issue 590: JQBaseTheme does not respect SSL - - http://code.google.com/p/seaside/issues/detail?id=590 - - add #isSsl to WARequest and WAUrl - - Update version number for 3.0 - - Issue 593: expired session cookie deletion fails if server hostname is set - - http://code.google.com/p/seaside/issues/detail?id=593 - - Issue 594: #style methods don''t work then session cookies are enabled - - http://code.google.com/p/seaside/issues/detail?id=594 - - re-added #hasCookieInContext:, it is required by other software - - removed unused variables - - Issue 554: WABuilder>>codec should try WACurrentRequestContext first before using GRNullCodec - - refactor the #perform: out of it so that the file library is responsible for returning the size of a file - - http://code.google.com/p/seaside/issues/detail?id=554 -- Seaside-Development - - better format #style method - - removed unsent code that was broken: WAPrettyPrintedDocument>>#close: -- Seaside-Environment - - Issue 554: WABuilder>>codec should try WACurrentRequestContext first before using GRNullCodec - - refactor the #perform: out of it so that the file library is responsible for returning the size of a file - - http://code.google.com/p/seaside/issues/detail?id=554 -- Seaside-Flow - - Remove #isolate: temporarily for 3.0 final release - - http://code.google.com/p/seaside/issues/detail?id=553 - - It will be put back in the 3.1 repository. -- Seaside-HTML5 - - add #placeholder: - - removed #placeholder:, it is already defined in abstract superclass -- Seaside-InternetExplorer - - remove non-printable character from comment -- Seaside-Pharo-Tools-Web - - Issue 479: WAGarbageCollectorStatus can result in ZeroDivide exception - - http://code.google.com/p/seaside/issues/detail?id=479 -- Seaside-Session - - Issue 594: #style methods don''t work then session cookies are enabled - - http://code.google.com/p/seaside/issues/detail?id=594 -- Seaside-Tests-Canvas - - fixes "Issue 595: Deselection from a multi selection field does not work" -- Seaside-Tests-Core - - Issue 590: JQBaseTheme does not respect SSL - - http://code.google.com/p/seaside/issues/detail?id=590 - - add #isSsl to WARequest and WAUrl - - Issue 593: expired session cookie deletion fails if server hostname is set - - http://code.google.com/p/seaside/issues/detail?id=593 - - Issue 594: #style methods don''t work then session cookies are enabled - - http://code.google.com/p/seaside/issues/detail?id=594 -- Seaside-Tests-Environment - - regression test - - Issue 525: WALegacyRedirectionHandler loses url parameters during redirection - - http://code.google.com/p/seaside/issues/detail?id=525 -- Seaside-Tests-Flow - - Remove #isolate: temporarily for 3.0 final release - - http://code.google.com/p/seaside/issues/detail?id=553 - - It will be put back in the 3.1 repository. -- Seaside-Tests-Functional - - fixed bug with #with: causing date and time selectors appear twice (thanks to the annonymous reporter in the comments of the Seaside Book) - - don''t test character by character rendering for null codec -- Seaside-Tests-Pharo-Core - - Issue 570: iso-8859-1 doesn''t show up in the encoding list of the server adapter - - http://code.google.com/p/seaside/issues/detail?id=570 -- Seaside-Tests-Session - - Issue 593: expired session cookie deletion fails if server hostname is set - - http://code.google.com/p/seaside/issues/detail?id=593 - - Issue 594: #style methods don''t work then session cookies are enabled - - http://code.google.com/p/seaside/issues/detail?id=594 - removed unused variables -- Seaside-Tools-OmniBrowser - - improved reordering of commands in browser - - display the encoding in the list of server adaptor - - removed "start/stop all" commands, seem to be less useful -- Seaside-Welcome - - Added JQScriptGenerator preference to component registration and overrode the JQueryUI ui-widget-overlay so that the alpha blended background to a popup doesn''t look like a headache inducing moiré pattern - - categorize methods - - simplify rendering - - removed unused variables -'. - spec author: 'DaleHenrichs'. - spec timestamp: '08/27/2010 12:32:08'. - spec - project: 'Grease Core' with: '1.0-rc.1'; - project: 'Grease Core Tests' with: '1.0-rc.1'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.107'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.62'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.22'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.98'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.659'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.139'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.17'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.92'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-lr.28'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.123'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.78'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.26'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.50'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.198'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.124'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.3'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.21'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.62'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.43'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.22'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0-rc.1'; - project: 'Grease Slime Tests' with: '1.0-rc.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.64'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.3'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.99'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.20'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.8'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.13'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.660'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc3..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc3..st deleted file mode 100644 index 9dc07b782..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version300rc3..st +++ /dev/null @@ -1,140 +0,0 @@ -versions-30 -version300rc3: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: 'GemStone bugfixes: -- fix Issue 156: http://code.google.com/p/glassdb/issues/detail?id=156 "WAGsSwazooAdaptor should have defaultCodec set to GRUtf8GemStoneCodec" -- fix Issue 165: http://code.google.com/p/glassdb/issues/detail?id=165 "Include GemStone version of Seaside-FileSystem in Seaside3.0" -- fix Issue 170: http://code.google.com/p/glassdb/issues/detail?id=170 "Errors during Ajax requests can crash vm" -'. - spec author: 'DaleHenrichs'. - spec timestamp: '09/02/2010 16:43:25'. - spec - project: 'Grease Core' with: '1.0-rc.2'; - project: 'Grease Core Tests' with: '1.0-rc.2'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.107'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.62'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.22'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.96'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-lr.98'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.659'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.139'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.15'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-lr.23'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.17'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-obi.92'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-lr.28'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.123'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.78'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.11'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.26'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.50'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.198'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.9'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.124'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.3'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.21'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.62'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.43'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.6'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.22'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.10'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0-rc.2'; - project: 'Grease Slime Tests' with: '1.0-rc.2'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.241'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.64'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.99'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem.gemstone-DaleHenrichs.24'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.21'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.6'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-DaleHenrichs.8'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.660'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version301..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version301..st deleted file mode 100644 index bce373ad6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version301..st +++ /dev/null @@ -1,141 +0,0 @@ -versions-30 -version301: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- pick up recent .mcz files -'. - spec author: 'DaleHenrichs'. - spec timestamp: '11/09/2010 12:53:43'. - spec - project: 'Grease Core' with: '1.0.1'; - project: 'Grease Core Tests' with: '1.0.1'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.111'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.69'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.23'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.97'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.101'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.666'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.140'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.25'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.18'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.93'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.34'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.124'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.79'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.201'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.125'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.6'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.64'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.44'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.9'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.23'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.1'; - project: 'Grease Slime Tests' with: '1.0.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.242'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.70'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.102'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.21'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.667'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010..st deleted file mode 100644 index be7ef3864..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010..st +++ /dev/null @@ -1,112 +0,0 @@ -versions-30 -version3010: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside3010Changelog' ]. " split method into two for too many literals " - self version3010common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease Core' with: '1.0.11'; - project: 'Grease Core Tests' with: '1.0.11'; - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: '1.0.10'; - project: 'Grease Slime Tests' with: '1.0.10'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.24'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - - spec - for: #gemstone - do: [ - spec - project: 'Grease Core' with: '1.0.9'; - project: 'Grease Core Tests' with: '1.0.9'; - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #stable; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-JohanBrichau.770'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec for: #'gs2.4.x' do: [ spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec for: #'gs3.x' do: [ spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010common..st deleted file mode 100644 index 9c8b288a3..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3010common..st +++ /dev/null @@ -1,62 +0,0 @@ -versions-30 -version3010common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.773'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-PaulDeBruicker.24'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.68'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.259'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.18'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3011..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3011..st deleted file mode 100644 index 9c7a2b98b..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3011..st +++ /dev/null @@ -1,146 +0,0 @@ -versions-30 -version3011: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- pick up latest mcz files'. - spec author: 'DaleHenrichs'. - spec timestamp: '11/17/2010 13:20:39'. - spec - project: 'Grease Core' with: '1.0.1.1'; - project: 'Grease Core Tests' with: '1.0.1.1'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.112'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.69'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.23'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.97'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.101'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.666'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.140'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.25'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.18'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.93'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.34'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.125'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.79'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.201'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.125'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'.]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.6'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.64'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.44'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.9'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.23'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'.]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.1'; - project: 'Grease Slime Tests' with: '1.0.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.242'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.70'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.102'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.21'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.667'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version302..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version302..st deleted file mode 100644 index 0855147a9..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version302..st +++ /dev/null @@ -1,140 +0,0 @@ -versions-30 -version302: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- pick up latest mcz files'. - spec author: 'DaleHenrichs'. - spec timestamp: '11/22/2010 12:31:32'. - spec - project: 'Grease Core' with: '1.0.2'; - project: 'Grease Core Tests' with: '1.0.2'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.112'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.69'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.23'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.97'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.101'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.667'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.140'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.25'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.18'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.93'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.34'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.125'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.79'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.201'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.125'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'.]. - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.6'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.64'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.44'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.9'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.23'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'.]. - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.2'; - project: 'Grease Slime Tests' with: '1.0.2'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.242'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.239'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.70'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.102'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.21'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.6'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.3'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.668'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version303..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version303..st deleted file mode 100644 index f794dd59f..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version303..st +++ /dev/null @@ -1,150 +0,0 @@ -versions-30 -version303: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- http://code.google.com/p/seaside/wiki/Seaside303Changelog -- fix Issue 186: http://code.google.com/p/glassdb/issues/detail?id=186 "WAFileLibrary>>deployFiles fail if folder already exists" [GemStone] -- fix Issue 169: http://code.google.com/p/glassdb/issues/detail?id=169 "Incorporate GemStone Futures code from Nick Ager" [GemStone] -- fix Issue 191: http://code.google.com/p/glassdb/issues/detail?id=191 "getting object log continuation for rest api calls" [GemStone]'. - spec author: 'DaleHenrichs'. - spec timestamp: '12/13/2010 15:39:25'. - spec - project: 'Grease Core' with: '1.0.3'; - project: 'Grease Core Tests' with: '1.0.3'; - project: 'Swazoo2' with: '2.2.0.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.112'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.69'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.23'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.97'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.101'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.675'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.140'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.25'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.93'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.34'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.125'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.79'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.205'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.125'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'.]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.7'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.66'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.44'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.9'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.23'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'.]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'.]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.3'; - project: 'Grease Slime Tests' with: '1.0.3'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'.]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.242'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.240'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.70'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.102'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.22'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.10'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.2'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'.]. - - spec for: #'gs2.4.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.675'; - package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'.]. - - spec for: #'gs3.x' do: [ - spec - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.653'; - package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'.]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3031..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3031..st deleted file mode 100644 index df7628f54..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3031..st +++ /dev/null @@ -1,148 +0,0 @@ -versions-30 -version3031: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- get Seaside3.0 running on GemStone3.0beta3 -- ExceptionSet handling fixed in GemStone3.0, no longer need special version of Seaside-Core -- WAFlowPlatformTest>>testSuspendCallbackDo passes in GemStone3.0 -- Adjust continuation tests ... in GemStone3.0, not possible to unify home context VC after installing a partical continuation ... from code inspection, it doesn''t look like an issue -- test case to cover bug found in GemStone3.0'. - spec author: 'DaleHenrichs'. - spec timestamp: '01/27/2011 14:16:22'. - spec - project: 'Grease Core' with: '1.0.3.1'; - project: 'Grease Core Tests' with: '1.0.3.1'; - project: 'Swazoo2' with: '2.2.0.3'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.88'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.112'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.69'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.23'; - package: 'RSS-Core' with: 'RSS-Core-pmm.62'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-lr.97'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-obi.105'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.101'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.85'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.675'; - package: 'Seaside-Development' with: 'Seaside-Development-lr.140'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.71'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.19'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.25'; - package: 'Seaside-Flow' with: 'Seaside-Flow-jf.22'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.11'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-obi.18'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.93'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.34'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-lr.58'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.37'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.125'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-lr.79'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.27'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-lr.56'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-lr.51'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.205'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-lr.35'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.24'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-jf.28'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.125'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.17'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.42'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.15'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.7'; - project: 'OB' with: '1.1.4'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.66'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.9'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.44'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.9'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.23'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-lr.13'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.14'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-DaleHenrichs.13'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.3'; - project: 'Grease Slime Tests' with: '1.0.3'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.240'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: '0.240'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.3'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.70'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.23'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.675'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.102'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-DaleHenrichs.24'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.60'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version304..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version304..st deleted file mode 100644 index 92f2f5ece..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version304..st +++ /dev/null @@ -1,163 +0,0 @@ -versions-30 -version304: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- latest mcz files for 3.0.4 see http://code.google.com/p/seaside/wiki/Seaside304Changelog -- fix Issue 231: "WABasicDevelopment>>#reapSeasideCache, assumes WADispatcher>>#default returns a WADispatcher" [GemStone] - http://code.google.com/p/glassdb/issues/detail?id=231 -- fix Issue 239: "using WAFastCGIAdaptor leads the false conversion of + in urls. [GemStone]" - http://code.google.com/p/glassdb/issues/detail?id=239 -- fix Issue 217: MultibyteString JavascriptOn infinite recursion [GemStone] - http://code.google.com/p/glassdb/issues/detail?id=217 -- add JSJsonStreamTest>>testStringMultiByte to common test suite -- fix Issue 221: JQAutocomplete broken on GemStone - http://code.google.com/p/glassdb/issues/detail?id=221 -- fix up Seaside-Tests-Pharo-Development for new package: Seaside-Tests-Pharo-Email -- fix for Issue 643: load 3.0.4 on top of 3.0.3 results in tests hitting WAAttributeNotFound - http://code.google.com/p/seaside/issues/detail?id=643'. - spec author: 'dkh'. - spec timestamp: '2/28/2011 15:48'. - spec - project: 'Grease Core' with: '1.0.4'; - project: 'Grease Core Tests' with: '1.0.4'; - project: 'Swazoo2' with: '2.2.0.3'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.89'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.114'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.71'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.24'; - package: 'RSS-Core' with: 'RSS-Core-pmm.65'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.99'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.108'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.108'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.87'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.710'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.148'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.74'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.22'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.22'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.134'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.21'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.100'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.35'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-DaleHenrichs.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.127'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.80'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.28'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.59'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.36'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.53'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.218'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.38'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.25'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.29'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.133'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-as.21'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.44'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.17'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.8'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.67'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.12'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.47'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.10'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.28'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.18'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.14'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.4'; - project: 'Grease Slime Tests' with: '1.0.4'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.2.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'pharo1.3.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.244'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-DaleHenrichs.73'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-DaleHenrichs.702'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.106'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.61'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-DaleHenrichs.8'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-NorbertHartl.9'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-DaleHenrichs.135'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-DaleHenrichs.14'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version305..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version305..st deleted file mode 100644 index 235f3fdd4..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version305..st +++ /dev/null @@ -1,151 +0,0 @@ -versions-30 -version305: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '- see http://code.google.com/p/seaside/wiki/Seaside305Changelog for details -3.0.5 (dkh.308): -- Move GRGemStonePlatformTest>>testFileLibrary to WAGemStoneFileLibraryTest ... reference to WAFileLibrary belongs in a Seaside package -- fix Issue 248: GRGemStonePlatform>>seasideDeliverEmailMessage is broken - http://code.google.com/p/glassdb/issues/detail?id=248 -- pick up Seaside-GemStone-Tools-Production-PaulDeBruicker.10'. - spec author: 'dkh'. - spec timestamp: '05/17/2011 19:04:12'. - spec - project: 'Grease Core' with: '1.0.5'; - project: 'Grease Core Tests' with: '1.0.5'; - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.89'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.118'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.75'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.24'; - package: 'RSS-Core' with: 'RSS-Core-pmm.65'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.99'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.108'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.108'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.87'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.712'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.148'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.74'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.22'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.22'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.138'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.21'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.100'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.35'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-DaleHenrichs.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.128'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.80'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.28'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.59'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.36'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.53'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.219'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.38'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.25'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.29'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.133'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.22'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.44'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.17'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.68'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.12'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.50'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.10'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.29'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.19'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.14'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.5'; - project: 'Grease Slime Tests' with: '1.0.5'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.244'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.76'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.712'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.106'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-DaleHenrichs.61'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-PaulDeBruicker.10'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.139'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30501..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30501..st deleted file mode 100644 index 40d18e726..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version30501..st +++ /dev/null @@ -1,153 +0,0 @@ -versions-30 -version30501: spec - - - spec for: #'common' do: [ - spec blessing: #'development'. - spec description: '- pick up fix for Issue 674: WASwazooAdaptor decodes an already decoded URI -- http://code.google.com/p/seaside/issues/detail?id=674'. - spec author: 'dkh'. - spec timestamp: '08/31/2011 13:18:20'. - spec - project: 'Grease Core' with: '1.0.5.1'; - project: 'Grease Core Tests' with: '1.0.5.1'; - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.89'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.118'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.75'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.24'; - package: 'RSS-Core' with: 'RSS-Core-pmm.65'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.99'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.108'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.108'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.87'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.712'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.148'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.74'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.22'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.22'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.138'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.21'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.100'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.35'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.41'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.128'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.80'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.28'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.59'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.36'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.53'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.219'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.38'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.25'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.29'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.133'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.22'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.44'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.17'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.68'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.12'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.50'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.10'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.29'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.19'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.14'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.5.1'; - project: 'Grease Slime Tests' with: '1.0.5.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.2.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'pharo1.3.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.244'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-JohanBrichau.77'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.712'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.106'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.62'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.11'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.12'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.140'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3051..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3051..st deleted file mode 100644 index 71cf56e73..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3051..st +++ /dev/null @@ -1,161 +0,0 @@ -versions-30 -version3051: spec - - - spec for: #'common' do: [ - spec blessing: #'development'. - spec description: '3.0.5.1 (dkh.317): -- open 3.0.5.1 for development... GemStone-specific branch aimed at bypassing use of class instance variables (etc.) to allow the GemStone 3.0 version of Seaside to run against a read only SymbolDictionary. Some class instance variables are mapped to session temps and some are mapped to user-specific storage in UserGlobals. -- class instance variables in WADispatcher, WAFileHandler, WAFileLibrary, WASharedConfiguration, WASystemConfiguration, WAEnvironment and WAAdmin mapped to persistent per-user storage -- class instance variables in WAKeyGenerator mapped to session state -- fix WAGemStoneMaintenanceTask class>>maintenanceTaskMarkForCollect will work in GemStone 2.x and 3.x -3.0.5.1 (dkh.318): -- pick up fix for Issue 674: WASwazooAdaptor decodes an already decoded URI -- http://code.google.com/p/seaside/issues/detail?id=674'. - spec author: 'dkh'. - spec timestamp: '08/09/2011 11:21:39'. - spec - project: 'Grease Core' with: '1.0.5.1'; - project: 'Grease Core Tests' with: '1.0.5.1'; - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.89'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.118'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.75'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.24'; - package: 'RSS-Core' with: 'RSS-Core-pmm.65'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.24'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.99'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.108'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.108'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.87'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.712'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.148'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.19'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.74'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.22'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.22'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.72'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.138'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-jf.18'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.21'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.21'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.100'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.35'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.41'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.128'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.80'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.12'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-pmm.28'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.59'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.36'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.53'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-NickAger.31'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-lr.219'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.38'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.11'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.25'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.29'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.133'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.22'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.44'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.17'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.9'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-NickAger.4'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.22'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.68'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.12'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.50'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.10'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.29'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.7'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.19'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-dkh.14'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.12'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.5.1'; - project: 'Grease Slime Tests' with: '1.0.5.1'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.78'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.2.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'pharo1.3.x' do: [ - spec blessing: #'development'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-JohanBrichau.77'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.713'; - package: 'Seaside-Environment' with: 'Seaside-Environment.gemstone-dkh.75'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core.gemstone-dkh.19'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-DaleHenrichs.106'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.62'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.9'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.16'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.12'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.140'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version306..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version306..st deleted file mode 100644 index 9310e72e0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version306..st +++ /dev/null @@ -1,174 +0,0 @@ -versions-30 -version306: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '3.0.6 (dkh.323): -- open 3.0.6 for development -- update to latest packages (http://code.google.com/p/seaside/wiki/Seaside306Changelog) -- update GRPlatform seaside version to 3.0.6 -3.0.6 (dkh.324): -- add Zinc adaptor as part of Core -3.0.6 (dkh.325) [GEMSTONE]: -- Swazoo 2.2.0.4 for GemStone -- pick up recent GemStone packages -3.0.6 (dkh.326) [GEMSTONE]: -- merge JQuery-UI.gemstone-JohanBrichau.77, JQuery-UI-lr.80 -- merge Seaside-Canvas.gemstone-DaleHenrichs.106, Seaside-Canvas-pmm.117 -- merge Seaside-Core.gemstone-dkh.714, Seaside-Core-dkh.750 -- merge Seaside-Session.gemstone-dkh.140, Seaside-Session-lr.142 -- pick up GsCore 0.245 -3.0.6 (dkh.327) [GEMSTONE]: -- exclude Zinc-Seaside (Zinc adaptor) from default group -- gemstone-specific bugfix for Issue 658: Seaside-Email should use request handler for configuration look up - http://code.google.com/p/seaside/issues/detail?id=658 -3.0.6 (dkh.328) [GEMSTONE]: -- fix Issue 274: Seaside-GemStone-ServiceTask - http://code.google.com/p/glassdb/issues/detail?id=274 -- fix Issue 273: Squeak-dkh.258 gives FastCGI error: InterpreterError 2192: End of stream was encountered in ReadStream - http://code.google.com/p/glassdb/issues/detail?id=273 -- fix Issue 272: GRGemStonePlatform>>seasideDeliverEmailMessage includes too much in mail message and missing subject - http://code.google.com/p/glassdb/issues/detail?id=272'. - spec author: 'dkh'. - spec timestamp: '09/02/2011 17:07:39'. - spec - project: 'Grease Core' with: '1.0.6'; - project: 'Grease Core Tests' with: '1.0.6'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: '1.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.121'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.750'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.76'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.23'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.142'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.108'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.39'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.41'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-lr.18'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.130'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.57'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.253'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-spd.33'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.26'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.13'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.55'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.38'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.16'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.6'; - project: 'Grease Slime Tests' with: '1.0.6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.751'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.118'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.62'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.12'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.12'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.143'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3061..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3061..st deleted file mode 100644 index fde6ac2fd..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3061..st +++ /dev/null @@ -1,175 +0,0 @@ -versions-30 -version3061: spec - - - spec for: #'common' do: [ - spec blessing: #'development'. - spec description: '3.0.6.1 (dkh.333) [GemStone]: -- fix Issue 289: PositionableStream>>seasideNextLine does not respecte non-lf next lines. - http://code.google.com/p/glassdb/issues/detail?id=289 -3.0.6.1 (dkh.334): -- remove the GemStone method seasideNextLine and add a test for Issue 289 -3.0.6.1 (dkh.335): -- pick up fix for Issue 298: FastCGI parsing of content-length header fails on present but empty header - http://code.google.com/p/glassdb/issues/detail?id=298 -3.0.6.1 (dkh.336): -- fix Issue 694: Swazoo adapter does not respect Request URIs ending in slash. - http://code.google.com/p/seaside/issues/detail?id=694 -3.0.6.1 (dkh.337): -- fix Issue 130: remote breakpoints don''t work - http://code.google.com/p/glassdb/issues/detail?id=130 -3.0.6.1 (dkh.338): -- GemStone 3.0.1 fix for Issue 130: remote breakpoints don''t work - http://code.google.com/p/glassdb/issues/detail?id=130 -- fix Issue 636: expected exception behavior WAWalkbackErrorHandler not portable (and not ANSI compliant) [backport fix from Seaside3.1] - http://code.google.com/p/seaside/issues/detail?id=636 -- fix Issue 291: Maintenance Gem Topaz Exit [Seaside 3.0 / GemStone 3.0] - http://code.google.com/p/glassdb/issues/detail?id=291 -3.0.6.1 (dkh.339): -- back off a bit on the fix for Issue 130 ... make cross platform error handlers a little easier to manage -3.0.6.1 (dkh.340): [GEMSTONE] -- in WAGemStoneProductionErrorHandler, a Breakpoint should be caught, continuation snapped off and saved, and then the breakpoint should be resumed with no message ...'. - spec author: 'dkh'. - spec timestamp: '10/18/2011 15:51'. - spec - project: 'Grease Core' with: '1.0.6.1'; - project: 'Grease Core Tests' with: '1.0.6.1'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: '1.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.121'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.750'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.76'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.23'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.142'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.108'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.39'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-lr.18'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.130'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.253'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-spd.33'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.26'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.13'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.55'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.38'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.16'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.6'; - project: 'Grease Slime Tests' with: '1.0.6'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.753'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.26'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.11'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.12'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.143'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.12'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3062..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3062..st deleted file mode 100644 index 4ac602ab0..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3062..st +++ /dev/null @@ -1,157 +0,0 @@ -versions-30 -version3062: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: 'pick up Grease 1.0.6.2 which has the fixes for RFB renaming'. - spec author: 'dkh'. - spec timestamp: '10/18/2011 16:11'. - spec - project: 'Grease Core' with: '1.0.6.2'; - project: 'Grease Core Tests' with: '1.0.6.2'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: '1.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.121'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.750'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.76'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.23'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.142'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.108'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.39'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.41'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-lr.18'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.130'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.57'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.253'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-spd.33'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.26'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.13'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.55'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.38'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.16'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.6.2'; - project: 'Grease Slime Tests' with: '1.0.6.2'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.81'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'pharo1.0.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.234'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.751'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-DaleHenrichs.4'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.118'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.62'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-DaleHenrichs.23'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-DaleHenrichs.7'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-dkh.12'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.12'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.143'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-DaleHenrichs.3'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-DaleHenrichs.11'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3063..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3063..st deleted file mode 100644 index 1dbd71117..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3063..st +++ /dev/null @@ -1,203 +0,0 @@ -versions-30 -version3063: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '3.0.6.1 (dkh.333) [GemStone]: -- fix Issue 289: PositionableStream>>seasideNextLine does not respecte non-lf next lines. - http://code.google.com/p/glassdb/issues/detail?id=289 -3.0.6.1 (dkh.334): -- remove the GemStone method seasideNextLine and add a test for Issue 289 -3.0.6.1 (dkh.335): -- pick up fix for Issue 298: FastCGI parsing of content-length header fails on present but empty header - http://code.google.com/p/glassdb/issues/detail?id=298 -3.0.6.1 (dkh.336): -- fix Issue 694: Swazoo adapter does not respect Request URIs ending in slash. - http://code.google.com/p/seaside/issues/detail?id=694 -3.0.6.1 (dkh.337): -- fix Issue 130: remote breakpoints don''t work - http://code.google.com/p/glassdb/issues/detail?id=130 -3.0.6.1 (dkh.338): -- GemStone 3.0.1 fix for Issue 130: remote breakpoints don''t work - http://code.google.com/p/glassdb/issues/detail?id=130 -- fix Issue 636: expected exception behavior WAWalkbackErrorHandler not portable (and not ANSI compliant) [backport fix from Seaside3.1] - http://code.google.com/p/seaside/issues/detail?id=636 -- fix Issue 291: Maintenance Gem Topaz Exit [Seaside 3.0 / GemStone 3.0] - http://code.google.com/p/glassdb/issues/detail?id=291 -3.0.6.1 (dkh.339): -- back off a bit on the fix for Issue 130 ... make cross platform error handlers a little easier to manage -3.0.6.1 (dkh.340): [GEMSTONE] -- in WAGemStoneProductionErrorHandler, a Breakpoint should be caught, continuation snapped off and saved, and then the breakpoint should be resumed with no message ... -- open 3.0.6.3 for GemStone development ... merged 3.0.6.1 and 3.0.6.2 -3.0.6.3 (dkh.346): -- update message in WALotsaLinksGemStoneFunctionalTest>>renderExplanationOn: for GemStone 3.0.1 -- update message in WAFlowFunctionalTest>>renderContentOn: for GemStone 3.0.1 -- log stack to log file when saving exception continuation in case commit later fails ... WAErrorHandler>>saveExceptionContinuation -- WAHandleAbortWouldLoseDataToolFilter>>handleFiltered: transaction logic fixed -3.0.6.3 (dkh.347): -- adjust test for Issue 694 -3.0.6.3 (dkh.348): -- pick up Grease 1.0.6.3 -3.0.6.3 (dkh.349): -- clean up WAFlowPlatformTest issues when tests run from topaz. -- Grease 1.0.6.4 in support of GemStone/S 2.4.5 -3.0.6.3 (dkh.350): -- fix Issue 312: bcc mail recipients not honored - http://code.google.com/p/glassdb/issues/detail?id=312 -3.0.6.3 (dkh.351): -- WARequest>>printOn: shouldn''t fail if method is nil ... GemStone only -3.0.6.3 (dkh.353): -- Zinc 1.1 should be used with ... GemStone only'. - spec timestamp: '12/2/2011 09:49'. - spec - project: 'Grease Core' with: '1.0.6.4'; - project: 'Grease Core Tests' with: '1.0.6.4'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: '1.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.121'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.750'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.76'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.23'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.142'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.108'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.39'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-lr.18'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.130'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.253'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.26'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.13'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.55'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.38'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.16'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.6.4'; - project: 'Grease Slime Tests' with: '1.0.6.4'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.81'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'pharo1.0.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '1.1'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.754'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.143'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3064..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3064..st deleted file mode 100644 index 2330751d6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3064..st +++ /dev/null @@ -1,159 +0,0 @@ -versions-30 -version3064: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '3.0.6.4: make sure that the right version of KomHttpServer is loaded for Pharo 1.4 - Kom Logger referred to TranscriptStream which was deprecated in 1.3'. - spec timestamp: '16/3/2012'. - spec - project: 'Grease Core' with: '1.0.6.4'; - project: 'Grease Core Tests' with: '1.0.6.4'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: '1.2'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.121'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-dkh.750'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.76'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-lr.23'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-lr.142'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.108'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.39'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-jf.19'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-lr.18'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-lr.130'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.253'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.26'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-lr.13'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.55'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.6'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.38'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-lr.16'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.6.4'; - project: 'Grease Slime Tests' with: '1.0.6.4'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.81'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - - spec for: #'pharo1.4.x' do: [ - spec project: 'Kom' with: '1.1.0']. - - spec for: #'pharo1.0.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '1.1'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.754'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.143'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version307..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version307..st deleted file mode 100644 index 3a9d02cb2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version307..st +++ /dev/null @@ -1,157 +0,0 @@ -versions-30 -version307: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: 'release 3.0.7 see http://code.google.com/p/seaside/wiki/Seaside307Changelog'. - spec - project: 'Grease Core' with: '1.0.7'; - project: 'Grease Core Tests' with: '1.0.7'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: #'stable'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-NickAger.768'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.22'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-NickAger.257'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-NickAger.16'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.18'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.7'; - project: 'Grease Slime Tests' with: '1.0.7'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.82'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.4.x' do: [ - spec project: 'Kom' with: '1.1.0'. ]. - - spec for: #'pharo1.0.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.245'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '1.1'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-DaleHenrichs.25'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.769'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3071..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3071..st deleted file mode 100644 index 5d7c2f6ff..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3071..st +++ /dev/null @@ -1,169 +0,0 @@ -versions-30 -version3071: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec description: '3.0.7.1 (dkh.374) -- port Seaside3.0.7 to GemStone 3.1 -- GSProcess>>_callUnwindBlocks not used in GemStone 3.1 -3.0.7.1 (dkh.375): -- need to use Grease 1.0.7.1 for GemStone 3.1 -3.0.7.1 (dkh.377) -- fix test issue for GemStone related to issue 353 - UTF8 tests failing in 3.1.0.1 - http://code.google.com/p/glassdb/issues/detail?id=353'. - spec - project: 'Grease Core' with: '1.0.7.2'; - project: 'Grease Core Tests' with: '1.0.7.2'; - project: 'Swazoo2' with: '2.3.0.0'; - project: 'Zinc' with: #'stable'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-lr.90'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.117'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-NickAger.768'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.63'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.22'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-NickAger.257'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.31'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-NickAger.16'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.25'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.18'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'. ]. - - spec for: #'squeak' do: [ - spec package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.0.7.2'; - project: 'Grease Slime Tests' with: '1.0.7.2'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-lr.82'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-lr.42'. ]. - - spec for: #'pharo1.4.x' do: [ - spec project: 'Kom' with: '1.1.0'. ]. - - spec for: #'pharo1.0.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80'. ]. - - spec for: #'gemstone' do: [ - spec - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '1.1'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.769'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13'. ]. - - spec for: #'gs2.4.x' do: [ - spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3'. ]. - - spec for: #'gs3.x' do: [ - spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4'. ]. - spec for: #'gs3.1.x' do: [ - spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ - spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] - \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308..st deleted file mode 100644 index 0fe90c145..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308..st +++ /dev/null @@ -1,105 +0,0 @@ -versions-30 -version308: spec - - spec - for: #common - do: [ - spec blessing: #stable. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside308Changelog' ]. " split method into two for too many literals " - self version308common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: '1.0.8'; - project: 'Grease Slime Tests' with: '1.0.8'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.24'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.26'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - spec for: #'pharo1.0.x' do: [ spec package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80' ]. - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - spec - for: #gemstone - do: [ - spec - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #stable; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.769'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec for: #'gs2.4.x' do: [ spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec for: #'gs3.x' do: [ spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308common..st deleted file mode 100644 index 002c0094e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version308common..st +++ /dev/null @@ -1,64 +0,0 @@ -versions-30 -version308common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Grease Core' with: '1.0.8'; - project: 'Grease Core Tests' with: '1.0.8'; - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.92'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.769'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.66'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-dkh.58'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-NickAger.257'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309..st deleted file mode 100644 index 324aceea4..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309..st +++ /dev/null @@ -1,105 +0,0 @@ -versions-30 -version309: spec - - spec - for: #common - do: [ - spec blessing: #stable. - spec description: 'http://code.google.com/p/seaside/wiki/Seaside309Changelog' ]. " split method into two for too many literals " - self version309common: spec. - spec - for: #squeakCommon - do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #stable; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: '1.0.8'; - project: 'Grease Slime Tests' with: '1.0.8'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.24'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.26'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - spec - for: #pharo - do: [ - spec project: 'Zinc' with: #stable. - spec package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - spec for: #'pharo1.0.x' do: [ spec package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80' ]. - spec - for: #('pharo1.x' 'squeak') - do: [ spec package: 'Seaside-Pharo-BlockContextCore' with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - spec - for: #gemstone - do: [ - spec - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #stable; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-JohanBrichau.770'; - package: 'Seaside-GemStone-Adaptors-Swazoo' with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec for: #'gs2.4.x' do: [ spec package: 'Seaside-GemStone240-Core' with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec for: #'gs3.x' do: [ spec package: 'Seaside-GemStone300-Core' with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec for: #'gs3.1.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec for: #'gs3.2.x' do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3091..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3091..st deleted file mode 100644 index 38b5863d8..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3091..st +++ /dev/null @@ -1,182 +0,0 @@ -versions-30 -version3091: spec - - spec - for: #'common' - do: [ - spec blessing: #'development'. - spec - description: - '3.0.9.1 (dkh.128) -- port to GemStone 3.2 -3.0.9.1 (dkh.129) -- fix UnorderedCollection)>>restoreFromSnapshot: for GemStone 3.2 -- ExecutableBlock is an Obsolete class in GemStone 3.2 -- tests greeen in GemStone 3.2' ]. - self version309common: spec. - spec - for: #'squeakCommon' - do: [ - spec - project: 'Kom' with: '1.0.9'; - project: 'OB' with: #'stable'; - project: 'SPort2' with: '2.33'; - project: 'Grease Slime' with: '1.0.8'; - project: 'Grease Slime Tests' with: '1.0.8'; - project: 'WebClient Project' with: '1.5'. - spec - package: 'Comet-Core' with: 'Comet-Core-lr.51'; - package: 'Comet-Examples' with: 'Comet-Examples-lr.23'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-DaleHenrichs.9'; - package: 'Seaside-Adaptors-Comanche' - with: 'Seaside-Adaptors-Comanche-lr.70'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-lr.3'; - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Core' - with: 'Seaside-Pharo-Core-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-lr.57'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-lr.13'; - package: 'Seaside-Pharo-Environment' - with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: 'Seaside-Pharo-Tools-OmniBrowser.pharoOB-NickAger.7'; - package: 'Seaside-Pharo-Tools-Web' - with: 'Seaside-Pharo-Tools-Web-NickAger.39'; - package: 'Seaside-Slime' with: 'Seaside-Slime-JohanBrichau.83'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.14'; - package: 'Seaside-Tests-Pharo-Continuation' - with: 'Seaside-Tests-Pharo-Continuation-lr.8'; - package: 'Seaside-Tests-Pharo-Core' - with: 'Seaside-Tests-Pharo-Core-JohanBrichau.26'; - package: 'Seaside-Tests-Pharo-Development' - with: 'Seaside-Tests-Pharo-Development-pmm.24'; - package: 'Seaside-Tests-Pharo-Email' - with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-lr.13'; - package: 'Seaside-Tests-Slime' - with: 'Seaside-Tests-Slime-JohanBrichau.43'; - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10' ]. - spec - for: #'squeak' - do: [ - spec - package: 'Seaside-Tools-OmniBrowser' - with: 'Seaside-Tools-OmniBrowser-lr.26'; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: 'Seaside-Pharo-Tools-OmniBrowser-pmm.9'; - package: 'Seaside-Squeak-Tools-OmniBrowser' - with: 'Seaside-Squeak-Tools-OmniBrowser-topa.1'; - package: 'Seaside-Squeak-Welcome' - with: 'Seaside-Squeak-Welcome-NickAger.1' ]. - spec - for: #'pharo' - do: [ - spec project: 'Zinc' with: #'stable'. - spec - package: 'Seaside-Pharo-Welcome' - with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec for: #'pharo1.4.x' do: [ spec project: 'Kom' with: '1.1.1' ]. - spec - for: #'pharo1.0.x' - do: [ spec package: 'Seaside-Slime' with: 'Seaside-Slime-jok.80' ]. - spec - for: #('pharo1.x' 'squeak') - do: [ - spec - package: 'Seaside-Pharo-BlockContextCore' - with: 'Seaside-Pharo-BlockContextCore-JohanBrichau.1' ]. - spec - for: #'gemstone' - do: [ - spec - project: 'GsCore' with: '0.246'; - project: 'FastCGI' with: '0.235'; - project: 'OB' with: #'stable'; - project: 'Swazoo2' with: '2.2.0.4'; - project: 'Zinc' with: '2.4.3'. - spec - package: 'Javascript-GemStone-Core' - with: 'Javascript-GemStone-Core-DaleHenrichs.4'; - package: 'JQuery-UI' with: 'JQuery-UI.gemstone-dkh.81'; - package: 'Seaside-Adaptors-FastCGI' - with: 'Seaside-Adaptors-FastCGI-dkh.26'; - package: 'Seaside-Core' with: 'Seaside-Core.gemstone-dkh.771'; - package: 'Seaside-GemStone-Adaptors-Swazoo' - with: 'Seaside-GemStone-Adaptors-Swazoo-dkh.5'; - package: 'Seaside-GemStone-Adaptors-Zinc' - with: 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas.gemstone-dkh.119'; - package: 'Seaside-GemStone-Basic-Development' - with: 'Seaside-GemStone-Basic-Development-NickAger.25'; - package: 'Seaside-GemStone-Continuation' - with: 'Seaside-GemStone-Continuation-DaleHenrichs.20'; - package: 'Seaside-GemStone-Core' with: 'Seaside-GemStone-Core-dkh.63'; - package: 'Seaside-GemStone-Development' - with: 'Seaside-GemStone-Development-dkh.27'; - package: 'Seaside-GemStone-Environment' - with: 'Seaside-GemStone-Environment-dkh.12'; - package: 'Seaside-GemStone-Email' - with: 'Seaside-GemStone-Email-topa.13'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow-DaleHenrichs.11'; - package: 'Seaside-GemStone-Session' - with: 'Seaside-GemStone-Session-DaleHenrichs.3'; - package: 'Seaside-GemStone-ServiceTask' - with: 'Seaside-GemStone-ServiceTask-NickAger.20'; - package: 'Seaside-GemStone-Tools-Production' - with: 'Seaside-GemStone-Tools-Production-dkh.13'; - package: 'Seaside-GemStone-Tools-Web' - with: 'Seaside-GemStone-Tools-Web-DaleHenrichs.4'; - package: 'Seaside-GemStone-Tools-OmniBrowser' - with: 'Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4'; - package: 'Seaside-GemStone-Welcome' - with: 'Seaside-GemStone-Welcome-DaleHenrichs.1'; - package: 'Seaside-RenderLoop' - with: 'Seaside-RenderLoop.gemstone-dkh.74'; - package: 'Seaside-Session' with: 'Seaside-Session.gemstone-dkh.158'; - package: 'Seaside-Tests-GemStone-Continuation' - with: 'Seaside-Tests-GemStone-Continuation-DaleHenrichs.12'; - package: 'Seaside-Tests-GemStone-Core' - with: 'Seaside-Tests-GemStone-Core-dkh.15'; - package: 'Seaside-Tests-GemStone-Development' - with: 'Seaside-Tests-GemStone-Development-DaleHenrichs.4'; - package: 'Seaside-Tests-GemStone-Flow' - with: 'Seaside-Tests-GemStone-Flow-dkh.4'; - package: 'Seaside-Tests-GemStone-Functional' - with: 'Seaside-Tests-GemStone-Functional-dkh.12'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop.gemstone-dkh.13' ]. - spec - for: #'gs2.4.x' - do: [ - spec - package: 'Seaside-GemStone240-Core' - with: 'Seaside-GemStone240-Core-DaleHenrichs.3' ]. - spec - for: #'gs3.x' - do: [ - spec - package: 'Seaside-GemStone300-Core' - with: 'Seaside-GemStone300-Core-DaleHenrichs.4' ]. - spec - for: #'gs3.1.x' - do: [ spec package: 'Seaside-GemStone-Flow' with: 'Seaside-GemStone-Flow.310-dkh.12' ]. - spec - for: #'gs3.2.x' - do: [ - spec - package: 'Seaside-GemStone-Core' - with: 'Seaside-GemStone-Core.320-dkh.64'; - package: 'Seaside-GemStone-Flow' - with: 'Seaside-GemStone-Flow.310-dkh.12'; - yourself ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309common..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309common..st deleted file mode 100644 index 190f28aab..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version309common..st +++ /dev/null @@ -1,64 +0,0 @@ -versions-30 -version309common: spec - - "split into two methods because of excessive literals, - hence, no pragma." - spec for: #'common' do: [ - spec - project: 'Grease Core' with: '1.0.8'; - project: 'Grease Core Tests' with: '1.0.8'; - project: 'Swazoo2' with: '2.3.0.0'. - spec - package: 'Javascript-Core' with: 'Javascript-Core-pmm.94'; - package: 'JQuery-Core' with: 'JQuery-Core-lr.123'; - package: 'JQuery-UI' with: 'JQuery-UI-lr.80'; - package: 'Prototype-Core' with: 'Prototype-Core-lr.25'; - package: 'RSS-Core' with: 'RSS-Core-lr.67'; - package: 'RSS-Examples' with: 'RSS-Examples-lr.26'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.102'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-lr.111'; - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.118'; - package: 'Seaside-Component' with: 'Seaside-Component-jok.92'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.771'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.156'; - package: 'Seaside-Email' with: 'Seaside-Email-lr.21'; - package: 'Seaside-Environment' with: 'Seaside-Environment-NickAger.77'; - package: 'Seaside-Examples' with: 'Seaside-Examples-lr.23'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-pmm.26'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.23'; - package: 'Seaside-HTML5' with: 'Seaside-HTML5-pmm.28'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-lr.73'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.157'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-lr.19'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-lr.26'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-lr.25'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-NickAger.113'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-NickAger.40'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.68'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.42'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-NickAger.132'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.82'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-lr.13'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.61'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-lr.39'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.59'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-jok.33'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.258'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.43'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-lr.14'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-lr.27'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-lr.9'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-lr.13'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-dkh.34'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.142'; - package: 'Seaside-Tests-HTML5' with: 'Seaside-Tests-HTML5-pmm.28'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.11'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-lr.49'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-lr.18'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-lr.10'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version310..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version310..st deleted file mode 100644 index 63c92eccd..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version310..st +++ /dev/null @@ -1,156 +0,0 @@ -versions-31 -version310: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec author: 'JohanBrichau'. - spec timestamp: '12/31/2013 08:50'. - spec - project: 'Grease' with: '1.1.5'; - project: 'Grease Core Tests' with: '1.1.5'; - project: 'SPort2' with: '2.33'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.808'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.163'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-JohanBrichau.95'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.118'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.272'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.18'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.156'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.72'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.14'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.95'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-pmm.128'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.138'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-pmm.88'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.85'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.23'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.11'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.52'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-JohanBrichau.31'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline:'Seaside3' with: [ spec repository: 'github://glassdb/Seaside31:gemstone3.1/repository' ]; - import: 'Seaside3' - ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.66'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.30'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.1.5'; - project: 'Grease Slime Tests' with: '1.1.5'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.79'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3101..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3101..st deleted file mode 100644 index 72a67347f..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3101..st +++ /dev/null @@ -1,156 +0,0 @@ -versions-31 -version3101: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'StephanEggermont'. - spec timestamp: '2014-04-07'. - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.33'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.808'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.163'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-JohanBrichau.95'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.118'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.272'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.18'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.156'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.72'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.14'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.95'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-pmm.128'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.138'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-pmm.88'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.85'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.23'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.11'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.52'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-JohanBrichau.31'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline:'Seaside3' with: [ spec repository: 'github://glassdb/Seaside31:gemstone3.1/repository' ]; - import: 'Seaside3' - ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.66'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.30'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: '1.1.5'; - project: 'Grease Slime Tests' with: '1.1.5'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.79'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3102..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3102..st deleted file mode 100644 index 47df3b3d1..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3102..st +++ /dev/null @@ -1,156 +0,0 @@ -versions-31 -version3102: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'StephanEggermont'. - spec timestamp: '2014-04-07'. - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.33'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.808'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.163'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-JohanBrichau.95'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.118'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.272'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.18'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.156'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.72'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.14'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.95'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-pmm.128'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.138'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-pmm.88'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.85'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.23'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.11'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.52'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-JohanBrichau.31'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline:'Seaside3' with: [ spec repository: 'github://glassdb/Seaside31:gemstone3.1/repository' ]; - import: 'Seaside3' - ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.66'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.30'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.79'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3103..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3103..st deleted file mode 100644 index 28b0222ce..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3103..st +++ /dev/null @@ -1,156 +0,0 @@ -versions-31 -version3103: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'StephanEggermont'. - spec timestamp: '2014-06-25'. - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.808'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.163'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-JohanBrichau.95'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.118'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-pmm.33'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.272'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.18'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.156'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.72'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.14'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.95'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-pmm.128'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.138'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-pmm.88'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.85'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.23'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.11'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.52'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-JohanBrichau.31'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.40'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline:'Seaside3' with: [ spec repository: 'github://glassdb/Seaside31:gemstone3.1/repository' ]; - import: 'Seaside3' - ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-lr.5'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.66'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.30'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.3'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.3'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-pmm.4'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.79'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version311..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version311..st deleted file mode 100644 index e3e1d94f6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version311..st +++ /dev/null @@ -1,164 +0,0 @@ -versions-31 -version311: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'JohanBrichau'. - spec timestamp: '05/25/2014 15:40']. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.33'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.815'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.164'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.119'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.21'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.159'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.15'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.96'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.140'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.89'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.29'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.54'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.41'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://glassdb/Seaside31:3.1.1-gs31/repository' ]; - import: 'Seaside3']. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.67'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.4'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.10'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3111..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3111..st deleted file mode 100644 index 620a44106..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3111..st +++ /dev/null @@ -1,170 +0,0 @@ -versions-31 -version3111: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'JohanBrichau'. - spec timestamp: '05/25/2014 15:40']. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.815'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.164'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.119'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.21'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.159'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.15'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.96'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.140'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.89'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.29'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.54'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.41'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://glassdb/Seaside31:3.1.1-gs31/repository' ]; - import: 'Seaside3']. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-ar.10'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.67'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.4'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.10'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6']. - spec for: #'pharo4.x' do: [ - spec - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2']. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3112..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3112..st deleted file mode 100644 index ca3510762..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3112..st +++ /dev/null @@ -1,170 +0,0 @@ -versions-31 -version3112: spec - - - spec for: #'common' do: [ - spec blessing: #'release'. - spec author: 'topa'. - spec timestamp: '07/02/2014 23:12']. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.815'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.164'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.119'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.21'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.159'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.15'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.96'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.140'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.89'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.29'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.54'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.41'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://glassdb/Seaside31:3.1.1-gs31/repository' ]; - import: 'Seaside3']. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.67'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-pmm.4'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - - spec for: #(#'pharo3.x' #'pharo4.x') do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.10'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6']. - spec for: #'pharo4.x' do: [ - spec - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2']. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2']. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3113..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3113..st deleted file mode 100644 index 60ac4866e..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3113..st +++ /dev/null @@ -1,246 +0,0 @@ -versions-31 -version3113: spec - - spec - for: #'common' - do: [ - spec blessing: #'release'. - spec author: 'dkh'. - spec - description: - '- set of gemstone bugfixes: - https://github.com/glassdb/Seaside31/issues?milestone=1&page=1&state=closed'. - spec timestamp: '7/2/2014 22:00' ]. - spec - for: #'squeakCommon' - do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.815'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.164'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' - with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.119'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' - with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' - with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.21'; - package: 'Seaside-Tests-Environment' - with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' - with: 'Seaside-Tests-Functional-pmm.159'; - package: 'Seaside-Tests-InternetExplorer' - with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' - with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.15'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.96'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.140'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.89'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' - with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' - with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.29'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.54'; - package: 'Seaside-Tests-REST-Core' - with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-SvenVanCaekenberghe.41'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' - with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' - with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' - with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' - with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' - with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' - with: 'Seaside-Gettext-Examples-pmm.5' ]. - spec - for: #'gs3.x' - do: [ - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://glassdb/Seaside31:3.1.1.3-gs31/repository' ]; - import: 'Seaside3' ]. - spec - for: #'squeakCommon' - do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' - with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.6'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.67'; - package: 'Seaside-Pharo-Environment' - with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' - with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' - with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' - with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' - with: 'Seaside-Pharo-JSON-Core-pmm.4'; - package: 'Seaside-Tests-Pharo-JSON-Core' - with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' - with: 'Seaside-Gettext-Slime-PaulDeBruicker.9' ]. - spec - for: #(#'squeak' #'pharo1.x') - do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' - with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' - with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' - with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' - with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - spec - for: #'pharo1.x' - do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #'pharo2.x' - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #(#'pharo3.x' #'pharo4.x') - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.10'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3' ]. - spec - for: #'pharo3.x' - do: [ - spec - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6' ]. - spec - for: #'pharo4.x' - do: [ - spec - package: 'Seaside-Tests-Pharo40-Core' - with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2' ]. - spec - for: #'pharo' - do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' - with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' - with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec - for: #'squeak' - do: [ - spec - package: 'Seaside-Squeak-Welcome' - with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version312..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version312..st deleted file mode 100644 index eb13c8e3d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version312..st +++ /dev/null @@ -1,178 +0,0 @@ -versions-31 -version312: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec author: 'JohanBrichau'. - spec timestamp: '7/11/2014 12:58' ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #stable; - project: 'Zinc Project' with: #stable; - project: 'Gettext-Project' with: #stable. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.127'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.101'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.817'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.164'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.25'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.24'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.7'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.168'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.23'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.119'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.159'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-lr.9'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.15'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.96'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.140'; - package: 'JQuery-JSON' with: 'JQuery-JSON-pmm.1'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.1'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.69'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.55'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.28'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5' ]. - spec - for: #'gs3.x' - do: [ - spec - baseline: 'Seaside3' with: [ spec repository: 'github://GsDevKit/Seaside31:v3.1.2.1-gs/repository' ]; - import: 'Seaside3' ]. - spec - for: #squeakCommon - do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.6'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.67'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.33'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9' ]. - spec - for: #(#squeak #'pharo1.x') - do: [ - spec project: 'OB' with: #stable. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - spec - for: #'pharo1.x' - do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #'pharo2.x' - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #(#'pharo3.x' #'pharo4.x') - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-JohanBrichau.2'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.13'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3' ]. - spec - for: #'pharo3.x' - do: [ spec package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6' ]. - spec - for: #'pharo4.x' - do: [ spec package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2' ]. - spec - for: #pharo - do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version313..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version313..st deleted file mode 100644 index 286e3079c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version313..st +++ /dev/null @@ -1,169 +0,0 @@ -versions-31 -version313: spec - - - spec for: #'common' do: [ - spec blessing: #stable. - spec author: 'JohanBrichau'. - spec timestamp: '9/6/2014 13:53'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec - repository: 'github://GsDevKit/Seaside31:v3.1.3-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.85'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #'pharo4.x' do: [ - spec package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3131..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3131..st deleted file mode 100644 index 51d32eb49..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3131..st +++ /dev/null @@ -1,169 +0,0 @@ -versions-31 -version3131: spec - - - spec for: #'common' do: [ - spec blessing: #stable. - spec author: 'JohanBrichau'. - spec timestamp: '9/6/2014 13:53'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec - repository: 'github://GsDevKit/Seaside31:v3.1.3.1-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.85'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #'pharo4.x' do: [ - spec package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3132..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3132..st deleted file mode 100644 index 024dafc78..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3132..st +++ /dev/null @@ -1,169 +0,0 @@ -versions-31 -version3132: spec - - - spec for: #'common' do: [ - spec blessing: #stable. - spec author: 'topa'. - spec timestamp: '1/27/2015 21:21'. "printIt: [MetacelloPlatform current timestamp]"]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.278'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-lr.13'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.132'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec - repository: 'github://GsDevKit/Seaside31:v3.1.3.1-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.85'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #'pharo4.x' do: [ - spec package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version314..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version314..st deleted file mode 100644 index 1d0ecd98d..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version314..st +++ /dev/null @@ -1,182 +0,0 @@ -versions-31 -version314: spec - - - spec for: #'common' do: [ - spec blessing: #released. - spec author: 'JohanBrichau'. - spec description: 'Pharo40 compatibility + corrected package inclusion for Slime in Squeak and Pharo2'. - spec timestamp: '4/18/2015 22:19' ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec - repository: 'github://GsDevKit/Seaside31:v3.1.4-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #'pharo4.x' do: [ - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3141..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3141..st deleted file mode 100644 index a6cf03856..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3141..st +++ /dev/null @@ -1,261 +0,0 @@ -versions-31 -version3141: spec - - spec - for: #'common' - do: [ - spec blessing: #'released'. - spec author: 'JohanBrichau'. - spec description: 'Pharo-Development package compatibility for Pharo3+'. - spec timestamp: '5/31/2015 14:09' ]. - spec - for: #'squeakCommon' - do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.34'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' - with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' - with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' - with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' - with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' - with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' - with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' - with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' - with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' - with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' - with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' - with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' - with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' - with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' - with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' - with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' - with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' - with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' - with: 'Seaside-Gettext-Examples-pmm.5' ]. - spec - for: #'gs3.x' - do: [ - spec import: 'Seaside3'. - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://GsDevKit/Seaside31:v3.1.4.1-gs/repository' ] ]. - spec - for: #'squeakCommon' - do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' - with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Environment' - with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' - with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' - with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' - with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' - with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' - with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' - with: 'Seaside-Gettext-Slime-PaulDeBruicker.9' ]. - spec - for: #(#'squeak' #'pharo1.x') - do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' - with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Tests-Pharo-Core' - with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' - with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' - with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - spec - for: #'pharo1.x' - do: [ - spec - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #'pharo2.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #(#'pharo3.x' #'pharo4.x') - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.89'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3' ]. - spec - for: #'pharo3.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6' ]. - spec - for: #'pharo4.x' - do: [ - spec - package: 'Seaside-Pharo40-Continuation' - with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' - with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' - with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2' ]. - spec - for: #'pharo' - do: [ - spec - package: 'Seaside-Adaptors-Comanche' - with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' - with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec - for: #'squeak' - do: [ - spec - package: 'Seaside-Squeak-Welcome' - with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3142..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3142..st deleted file mode 100644 index d1e31fe9c..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3142..st +++ /dev/null @@ -1,261 +0,0 @@ -versions-31 -version3142: spec - - spec - for: #'common' - do: [ - spec blessing: #'released'. - spec author: 'StephanEggermont'. - spec description: 'TimeStamp removals'. - spec timestamp: '9/20/2015 12:20']. - spec - for: #'squeakCommon' - do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.35'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' - with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' - with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' - with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' - with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' - with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' - with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' - with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' - with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' - with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' - with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' - with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' - with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.57'; - package: 'Seaside-Tests-REST-Core' - with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' - with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' - with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' - with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' - with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' - with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' - with: 'Seaside-Gettext-Examples-pmm.5' ]. - spec - for: #'gs3.x' - do: [ - spec import: 'Seaside3'. - spec - baseline: 'Seaside3' - with: [ spec repository: 'github://GsDevKit/Seaside31:v3.1.4.1-gs/repository' ] ]. - spec - for: #'squeakCommon' - do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' - with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Environment' - with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' - with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' - with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' - with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' - with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' - with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' - with: 'Seaside-Gettext-Slime-PaulDeBruicker.9' ]. - spec - for: #(#'squeak' #'pharo1.x') - do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' - with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Tests-Pharo-Core' - with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' - with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' - with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' - with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' - with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - spec - for: #'pharo1.x' - do: [ - spec - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #'pharo2.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x') - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' - with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' - with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' - with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' - with: 'Seaside-Pharo-Development-JohanBrichau.89'; - package: 'Javascript-Pharo20-Core' - with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' - with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3' ]. - spec - for: #'pharo3.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' - with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' - with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6' ]. - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - package: 'Seaside-Pharo40-Continuation' - with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' - with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' - with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2' ]. - spec - for: #'pharo' - do: [ - spec - package: 'Seaside-Adaptors-Comanche' - with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' - with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' - with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec - for: #'squeak' - do: [ - spec - package: 'Seaside-Squeak-Welcome' - with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' - with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' - with: 'Javascript-Tests-Pharo-Core-lr.1' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3143..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3143..st deleted file mode 100644 index 3dc67d500..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version3143..st +++ /dev/null @@ -1,192 +0,0 @@ -versions-31 -version3143: spec - - spec - for: #common - do: [ - spec blessing: #released. - spec author: 'EstebanMaringolo'. - spec description: 'Seaside-REST extensions'. - spec timestamp: '01/20/2016 17:50' ]. - spec - for: #squeakCommon - do: [ - spec - project: 'Grease' with: #'release1.1'; - project: 'Grease Core Tests' with: #'release1.1'; - project: 'SPort2' with: '2.35'; - project: 'Swazoo2' with: #stable; - project: 'Zinc Project' with: #stable; - project: 'Gettext-Project' with: #stable; - project: 'Grease Slime' with: #'release1.1'; - project: 'Grease Slime Tests' with: #'release1.1'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-pmm.818'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.170'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.121'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-pmm.13'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-EstebanMaringolo.59'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-EstebanMaringolo.34'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5' ]. - spec - for: #'gs3.x' - do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ spec repository: 'github://GsDevKit/Seaside31:v3.1.4.1-gs/repository' ] ]. - spec - for: #squeakCommon - do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-pmm.39'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9' ]. - spec - for: #(#squeak #'pharo1.x') - do: [ - spec project: 'OB' with: #stable. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29' ]. - spec - for: #'pharo1.x' - do: [ - spec - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #'pharo2.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2' ]. - spec - for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x') - do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.17'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.89'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3' ]. - spec - for: #'pharo3.x' - do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6' ]. - spec - for: #(#'pharo4.x' #'pharo5.x') - do: [ - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2' ]. - spec - for: #pharo - do: [ - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2' ]. - spec - for: #squeak - do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1' ] \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version315..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version315..st deleted file mode 100644 index ac91faed5..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version315..st +++ /dev/null @@ -1,181 +0,0 @@ -versions-31 -version315: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec description: 'Pharo 5.0 compatibility'. - spec author: 'JohanBrichau'. - spec timestamp: '3/20/2016 21:15'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'SPort2' with: '2.35'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.834'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-DamienCassou.171'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.122'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-JohanBrichau.15'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-EstebanMaringolo.59'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-EstebanMaringolo.34'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-pmm.42'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec repository: 'github://GsDevKit/Seaside31:v3.1.4.1-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.42'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.18'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.89'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #(#'pharo4.x' #'pharo5.x' ) do: [ - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version316..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version316..st deleted file mode 100644 index 812bab564..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version316..st +++ /dev/null @@ -1,181 +0,0 @@ -versions-31 -version316: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec description: 'Zinc-Seaside bugfix (https://github.com/seasidest/seaside/issues/836)'. - spec author: 'JohanBrichau'. - spec timestamp: '6/25/2016 14:45'. ]. - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'SPort2' with: '2.35'; - project: 'Swazoo2' with: #'stable'; - project: 'Zinc Project' with: #'stable'; - project: 'Gettext-Project' with: #'stable'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.130'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.834'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.165'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-pmm.81'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.24'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.96'; - package: 'Seaside-Session' with: 'Seaside-Session-DamienCassou.171'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.24'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-pmm.122'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-StephanEggermont.35'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.64'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-PaulDeBruicker.279'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-JohanBrichau.23'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-pmm.162'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.73'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.23'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.97'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-pmm.71'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.133'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.141'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-JohanBrichau.2'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.91'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-JohanBrichau.86'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.27'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.14'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-DiegoLont.31'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-JohanBrichau.15'; - package: 'RSS-Core' with: 'RSS-Core-pmm.70'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-EstebanMaringolo.59'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-EstebanMaringolo.34'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-JohanBrichau.44'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.44'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.17'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.105'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.114'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-pmm.42'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-pmm.47'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-WillemVanDenEnde.11'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-pmm.5'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec repository: 'github://GsDevKit/Seaside31:v3.1.4.1-gs/repository' ]. ]. - - spec for: #'squeakCommon' do: [ - spec project: 'WebClient Project' with: '1.5'. - spec - package: 'WebClient-Seaside' with: 'WebClient-Seaside-topa.11'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.42'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-pmm.49'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-JohanBrichau.31'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.88'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.16'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.4'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' ) do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-StephanEggermont.5'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.18'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-JohanBrichau.89'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.3'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.85'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #(#'pharo4.x' #'pharo5.x' ) do: [ - spec - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.3'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.44'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-StephanEggermont.2'. ]. - - spec for: #'pharo' do: [ - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.81'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320..st deleted file mode 100644 index 754cec150..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320..st +++ /dev/null @@ -1,103 +0,0 @@ -versions-32 -version320: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec author: 'JohanBrichau'. - spec timestamp: '05/05/2016 15:45'. ]. - - "Split because of hitting literal limit" - self version320SqueakCommon: spec. - - spec for: #'pharo' do: [ - spec - project: 'Gettext-Project' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.85'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-JohanBrichau.13'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-JohanBrichau.7'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'; - package: 'Seaside-Pharo-FileSystem' with: 'Seaside-Pharo-FileSystem-JohanBrichau.1'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-JohanBrichau.43'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JB.53'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.33'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #(#'squeak4.6.x' #'squeak5.x' ) do: [ - spec - package: 'Seaside-Squeak-Tools-Development' with: 'Seaside-Squeak-Tools-Development-topa.3'; - package: 'WebClient-Seaside-Tools-Development' with: 'WebClient-Seaside-Tools-Development-topa.1'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' ) do: [ - spec - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-JohanBrichau.19'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.19'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.6'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Pharo50-Tools-Web' with: 'Seaside-Pharo50-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.4'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-JohanBrichau.3'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec repository: 'github://SeasideSt/Seaside:v3.2.0/repository' ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320SqueakCommon..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320SqueakCommon..st deleted file mode 100644 index 3b3447ca7..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version320SqueakCommon..st +++ /dev/null @@ -1,90 +0,0 @@ -versions-32 -version320SqueakCommon: spec - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Swazoo2' with: #'stable'; - project: 'WebClient Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.135'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.869'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.166'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-JohanBrichau.85'; - package: 'Seaside-Examples' with: 'Seaside-Examples-JohanBrichau.31'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.99'; - package: 'Seaside-Security' with: 'Seaside-Security-pmm.4'; - package: 'Seaside-Session' with: 'Seaside-Session-JohanBrichau.186'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-JohanBrichau.27'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-JohanBrichau.129'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-JohanBrichau.36'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.35'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.99'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.139'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.94'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.30'; - package: 'RSS-Core' with: 'RSS-Core-pmm.71'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-JohanBrichau.60'; - package: 'Seaside-Swagger-Core' with: 'Seaside-Swagger-Core-JohanBrichau.7'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.45'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-JohanBrichau.106'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-JohanBrichau.116'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-JohanBrichau.50'; - package: 'WebClient-Seaside-Adaptor' with: 'WebClient-Seaside-Adaptor-topa.1'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.95'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Security' with: 'Seaside-Pharo-Security-JohanBrichau.5'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Pharo-Swagger-Core' with: 'Seaside-Pharo-Swagger-Core-pmm.4'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.69'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.308'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.24'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-JohanBrichau.168'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Security' with: 'Seaside-Tests-Security-pmm.5'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.81'; - package: 'Seaside-Tests-Swagger-Core' with: 'Seaside-Tests-Swagger-Core-JohanBrichau.8'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.26'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.42'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Tests-Pharo-Security' with: 'Seaside-Tests-Pharo-Security-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.73'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.148'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.3'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.89'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.16'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-JohanBrichau.15'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.18'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-JohanBrichau.44'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321..st deleted file mode 100644 index f3bf81a96..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321..st +++ /dev/null @@ -1,103 +0,0 @@ -versions-32 -version321: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec author: 'JohanBrichau'. - spec timestamp: '09/16/2016 09:01'. ]. - - "Split because of hitting literal limit" - self version321SqueakCommon: spec. - - spec for: #'pharo' do: [ - spec - project: 'Gettext-Project' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.85'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-JohanBrichau.13'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-JohanBrichau.7'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'; - package: 'Seaside-Pharo-FileSystem' with: 'Seaside-Pharo-FileSystem-JohanBrichau.1'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-JohanBrichau.44'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JB.53'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.33'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #(#'squeak4.6.x' #'squeak5.x' ) do: [ - spec - package: 'Seaside-Squeak-Tools-Development' with: 'Seaside-Squeak-Tools-Development-topa.3'; - package: 'WebClient-Seaside-Tools-Development' with: 'WebClient-Seaside-Tools-Development-topa.1'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' ) do: [ - spec - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-JohanBrichau.19'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-JohanBrichau.19'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-JohanBrichau.5'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.6'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Pharo50-Tools-Web' with: 'Seaside-Pharo50-Tools-Web-JohanBrichau.4'; - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-JohanBrichau.2'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-JohanBrichau.4'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-JohanBrichau.3'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec repository: 'github://SeasideSt/Seaside:v3.2.0/repository' ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321SqueakCommon..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321SqueakCommon..st deleted file mode 100644 index 5e7dd0c22..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version321SqueakCommon..st +++ /dev/null @@ -1,90 +0,0 @@ -versions-32 -version321SqueakCommon: spec - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Swazoo2' with: #'stable'; - project: 'WebClient Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-JohanBrichau.135'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.871'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.166'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.26'; - package: 'Seaside-Environment' with: 'Seaside-Environment-JohanBrichau.85'; - package: 'Seaside-Examples' with: 'Seaside-Examples-JohanBrichau.31'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.99'; - package: 'Seaside-Security' with: 'Seaside-Security-EstebanMaringolo.5'; - package: 'Seaside-Session' with: 'Seaside-Session-JohanBrichau.186'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-JohanBrichau.27'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-JohanBrichau.129'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-JohanBrichau.36'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.35'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.99'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.139'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-UI' with: 'JQuery-UI-JohanBrichau.94'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.30'; - package: 'RSS-Core' with: 'RSS-Core-pmm.71'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-JohanBrichau.60'; - package: 'Seaside-Swagger-Core' with: 'Seaside-Swagger-Core-JohanBrichau.7'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.45'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-JohanBrichau.106'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-JohanBrichau.116'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-JohanBrichau.50'; - package: 'WebClient-Seaside-Adaptor' with: 'WebClient-Seaside-Adaptor-topa.1'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-pmm.95'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Security' with: 'Seaside-Pharo-Security-JohanBrichau.5'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Pharo-Swagger-Core' with: 'Seaside-Pharo-Swagger-Core-pmm.4'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.69'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.308'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.24'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-JohanBrichau.168'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Security' with: 'Seaside-Tests-Security-pmm.5'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.81'; - package: 'Seaside-Tests-Swagger-Core' with: 'Seaside-Tests-Swagger-Core-JohanBrichau.8'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.26'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-JohanBrichau.42'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Tests-Pharo-Security' with: 'Seaside-Tests-Pharo-Security-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.73'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-JohanBrichau.148'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.3'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.89'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.16'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-JohanBrichau.15'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-jok.33'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.18'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-JohanBrichau.44'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322..st deleted file mode 100644 index 2164c5e09..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322..st +++ /dev/null @@ -1,103 +0,0 @@ -versions-32 -version322: spec - - - spec for: #'common' do: [ - spec blessing: #'released'. - spec author: 'JohanBrichau'. - spec timestamp: '06/09/2017 18:40'. ]. - - "Split because of hitting literal limit" - self version322SqueakCommon: spec. - - spec for: #'pharo' do: [ - spec - project: 'Gettext-Project' with: #'stable'; - project: 'Zinc Project' with: #'stable'. - spec - package: 'Seaside-Adaptors-Comanche' with: 'Seaside-Adaptors-Comanche-pmm.85'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Welcome' with: 'Seaside-Pharo-Welcome-NickAger.2'; - package: 'Seaside-Gettext-Core' with: 'Seaside-Gettext-Core-JohanBrichau.13'; - package: 'Seaside-Gettext-Examples' with: 'Seaside-Gettext-Examples-JohanBrichau.7'; - package: 'Seaside-Gettext-Slime' with: 'Seaside-Gettext-Slime-PaulDeBruicker.9'; - package: 'Seaside-Pharo-FileSystem' with: 'Seaside-Pharo-FileSystem-JohanBrichau.1'; - package: 'Zinc-Seaside' with: 'Zinc-Seaside-JohanBrichau.44'. ]. - - spec for: #'squeak' do: [ - spec - package: 'Seaside-Squeak-Welcome' with: 'Seaside-Squeak-Welcome-NickAger.1'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'. ]. - - spec for: #(#'squeak' #'pharo1.x' ) do: [ - spec project: 'OB' with: #'stable'. - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Pharo-Tools-Web' with: 'Seaside-Pharo-Tools-Web-JB.53'; - package: 'Seaside-Pharo-Core' with: 'Seaside-Pharo-Core-pmm.23'; - package: 'Seaside-Tests-Pharo-Core' with: 'Seaside-Tests-Pharo-Core-pmm.33'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo-REST-Core' with: 'Seaside-Pharo-REST-Core-pmm.7'; - package: 'Seaside-Pharo-Tools-OmniBrowser' with: 'Seaside-Pharo-Tools-OmniBrowser-lr.7'; - package: 'Seaside-Tools-OmniBrowser' with: 'Seaside-Tools-OmniBrowser-pmm.29'. ]. - - spec for: #(#'squeak4.6.x' #'squeak5.x' ) do: [ - spec - package: 'Seaside-Squeak-Tools-Development' with: 'Seaside-Squeak-Tools-Development-topa.3'; - package: 'WebClient-Seaside-Tools-Development' with: 'WebClient-Seaside-Tools-Development-topa.1'. ]. - - spec for: #'pharo1.x' do: [ - spec - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Javascript-Pharo-Core' with: 'Javascript-Pharo-Core-JohanBrichau.12'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Tests-Adaptors-Comanche' with: 'Seaside-Tests-Adaptors-Comanche-pmm.15'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #'pharo2.x' do: [ - spec - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'; - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.5'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.18'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-pmm.9'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-pmm.6'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-pmm.2'. ]. - - spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' ) do: [ - spec - package: 'Seaside-Pharo20-Core' with: 'Seaside-Pharo20-Core-pmm.6'; - package: 'Seaside-Pharo-Email' with: 'Seaside-Pharo-Email-pmm.21'; - package: 'Seaside-Pharo20-REST-Core' with: 'Seaside-Pharo20-REST-Core-pmm.3'; - package: 'Seaside-Pharo-Tools-Spec' with: 'Seaside-Pharo-Tools-Spec-StephanEggermont.25'; - package: 'Javascript-Pharo20-Core' with: 'Javascript-Pharo20-Core-pmm.6'; - package: 'Javascript-Tests-Pharo-Core' with: 'Javascript-Tests-Pharo-Core-lr.1'; - package: 'Seaside-Pharo-Gettext-Core' with: 'Seaside-Pharo-Gettext-Core-JohanBrichau.6'; - package: 'Seaside-Tests-Slime' with: 'Seaside-Tests-Slime-pmm.45'. ]. - - spec for: #'pharo3.x' do: [ - spec - package: 'Seaside-Pharo20-Tools-Web' with: 'Seaside-Pharo20-Tools-Web-JohanBrichau.6'; - package: 'Seaside-Pharo-Continuation' with: 'Seaside-Pharo-Continuation-pmm.7'; - package: 'Seaside-Slime' with: 'Seaside-Slime-pmm.86'; - package: 'Seaside-Tests-Pharo20-Core' with: 'Seaside-Tests-Pharo20-Core-JohanBrichau.6'. ]. - - spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [ - spec - package: 'Seaside-Pharo50-Tools-Web' with: 'Seaside-Pharo50-Tools-Web-pmm.8'; - package: 'Seaside-Pharo40-Continuation' with: 'Seaside-Pharo40-Continuation-pmm.3'; - package: 'Seaside-Pharo40-Slime' with: 'Seaside-Pharo40-Slime-pmm.5'; - package: 'Seaside-Tests-Pharo40-Core' with: 'Seaside-Tests-Pharo40-Core-pmm.4'. ]. - - spec for: #'gs3.x' do: [ - spec import: 'Seaside3'. - spec baseline: 'Seaside3' with: [ - spec repository: 'github://SeasideSt/Seaside:v3.2.0/repository' ]. ]. diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322SqueakCommon..st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322SqueakCommon..st deleted file mode 100644 index b791eabe6..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/version322SqueakCommon..st +++ /dev/null @@ -1,90 +0,0 @@ -versions-32 -version322SqueakCommon: spec - - spec for: #'squeakCommon' do: [ - spec - project: 'Grease' with: #'release1.2'; - project: 'Grease Core Tests' with: #'release1.2'; - project: 'Grease Slime' with: #'release1.2'; - project: 'Grease Slime Tests' with: #'release1.2'; - project: 'Swazoo2' with: #'stable'; - project: 'WebClient Project' with: #'stable'. - spec - package: 'Seaside-Canvas' with: 'Seaside-Canvas-pmm.137'; - package: 'Seaside-Component' with: 'Seaside-Component-pmm.102'; - package: 'Seaside-Core' with: 'Seaside-Core-JohanBrichau.872'; - package: 'Seaside-Development' with: 'Seaside-Development-pmm.166'; - package: 'Seaside-Email' with: 'Seaside-Email-pmm.27'; - package: 'Seaside-Environment' with: 'Seaside-Environment-JohanBrichau.85'; - package: 'Seaside-Examples' with: 'Seaside-Examples-pmm.35'; - package: 'Seaside-Flow' with: 'Seaside-Flow-pmm.25'; - package: 'Seaside-InternetExplorer' with: 'Seaside-InternetExplorer-pmm.8'; - package: 'Seaside-RenderLoop' with: 'Seaside-RenderLoop-pmm.99'; - package: 'Seaside-Security' with: 'Seaside-Security-EstebanMaringolo.5'; - package: 'Seaside-Session' with: 'Seaside-Session-pmm.187'; - package: 'Seaside-Tools-Core' with: 'Seaside-Tools-Core-pmm.30'; - package: 'Seaside-Tools-Web' with: 'Seaside-Tools-Web-JohanBrichau.129'; - package: 'Seaside-Widgets' with: 'Seaside-Widgets-JohanBrichau.36'; - package: 'Seaside-JSON-Core' with: 'Seaside-JSON-Core-pmm.35'; - package: 'Javascript-Core' with: 'Javascript-Core-pmm.99'; - package: 'JQuery-Core' with: 'JQuery-Core-JohanBrichau.139'; - package: 'JQuery-JSON' with: 'JQuery-JSON-JohanBrichau.3'; - package: 'JQuery-UI' with: 'JQuery-UI-pmm.95'; - package: 'Seaside-FileSystem' with: 'Seaside-FileSystem-JohanBrichau.30'; - package: 'RSS-Core' with: 'RSS-Core-pmm.71'; - package: 'Seaside-REST-Core' with: 'Seaside-REST-Core-pmm.65'; - package: 'Seaside-Swagger-Core' with: 'Seaside-Swagger-Core-JohanBrichau.7'; - package: 'RSS-Examples' with: 'RSS-Examples-pmm.27'; - package: 'Seaside-Swazoo' with: 'Seaside-Swazoo-pmm.20'; - package: 'Seaside-Adaptors-Swazoo' with: 'Seaside-Adaptors-Swazoo-pmm.45'; - package: 'Comet-Core' with: 'Comet-Core-pmm.55'; - package: 'Comet-Examples' with: 'Comet-Examples-pmm.26'; - package: 'Prototype-Core' with: 'Prototype-Core-pmm.29'; - package: 'Scriptaculous-Core' with: 'Scriptaculous-Core-pmm.107'; - package: 'Scriptaculous-Components' with: 'Scriptaculous-Components-pmm.117'; - package: 'Seaside-Welcome' with: 'Seaside-Welcome-JohanBrichau.50'; - package: 'WebClient-Seaside-Adaptor' with: 'WebClient-Seaside-Adaptor-topa.1'; - package: 'Seaside-Pharo-Canvas' with: 'Seaside-Pharo-Canvas-pmm.4'; - package: 'Seaside-Pharo-Development' with: 'Seaside-Pharo-Development-TravisCI.96'; - package: 'Seaside-Pharo-Environment' with: 'Seaside-Pharo-Environment-lr.6'; - package: 'Seaside-Pharo-Flow' with: 'Seaside-Pharo-Flow-lr.5'; - package: 'Seaside-Pharo-Security' with: 'Seaside-Pharo-Security-JohanBrichau.5'; - package: 'Seaside-Pharo-JSON-Core' with: 'Seaside-Pharo-JSON-Core-JohanBrichau.5'; - package: 'Seaside-Pharo-Swagger-Core' with: 'Seaside-Pharo-Swagger-Core-pmm.6'; - package: 'Comet-Pharo-Core' with: 'Comet-Pharo-Core-lr.6'; - package: 'Seaside-Tests-Canvas' with: 'Seaside-Tests-Canvas-pmm.69'; - package: 'Seaside-Tests-Pharo-Canvas' with: 'Seaside-Tests-Pharo-Canvas-pmm.1'; - package: 'Seaside-Tests-Component' with: 'Seaside-Tests-Component-pmm.36'; - package: 'Seaside-Tests-Core' with: 'Seaside-Tests-Core-pmm.309'; - package: 'Seaside-Tests-Development' with: 'Seaside-Tests-Development-pmm.45'; - package: 'Seaside-Tests-Email' with: 'Seaside-Tests-Email-pmm.24'; - package: 'Seaside-Tests-Environment' with: 'Seaside-Tests-Environment-pmm.30'; - package: 'Seaside-Tests-Examples' with: 'Seaside-Tests-Examples-pmm.11'; - package: 'Seaside-Tests-Flow' with: 'Seaside-Tests-Flow-pmm.37'; - package: 'Seaside-Tests-Functional' with: 'Seaside-Tests-Functional-JohanBrichau.168'; - package: 'Seaside-Tests-InternetExplorer' with: 'Seaside-Tests-InternetExplorer-pmm.10'; - package: 'Seaside-Tests-RenderLoop' with: 'Seaside-Tests-RenderLoop-JohanBrichau.14'; - package: 'Seaside-Tests-Security' with: 'Seaside-Tests-Security-pmm.5'; - package: 'Seaside-Tests-Session' with: 'Seaside-Tests-Session-pmm.81'; - package: 'Seaside-Tests-Swagger-Core' with: 'Seaside-Tests-Swagger-Core-pmm.10'; - package: 'Seaside-Tests-Tools-Web' with: 'Seaside-Tests-Tools-Web-pmm.26'; - package: 'Seaside-Tests-UTF8' with: 'Seaside-Tests-UTF8-pmm.16'; - package: 'Seaside-Tests-Pharo-Continuation' with: 'Seaside-Tests-Pharo-Continuation-pmm.9'; - package: 'Seaside-Tests-Pharo-Development' with: 'Seaside-Tests-Pharo-Development-TravisCI.45'; - package: 'Seaside-Tests-Pharo-Email' with: 'Seaside-Tests-Pharo-Email-pmm.1'; - package: 'Seaside-Tests-Pharo-Functional' with: 'Seaside-Tests-Pharo-Functional-pmm.15'; - package: 'Seaside-Tests-Pharo-Security' with: 'Seaside-Tests-Pharo-Security-pmm.2'; - package: 'Seaside-Tests-Pharo-JSON-Core' with: 'Seaside-Tests-Pharo-JSON-Core-pmm.1'; - package: 'Javascript-Tests-Core' with: 'Javascript-Tests-Core-JohanBrichau.73'; - package: 'JQuery-Tests-Core' with: 'JQuery-Tests-Core-pmm.149'; - package: 'JQuery-Tests-JSON' with: 'JQuery-Tests-JSON-pmm.3'; - package: 'JQuery-Tests-UI' with: 'JQuery-Tests-UI-pmm.89'; - package: 'Seaside-Tests-FileSystem' with: 'Seaside-Tests-FileSystem-JohanBrichau.16'; - package: 'Seaside-Tests-JSON' with: 'Seaside-Tests-JSON-JohanBrichau.15'; - package: 'RSS-Tests-Core' with: 'RSS-Tests-Core-lr.30'; - package: 'Seaside-Tests-REST-Core' with: 'Seaside-Tests-REST-Core-pmm.35'; - package: 'Comet-Tests-Core' with: 'Comet-Tests-Core-lr.11'; - package: 'Prototype-Tests-Core' with: 'Prototype-Tests-Core-pmm.18'; - package: 'Scriptaculous-Tests-Core' with: 'Scriptaculous-Tests-Core-pmm.63'; - package: 'Scriptaculous-Tests-Components' with: 'Scriptaculous-Tests-Components-JohanBrichau.44'; - package: 'Seaside-Tests-Welcome' with: 'Seaside-Tests-Welcome-lr.6'. ]. \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/workspace.st b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/workspace.st deleted file mode 100644 index 6383aa6e2..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/instance/workspace.st +++ /dev/null @@ -1,76 +0,0 @@ -accessing -workspace -"Installing and running Seaside implies 3 steps: 1) load the metacello configuration; 2) load the packages; 3) start seaside" - -"1) The first step is to install the Metacello configuration. You can do this in several ways. For example, you can just add the repository http://www.squeaksource.com/MetacelloRepository using the MonticelloBrowser and then load the package ConfigurationOfSeaside. Other ways include using Gofer (mostly in Pharo) or Installer (mostly in Squeak)" - -"Pharo" - (Smalltalk at: #Gofer) new - squeaksource: 'MetacelloRepository'; - package: #ConfigurationOfSeaside3; - load. - -"Squeak trunk, 3.10, images: - (Installer squeaksource - project: 'MetacelloRepository'; - packagesMatching: 'ConfigurationOfSeaside-*') first install" - -"2) Once the configuration is load, now you should load the packages that you want. You may want to install only Seaside or install also Pier or Magritte. You may also want tests or addons. For example, to load Seaside 2.8:" - -ConfigurationOfSeaside3 project latestVersion load: 'Seaside 2.8'. - -"There are several combinations. Here are other examples:" - -"Seaside2.8" -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Seaside 2.8 Examples' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Magritte' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Magritte Tests' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Magritte' 'Pier' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Magritte' 'Pier Tests' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 2.8' 'Magritte' 'Pier' 'Pier AddOns' ). - -"Load explicit version of Pier, Magritte and Seaside2.8, including tests" -(ConfigurationOfSeaside3 project version: '1.0.7') - load: #('Seaside 2.8' 'Seaside 2.8 Examples' 'Magritte Tests' 'Pier Tests' - 'Pier AddOns'). - -"Seaside3.0 - load full code base for Seaside3.0 including development tools" -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' 'Magritte2' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' 'Magritte2 Tests' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' 'Magritte2' 'Pier2' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' 'Magritte2' 'Pier2 Tests' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0' 'Magritte2' 'Pier2' 'Pier2 AddOns' ). - -"Seaside3.0 - minimum load ... - Seaside 3.0 Production - Seaside 3.0 base plus adaptors ... no Seaside applications loaded" -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0 Production' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0 Production' 'Magritte2' ). -ConfigurationOfSeaside3 project latestVersion load: #( 'Seaside 3.0 Production' 'Pier2' 'Pier2 AddOns' ). - -"Load explicit version of Pier, Magritte and Seaside3.0, including tests" -"See http://code.google.com/p/glassdb/wiki/Seaside30Configuration#Load_Pier,_Magritte,_and_Seaside_Avoiding_Out_of_Memory_Conditio when loading Seaside3.0, Magritte and Pier into GLASS" -(ConfigurationOfSeaside3 project version: '1.0.7') - load: #('Seaside 3.0' 'Magritte2 Tests' 'Pier2 Tests' 'Pier2 AddOns'). - -"Load bleeding edge Seaside 3.0 mcz files" -(Smalltalk at: #Gofer) new - squeaksource: 'MetacelloRepository'; - package: 'ConfigurationOfGrease'; - package: #ConfigurationOfSeaside3; - package: 'ConfigurationOfMagritte2'; - package: 'ConfigurationOfPier2'; - package: 'ConfigurationOfPierAddOns2'; - load. -((Smalltalk at: #ConfigurationOfGrease) project version: '1.0.1-baseline') load: 'ALL'. -((Smalltalk at: #ConfigurationOfSeaside3) project version: '3.0.1-baseline') load: 'ALL'. -((Smalltalk at: #ConfigurationOfMagritte2) project version: '2.0.6-baseline') load: 'ALL'. -((Smalltalk at: #ConfigurationOfPier2) project version: '2.0.7-baseline') load: 'ALL'. -((Smalltalk at: #ConfigurationOfPierAddOns2) project version: '2.0.7-baseline') load: 'ALL'. - - -"3) Once you have installed all the packages you want, you will probably want to start the Seaside web server. The easiest (but not the only one) is evaluating: " -(Smalltalk at: #WAKom) startOn: 8080. "Pharo or Squeak ... default adaptor for Pier2" -(Smalltalk at: #WASwazooAdaptor) startOn: 8080. "Pharo, GemStone or Squeak" -(Smalltalk at: #WAGsSwazooAdaptor) startOn: 8080. "GemStone" -"Then go to http://localhost:8080/seaside" \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/methodProperties.json b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/methodProperties.json deleted file mode 100644 index 6ca87a2ef..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/methodProperties.json +++ /dev/null @@ -1,222 +0,0 @@ -{ - "instance" : { - "baseline320filesystem:" : "JohanBrichau 7/23/2015 16:11", - "version303:" : "dkh 12/13/2010 18:18", - "baseline311jquery:" : "JohanBrichau 2/8/2014 14:52", - "baseline302:" : "pmm 11/21/2010 12:45", - "baseline311:" : "dkh 07/14/2014 21:03", - "workspace" : "DiegoLont 7/17/2013 16:02", - "version30011common:" : "JohanBrichau 6/7/2014 09:01", - "version30013:" : "JohanBrichau 6/8/2014 10:26", - "version3143:" : "EstebanMaringolo 1/20/2016 17:57", - "version304:" : "dkh 3/3/2011 15:30", - "baseline320gettext:" : "JohanBrichau 3/20/2016 15:17", - "version3051:" : "dkh 08/09/2011 11:21", - "baseline303:" : "DaleHenrichs 12/10/2010 12:05", - "version300:" : "DaleHenrichs 10/11/2010 14:46", - "baseline312slime:" : "CyrilFerlicot 11/11/2016 15:41", - "baseline3018:" : "JohanBrichau 6/10/2017 09:26", - "version30017common:" : "JohanBrichau 4/4/2016 19:56", - "baseline304commonBaseline:" : "DaleHenrichs 02/15/2011 12:03", - "version301:" : "DaleHenrichs 11/11/2010 13:13", - "baseline310jqueryui:" : "JohanBrichau 12/31/2013 08:39", - "baseline310filesystem:" : "StephanEggermont 6/25/2014 23:04", - "baseline300:" : "DaleHenrichs 11/5/2010 16:24", - "baseline311scriptaculous:" : "JohanBrichau 2/8/2014 14:54", - "version30011:" : "JohanBrichau 6/8/2014 10:26", - "version3141:" : "dkh 06/05/2015 16:53", - "baseline300alpha515Common:" : "dkh 11/18/2010 09:51", - "development:" : "JohanBrichau 9/16/2016 08:53", - "baseline3016:" : "JohanBrichau 4/3/2016 11:23", - "baseline308commonBaseline:" : "PaulDeBruicker 10/31/2013 15:16", - "version3142:" : "StephanEggermont 9/20/2015 15:10", - "version300alpha515:" : "DaleHenrichs 07/13/2010 16:55", - "baseline311welcome:" : "JohanBrichau 8/27/2015 15:39", - "baseline300rcCommon:" : "dkh 11/18/2010 09:51", - "baseline3010commonBaseline:" : "JohanBrichau 1/25/2014 14:06", - "baseline300alpha505Common:" : "dkh 11/18/2010 09:51", - "version322SqueakCommon:" : "JohanBrichau 6/9/2017 19:12", - "baseline311ob:" : "JohanBrichau 5/24/2014 17:01", - "baseline310scriptaculous:" : "JohanBrichau 9/12/2013 15:44", - "baseline320pharo:" : "CyrilFerlicot 10/18/2016 16:28", - "version300alpha507:" : "DaleHenrichs 1/27/2010 17:18", - "baseline310welcome:" : "topa 12/23/2013 11:39", - "baseline320security:" : "EstebanMaringolo 9/15/2016 23:42", - "baseline311common:" : "JohanBrichau 10/16/2015 16:14", - "baseline310ob:" : "topa 5/22/2014 13:33", - "version3131:" : "JohanBrichau 10/9/2014 21:56", - "version300alpha508:" : "DaleHenrichs 2/9/2010 12:12", - "baseline3010:" : "dkh 02/18/2015 15:48", - "version300alpha513:" : "dkh 5/14/2010 17:09", - "version3132:" : "topa 1/27/2015 21:23", - "baseline310json:" : "pmm 9/15/2013 13:07", - "baseline310adaptors:" : "PaulDeBruicker 1/24/2014 06:50", - "baseline300alpha511Common:" : "dkh 11/18/2010 09:51", - "version300alpha509:" : "DaleHenrichs 3/1/2010 14:55", - "version3031:" : "DaleHenrichs 02/17/2011 12:21", - "version300alpha505:" : "dkh 1/11/2010 16:52", - "baseline3011:" : "DaleHenrichs 11/17/2010 13:18", - "version300alpha514:" : "DaleHenrichs 6/1/2010 14:34", - "version300alpha5051:" : "DaleHenrichs 04/21/2010 16:45", - "version309common:" : "JohanBrichau 9/12/2013 17:55", - "baseline311jqueryui:" : "JohanBrichau 2/8/2014 14:53", - "baseline3011commonBaseline:" : "dkh 11/18/2010 09:51", - "baseline310jquery:" : "JohanBrichau 9/12/2013 15:44", - "baseline3018commonBaseline:" : "JohanBrichau 9/21/2016 10:22", - "version300alpha506:" : "DaleHenrichs 1/26/2010 15:35", - "version30501:" : "dkh 09/02/2011 15:45", - "version321SqueakCommon:" : "JohanBrichau 9/16/2016 09:13", - "baseline310comet:" : "pmm 9/14/2013 15:05", - "baseline311comet:" : "JohanBrichau 2/8/2014 14:52", - "version300alpha511:" : "DaleHenrichs 5/12/2010 16:37", - "baseline320common:" : "pmm 9/10/2016 13:49", - "baseline301Common:" : "dkh 11/18/2010 09:51", - "baseline311json:" : "JohanBrichau 2/8/2014 14:53", - "baseline310gemstone:" : "JohanBrichau 12/31/2013 08:38", - "version300alpha503:" : "dkh 12/15/2009 09:56", - "version3091:" : "dkh 04/17/2014 12:11", - "version300alpha512:" : "DaleHenrichs 5/12/2010 17:53", - "version3113:" : "dkh 07/02/2014 22:00", - "baseline3071:" : "dkh 05/24/2012 09:33", - "baseline320squeak:" : "JohanBrichau 3/20/2016 16:35", - "version30019common:" : "JohanBrichau 1/11/2017 10:46", - "version300alpha504:" : "dkh 12/31/2009 09:55", - "baseline310rest:" : "JohanBrichau 2/1/2014 17:14", - "baseline320welcome:" : "JohanBrichau 5/15/2016 10:10", - "baseline300alpha509:" : "DaleHenrichs 3/1/2010 13:54", - "baseline320rest:" : "NorbertHartl 10/18/2016 14:38", - "baseline302commonBaseline:" : "DaleHenrichs 11/22/2010 10:03", - "baseline300rc2Common:" : "dkh 11/18/2010 09:51", - "project" : "dkh 1/11/2010 14:57", - "baseline309commonBaseline:" : "PaulDeBruicker 10/31/2013 15:15", - "version300alpha501:" : "dkh 12/01/2009 11:22", - "baseline311javascript:" : "CyrilFerlicot 11/11/2016 15:41", - "version300alpha510:" : "DaleHenrichs 3/29/2010 12:41", - "version3111:" : "StephanEggermont 7/2/2014 18:54", - "version3010:" : "JohanBrichau 6/7/2014 09:20", - "baseline300alpha506:" : "DaleHenrichs 1/26/2010 15:32", - "version320SqueakCommon:" : "JohanBrichau 6/25/2016 14:44", - "baseline300alpha515:" : "DaleHenrichs 07/23/2010 10:22", - "baseline311adaptors:" : "pmm 7/15/2015 14:25", - "baseline300alpha511:" : "DaleHenrichs 4/9/2010 16:17", - "version300alpha502:" : "dkh 12/9/2009 11:17", - "version3103:" : "StephanEggermont 6/25/2014 23:15", - "baseline3061:" : "dkh 3/28/2012 15:23", - "version3112:" : "topa 7/2/2014 23:10", - "baseline310pharo:" : "StephanEggermont 6/10/2014 15:27", - "baseline300alpha507Common:" : "dkh 11/18/2010 09:51", - "version3011:" : "DaleHenrichs 11/19/2010 12:34", - "baseline300alpha507:" : "dkh 1/27/2010 15:52", - "baseline311rest:" : "StephanEggermont 9/20/2015 15:15", - "baseline306commonBaseline:" : "PaulDeBruicker 10/31/2013 15:18", - "baseline311pharo:" : "StephanEggermont 9/20/2015 15:15", - "baseline312pharo:" : "StephanEggermont 9/20/2015 15:40", - "stable:" : "DiegoLont 5/12/2014 15:30", - "version30018:" : "JohanBrichau 9/21/2016 10:24", - "version309:" : "PaulDeBruicker 11/1/2013 11:47", - "baseline310common:" : "PaulDeBruicker 1/15/2014 08:20", - "baseline308:" : "PaulDeBruicker 10/31/2013 15:17", - "baseline312gettext:" : "StephanEggermont 9/20/2015 15:15", - "version30018common:" : "JohanBrichau 9/16/2016 10:03", - "release31:" : "JohanBrichau 3/20/2016 19:30", - "baseline300alpha504:" : "DaleHenrichs 1/13/2010 20:45", - "baseline300rc2:" : "DaleHenrichs 11/5/2010 16:24", - "version30019:" : "JohanBrichau 6/10/2017 09:24", - "baseline311gemstone:" : "dkh 07/14/2014 22:23", - "version300alpha500:" : "dkh 11/13/2009 10:36", - "baseline309:" : "PaulDeBruicker 10/31/2013 15:16", - "baseline311gettext:" : "dkh 10/01/2014 15:42", - "baseline320adaptors:" : "topa 10/6/2015 01:54", - "release32:" : "JohanBrichau 6/9/2017 19:20", - "baseline311rss:" : "JohanBrichau 2/8/2014 14:53", - "version3010common:" : "JohanBrichau 2/9/2014 15:55", - "version3101:" : "StephanEggermont 4/7/2014 12:30", - "version315:" : "JohanBrichau 3/20/2016 21:15", - "baseline300alpha505:" : "DaleHenrichs 11/5/2010 16:24", - "baseline300rc3:" : "DaleHenrichs 11/5/2010 16:24", - "baseline311filesystem:" : "StephanEggermont 6/25/2014 23:02", - "version3071:" : "dkh 09/25/2012 09:44", - "bleedingEdge:" : "StephanEggermont 1/25/2016 15:48", - "baseline300alpha501:" : "DaleHenrichs 1/13/2010 20:44", - "version308common:" : "JohanBrichau 6/8/2013 10:02", - "version30016:" : "JohanBrichau 4/3/2016 11:15", - "version300rc2:" : "DaleHenrichs 08/27/2010 13:15", - "baseline3051:" : "dkh 07/29/2011 18:07", - "version3102:" : "JohanBrichau 6/10/2014 19:38", - "version320:" : "NorbertHartl 10/18/2016 14:40", - "version307:" : "NickAger 4/5/2012 18:11", - "version316:" : "JohanBrichau 6/25/2016 14:47", - "baseline306:" : "PaulDeBruicker 10/31/2013 15:18", - "version3063:" : "dkh 2/3/2012 09:49", - "version312:" : "PaulDeBruicker 8/23/2014 15:18", - "release3:" : "JohanBrichau 5/5/2016 16:17", - "baseline300alpha502:" : "DaleHenrichs 1/13/2010 20:44", - "version321:" : "NorbertHartl 10/18/2016 14:41", - "version30017:" : "JohanBrichau 7/3/2016 17:33", - "version300rc3:" : "DaleHenrichs 09/03/2010 09:49", - "baseline320:" : "JohanBrichau 5/15/2016 10:08", - "baseline300alpha506Common:" : "dkh 11/18/2010 09:51", - "version308:" : "PaulDeBruicker 11/1/2013 11:46", - "baseline300rc:" : "DaleHenrichs 11/5/2010 16:24", - "baseline307:" : "dkh 3/28/2012 15:23", - "version3064:" : "StephaneDucasse 3/17/2012 18:49", - "release30:" : "JohanBrichau 4/4/2016 19:59", - "version313:" : "JohanBrichau 9/14/2014 16:36", - "baseline300alpha509Common:" : "dkh 11/18/2010 09:51", - "baseline3016commonBaseline:" : "JohanBrichau 4/26/2015 17:51", - "baseline300alpha503:" : "DaleHenrichs 1/13/2010 20:44", - "version322:" : "JohanBrichau 6/9/2017 18:58", - "baseline312:" : "JohanBrichau 4/7/2015 07:08", - "baseline310rss:" : "JohanBrichau 9/12/2013 15:44", - "version30014:" : "dkh 06/17/2014 15:53", - "version305:" : "dkh 9/20/2011 10:26", - "version314:" : "JohanBrichau 4/18/2015 22:19", - "baseline304:" : "dkh 2/28/2011 13:56", - "version3061:" : "dkh 10/18/2011 15:52", - "version300rc:" : "DaleHenrichs 07/27/2010 12:47", - "version310:" : "JohanBrichau 2/17/2014 10:24", - "baseline300alpha500:" : "DaleHenrichs 2/5/2010 22:28", - "version30015:" : "StephanEggermont 6/25/2014 23:17", - "version300rc1:" : "DaleHenrichs 07/29/2010 17:19", - "seaside304DoIts" : "pmm 7/17/2015 10:30", - "baseline310javascript:" : "JohanBrichau 12/31/2013 08:39", - "baseline303commonBaseline:" : "DaleHenrichs 12/10/2010 12:01", - "version306:" : "dkh 9/20/2011 10:22", - "version302:" : "DaleHenrichs 11/22/2010 12:31", - "version3062:" : "dkh 10/18/2011 21:38", - "version311:" : "JohanBrichau 6/23/2014 21:08", - "baseline301:" : "dkh 11/9/2010 15:50", - "baseline310:" : "JohanBrichau 1/4/2014 17:31", - "version30012:" : "JohanBrichau 6/8/2014 10:26" - }, - "class" : { - "validate" : "DaleHenrichs 12/06/2010 11:57", - "scriptToCopyMczs" : "dkh 10/07/2014 15:04", - "lastMetacelloVersionLoad" : "dkh 11/13/2009 16:33", - "catalogDescription" : "TorstenBergmann 4/7/2016 09:16", - "saveConfiguration:" : "DaleHenrichs 12/06/2010 11:56", - "saveModifiedPackages:" : "DaleHenrichs 12/06/2010 11:56", - "project" : "dkh 11/05/2009 16:55", - "isMetacelloConfig" : "dkh 11/05/2009 16:55", - "copyToGemSource" : "DaleHenrichs 12/06/2010 13:20", - "copyMczFromSmalltalkhubToFileTree:" : "pmm 8/24/2016 09:27", - "loadLatestVersion" : "dkh 11/05/2009 16:55", - "bootstrapPackage:from:" : "dkh 11/05/2009 16:55", - "createNewDevelopmentVersion" : "DaleHenrichs 1/11/2011 15:01", - "createNewBaselineVersion" : "DaleHenrichs 2/9/2011 11:39", - "catalogKeyClassesAndExample" : "TorstenBergmann 4/7/2016 09:17", - "catalogKeywords" : "TorstenBergmann 4/7/2016 09:16", - "releaseSeaside30" : "dkh 07/14/2014 15:04", - "catalogChangeLog" : "TorstenBergmann 4/7/2016 09:17", - "saveModifiedPackagesAndConfiguration:" : "DaleHenrichs 12/06/2010 11:56", - "DevelopmentProcess" : "JohanBrichau 7/24/2015 09:30", - "metacelloVersion:loads:" : "dkh 11/13/2009 16:33", - "catalogContactInfo" : "TorstenBergmann 4/7/2016 09:17", - "createNewBaselineVersion:from:" : "DaleHenrichs 2/9/2011 11:42", - "compareVersions" : "DaleHenrichs 1/14/2011 11:50", - "load" : "DaleHenrichs 12/19/2009 10:53", - "releaseDevelopmentVersion:" : "DaleHenrichs 1/11/2011 15:05", - "updateToLatestPackageVersions:" : "DaleHenrichs 02/11/2011 17:42", - "ensureMetacello" : "DaleHenrichs 06/20/2010 16:22" - } -} \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/properties.json b/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/properties.json deleted file mode 100644 index 559bb9db1..000000000 --- a/repository/ConfigurationOfSeaside3.package/ConfigurationOfSeaside3.class/properties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "commentStamp" : "JohanBrichau 1/18/2014 11:46", - "super" : "Object", - "category" : "ConfigurationOfSeaside3", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ - "LastVersionLoad" - ], - "instvars" : [ - "project" - ], - "name" : "ConfigurationOfSeaside3", - "type" : "normal" -} \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/monticello.meta/categories.st b/repository/ConfigurationOfSeaside3.package/monticello.meta/categories.st deleted file mode 100644 index 932881b53..000000000 --- a/repository/ConfigurationOfSeaside3.package/monticello.meta/categories.st +++ /dev/null @@ -1 +0,0 @@ -SystemOrganization addCategory: #ConfigurationOfSeaside3! diff --git a/repository/ConfigurationOfSeaside3.package/monticello.meta/package b/repository/ConfigurationOfSeaside3.package/monticello.meta/package deleted file mode 100644 index 710068667..000000000 --- a/repository/ConfigurationOfSeaside3.package/monticello.meta/package +++ /dev/null @@ -1 +0,0 @@ -(name 'ConfigurationOfSeaside3') \ No newline at end of file diff --git a/repository/ConfigurationOfSeaside3.package/monticello.meta/version b/repository/ConfigurationOfSeaside3.package/monticello.meta/version deleted file mode 100644 index d5eed69df..000000000 --- a/repository/ConfigurationOfSeaside3.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'ConfigurationOfSeaside3-JohanBrichau.329' message 'Seaside 3.0.19 also works on Pharo 6' id 'cc40babf-f70d-0d00-abab-7a1e0e5213ac' date '10 June 2017' time '9:27:01.976577 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.328' message 'Release 3.2.2' id 'b88e90ec-eb0d-0d00-8cca-d0390449e87d' date '9 June 2017' time '7:20:34.611216 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.327' message 'typo' id '312917cf-eb0d-0d00-8cc9-19760449e87d' date '9 June 2017' time '7:12:20.116169 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.326' message 'Update Seaside 3.2.2' id '0b745cc3-eb0d-0d00-b9bb-934a0d9b8c99' date '9 June 2017' time '7:09:03.330708 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.325' message 'Seaside 3.2.2 bugfix release (Pharo6 compatibility)' id '3761cf7b-eb0d-0d00-8d1a-30a10449e87d' date '9 June 2017' time '6:49:02.903008 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.324' message 'dev version 3.2.2 ' id '0a2b9a57-eb0d-0d00-8d19-be720449e87d' date '9 June 2017' time '6:38:55.435829 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.323' message 'Added a legacy release 3.0.19 with a backported jQuery-UI upgrade' id '0e3cad52-7fee-493e-aea3-dc72f90c2b34' date '11 January 2017' time '10:47:29.675594 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-CyrilFerlicot.322' message 'Add #pharo6.x attribute to some missing dependencies.' id 'ae02505c-b234-b74e-a2b7-019ac43be02c' date '11 November 2016' time '3:44:25.753475 pm' author 'CyrilFerlicot' ancestors ((name 'ConfigurationOfSeaside3-NorbertHartl.321' message 'Added platform attribute #pharo6.x to all version > 3.2.0' id 'c5c382e8-a313-40cb-a9d3-44e19f2a7cf3' date '18 October 2016' time '2:42:23.313661 pm' author 'NorbertHartl' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.320' message 'Drop support for Seaside-FileSystem in Pharo 4 and 5 (there is an alternative via ZnZincStaticServerAdaptor)' id '350c6d41-e5f2-4f70-97bd-adc45c70a3c1' date '21 September 2016' time '10:26:32.730256 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.319' message 'Made a legacy release 3.0.18 where an upgrade of jQuery was backported' id 'afa3a9e8-9a52-41f6-a77e-649406877273' date '16 September 2016' time '10:03:58.070177 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.318' message 'Incremented seaside version number to 3.2.1' id '1eb99ffb-d130-43ed-9a88-4d2b75fb2af8' date '16 September 2016' time '9:14:20.808513 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.317' message 'removed the development tags from the version 3.2.0 and 3.2.1 specs' id '4938aa25-7f51-48ad-9622-9c4ec9e8630e' date '16 September 2016' time '9:07:56.767193 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.316' message 'Finally decided it''s better to mark a version 3.2.1 instead of silenty upgrading packages in an existing published version, even though the old version does not load anymore.' id 'b67159e3-213b-4aca-9ad4-71ae9e2f49c5' date '16 September 2016' time '9:04:04.887397 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.315' message '- rollback the rollback: esteban''s version was correct - move dev to version 3.3.0' id '829fe657-d408-499b-a2a0-d67eefb9fe26' date '16 September 2016' time '8:54:38.654769 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.314' message 'rollback change to version 3.2.0 and apply it to version 3.2.1' id 'a16401bf-c665-40d7-beb7-f38966c11a1b' date '16 September 2016' time '8:39:26.811897 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-EstebanMaringolo.313' message 'Changes #baseline320security: to use SmalltalkHub''s repo for the Cryptography package in Pharo and SqueakSource for Squeak. Update version 3.2.0 to reference updated versions of Seaside-Security and Seaside-Core. Change the name of the group of Security tests from ''Tests'' (ambiguous) to ''Security Tests''' id '9bcda089-d3e1-4ccd-9ff4-c15364a73282' date '15 September 2016' time '11:54:11.261667 pm' author 'EstebanMaringolo' ancestors ((name 'ConfigurationOfSeaside3-EstebanMaringolo.312' message 'Fixes #baseline320security: that had a specific spec and package reference for Pharo that wasn''t working. Now it uses the same #squeakCommon spec.' id '57a8dff5-a6da-4e91-be29-7628e93171ae' date '13 September 2016' time '1:04:36.108636 am' author 'EstebanMaringolo' ancestors ((name 'ConfigurationOfSeaside3-pmm.311' message 'Seaside-Examples should depend on JQuery - https://github.com/SeasideSt/Seaside/issues/893' id 'e066878d-1aa9-41e1-9542-769220964728' date '10 September 2016' time '1:50:32.92198 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.310' message 'Load Grease 1.2 for legacy version 3.0 in Pharo 4&5' id 'bad56cef-f4c2-49d7-8060-d0bcd28f12f5' date '3 July 2016' time '5:34:10.326581 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.309' message 'update to Grease 1.2 when loading legacy version 3.0.17 in Pharo5' id '0617080a-a32f-4b12-9004-36f9e26fc106' date '3 July 2016' time '12:09:13.930738 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.308' message 'Version 3.2.1 and 3.1.6 (fix bug in Zinc adaptor) ' id '1c26f696-58a3-46de-b27a-96497b860a33' date '3 July 2016' time '10:14:46.719456 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.307' message 'Fix inclusion of JQuery-Tests in the Welcome group because it contains the examples referenced in the welcome site' id '0f769cdd-b7be-4ffa-aacd-b8ebcbce088f' date '15 May 2016' time '10:11:12.414827 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.306' message 'fix up Seaside github project reference ' id '1cadfe8e-b853-4fc9-b555-763b0950713c' date '14 May 2016' time '8:17:30 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.305' message 'Release Seaside 3.2.0' id 'aaffba05-443c-4e95-98c5-9dcc3d657b83' date '5 May 2016' time '4:17:45 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.304' message 'updated version 3.2.0' id 'a301e32d-6b87-4c6d-9b58-9301755f4e5a' date '5 May 2016' time '3:49:19 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.303' message 'updated version 3.2.0' id '317bc182-c72e-4a6e-a63e-f65490157e72' date '5 May 2016' time '3:46:20 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.302' message 'Updated 3.2.0 and changed the version methods to re-enable automated updates using the metacello tools' id '677dc2c1-812f-4f2e-96c5-78fe76bb5e35' date '9 April 2016' time '11:06:58 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-TorstenBergmann.301' message 'add catalog messages for catalog.pharo.org' id '765f338d-f67b-8640-9f61-b7195cd49699' date '7 April 2016' time '9:18:45 am' author 'TorstenBergmann' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.300' message 'Added a legacy version 3.0.17 for Seaside 3.0 on Pharo 5' id '13b68ff9-24b4-462a-a4af-3c0acda83adb' date '4 April 2016' time '8:22:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.299' message 'Added a legacy version 3.0.17 for Seaside 3.0 on Pharo 5' id '8960fe39-9ffe-4960-b6c6-2b9cac8e09d5' date '4 April 2016' time '8:00:11 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.298' message 'Enable loading seaside 3.0 in Pharo5.0' id '96717242-b731-4830-a21d-0e09abdadb24' date '3 April 2016' time '12:04:20 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.297' message 'updated 3.2.0' id 'a6b46f62-770b-4cc5-abbe-60b1f6dcb9d7' date '3 April 2016' time '10:23 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.296' message 'updated 3.2.0' id 'faaad2f4-aca4-492f-8b50-19eb70b5492d' date '1 April 2016' time '11:37:41 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.295' message 'updated 3.2.0 with split-off package Pharo50-Web-Tools' id '58533d3d-fae2-4eb6-a0a3-8670ca38fba4' date '26 March 2016' time '3:08:54 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.294' message 'updated 3.2.0, expecting to break Pharo3 and earlier now... (for now)' id '8a8138de-9e4e-4da2-9a06-8b0016368451' date '20 March 2016' time '9:32:49 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.293' message 'Updated 3.1.5 with fixed icons in Pharo Spec Tool' id 'd71b9d3d-f36c-4602-8014-e1de630f02ad' date '20 March 2016' time '9:19:42 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.292' message 'release 3.1.5 for pharo' id 'a82ddea0-7e6b-4bb2-bb0d-90ad3f61b62b' date '20 March 2016' time '7:31:01 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.291' message 'started work on 3.1.5 ' id '5e8b3da1-080a-4866-b6b4-71405a230c6f' date '20 March 2016' time '7:26:39 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.290' message 'Merge the parallel versions of the config (mess up due to working with several images)' id '0d8da278-cecb-4bb1-837c-60954e6e85ae' date '20 March 2016' time '5:33:14 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.289' message 'updated 3.2.0' id 'c88b66f2-16df-46ba-a361-b80400388900' date '20 March 2016' time '4:45:57 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-JohanBrichau.288' message 'Split off Squeak-specific package for compatibility in 3.2.0' id 'e93b1804-3b47-4e8f-9843-6afec1c9553e' date '20 March 2016' time '4:36:05 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.283' message 'updated 3.2.0 ' id '6ee1d6c5-f1e4-4271-a336-565897ee91e6' date '16 March 2016' time '5:24:48 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.282' message 'No development and bleedingEdge of release3.2 for Pharo 1 and 2, spec for: #(''pharo1.x'' ''pharo2.x'') version: #''release3.1''. ' id '0555e1e9-9b01-46e1-9317-0d018afd478a' date '25 January 2016' time '3:49:27 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-EstebanMaringolo.281' message 'Adds version 3.1.4.3 as #release3' id '3a717360-abe2-4741-bfdc-e30e0e39cb0e' date '20 January 2016' time '5:59:15 am' author 'EstebanMaringolo' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.280' message 'Updated 3.2.0 with a Squeak compatibility change' id 'f88c2dfc-7ab7-4753-a7a6-fc84b1018b7b' date '24 October 2015' time '5:59:56 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.279' message 'Added a ''OneClick'' group for beginners to Seaside 3.1 baseline' id 'a3c4acb1-9ab4-4a73-a2f2-4a9fa24a2467' date '16 October 2015' time '4:14:58 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-topa.278' message 'Bump Seaside-Squeak-Tools-Development' id '71bb2417-ba51-4b75-a825-d841c4b2a68d' date '6 October 2015' time '2:56:16 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-topa.277' message 'Zinc should not load in OneClick on Squeak' id '0459b639-a9af-4a0b-a525-f5157399839e' date '6 October 2015' time '2:15:23 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-topa.276' message '3.2: Add ToolBuilder-Based Squeak tools, Cope for WebClient-Seaside Split.' id 'efa4958a-5d9c-467b-8a80-929d7a93281d' date '6 October 2015' time '2:01:50 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.275' message 'missing one reference to pharo5.x' id 'c99f1b2e-01db-4569-a0e1-6c9be55e0b35' date '20 September 2015' time '3:40:49 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.274' message 'Added #''pharo5.x'' in-place, assuming that everything needed for pharo 4.x is also needed for pharo 5.x' id '217881aa-8cc6-4f4c-b99b-b3ff61badf9e' date '20 September 2015' time '3:19:40 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.273' message 'Release 3.1 -> 3.1.4.2, replacing TimeStamp by DateAndTime ' id 'd6127906-fcdb-4bc0-ae75-c24b0809eb26' date '20 September 2015' time '12:29:56 pm' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.272' message 'fix broken reference for Seaside-Pharo-Email in squeakCommon, but now in the correct baseline method' id '9f39b125-a6af-47d5-bc96-f286c2b1fafb' date '18 September 2015' time '3:32:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.271' message '- fix broken reference for Seaside-Pharo-Email in squeakCommon - fix Swagger inclusion with REST in Squeak and Pharo1.x ' id '5d65c15a-74d3-443a-9d67-d8dab212c867' date '18 September 2015' time '2:32:44 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.270' message 'update of 3.2.0' id 'f688159b-cdf6-4911-b659-ff09ccec6b4f' date '28 August 2015' time '10:59:24 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.269' message 'a bit of baseline cleaning' id 'bde9b293-b689-40af-a7c6-3e28cd37bacc' date '27 August 2015' time '3:42:18 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.268' message 'changed definition of OneClick group' id 'a04f99c4-69a6-466f-9805-22e4c947a2f6' date '24 July 2015' time '5:32:50 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.267' message 'changed definition of OneClick group' id '7f3a057e-d12a-4c53-85f7-cf8991805ab0' date '24 July 2015' time '5:26:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.266' message 'updated 3.2.0' id '42646beb-f2b0-4ae5-bfed-79191c0bf557' date '24 July 2015' time '5:17:24 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.265' message 'added a OneClick group for easy install' id '2c6b698b-03fd-4bc0-bd22-4c41bf0e0f88' date '24 July 2015' time '5:10:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.264' message 'added #release3.2 symbol' id 'ecc58ae1-6b38-41e8-a2e7-9d4af7bd1d9f' date '24 July 2015' time '4:50:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.263' message '- add version for swagger pharo - add version for swagger tests' id 'afd2cdf3-e652-430c-adad-2830c0bdb486' date '24 July 2015' time '2:18:28 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.262' message 'split version320 method to work around literal limit' id '48d5ace4-c72e-4517-a46b-0fc5b70087b9' date '24 July 2015' time '12:59:28 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.261' message 'merged pmm and mine versions' id '9da9c788-2825-4fd2-9630-e914acb5ac36' date '24 July 2015' time '12:53:59 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.258' message 'fixed dependencies in swagger baseline' id '859a2f8d-fe4a-4c4a-8a94-4e36e8defa00' date '24 July 2015' time '12:27:40 pm' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-pmm.260' message '- bump slime' id '6bdccdda-8782-4112-a2a4-3364933f2450' date '24 July 2015' time '12:32:40 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.259' message '- swagger tests obviously require swagger' id '3f9362f6-a3b1-4c0a-8ece-609bdad095d5' date '24 July 2015' time '12:20:50 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.258' message '- Swagger needs JSON' id '307a3e5e-ce07-4516-acec-2e6c64876376' date '24 July 2015' time '12:11:54 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.257' message 'gettext examples updated and included in CI group' id 'e5cde7fe-dd24-4626-a1d1-9e108c81aa46' date '24 July 2015' time '10:51:58 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.256' message 'changes to DevelopmentProcess' id '04639f42-32bd-457c-9ddd-fab88bf49fa2' date '24 July 2015' time '9:31:16 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.255' message 'rearranged version320 method for clarity' id '59baa984-dfa0-41c8-88e7-eac4104b241b' date '24 July 2015' time '9:20:34 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.254' message 'Split pharo-specific parts of Filesystem package' id '89274204-d496-443f-852b-78ab9c73591a' date '23 July 2015' time '4:17:11 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.253' message 'corrected versions of Slime for various Pharo platforms' id '0287a3d7-d9c3-4afd-970c-e8b7511a89ea' date '23 July 2015' time '12:00:16 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.252' message 'fix baseline of swagger pharo' id '3bfa6355-0385-4d58-a0e8-f315a5900ef7' date '23 July 2015' time '11:48:03 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.251' message 'updated version 3.2.0 with latests packages and included Swagger ' id '0b6a202b-db45-4a6c-b54d-fac4b111e9bf' date '23 July 2015' time '11:42:19 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.250' message '- empty merge commit' id '5b7ecaff-4f3d-488f-a57a-410ff43b90dd' date '17 July 2015' time '10:34:05 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.249' message '#838 Usage of class-side #initialize is not portable' id 'd7ade571-3d10-4e0c-8380-5eb32a078d19' date '17 July 2015' time '10:33:30 am' author 'pmm' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-JohanBrichau.249' message 'updated 3.2.0' id '25fdcb83-4bdb-47e8-b2e8-54cd93ec2495' date '16 July 2015' time '4:36:56 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.248' message '- gettext does not load into Squeak' id 'ad12219d-4f27-4a8f-ab32-f7d1cd3de2e0' date '16 July 2015' time '11:23:49 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.247' message '- Zinc does not load into Squeak' id 'b82c8974-d623-4c73-afc2-f256b19c27c1' date '15 July 2015' time '2:33:54 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.246' message 'Updated version 3.2.0' id '1b42d7a1-7b0a-46b4-857e-4e7241cc718d' date '15 July 2015' time '1:59:36 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.245' message 'updated versions of 3.1.4 (for GS) and 3.2.0 (dev) (this change was made months back, forgot to publish)' id 'd8e51550-5e16-464f-ac43-a9afdb91234e' date '12 July 2015' time '12:22:21 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.244' message 'slipstream reference to GemStone release 3.1.4.1-gs on github (https://github.com/GsDevKit/Seaside31/releases/tag/v3.1.4.1-gs) in version 3.1.4.1' id '8fbe80a5-57fc-45cf-8f05-fdf941b79f58' date '5 June 2015' time '4:57:22 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.243' message '3.1.4.1 fixes issues in Pharo-Development (only concerned for Development)' id '4b482f82-d2fe-4e6d-b566-f57cece29137' date '31 May 2015' time '2:10:53 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.242' message '- final fixes for 3.0.16 - mark latest stable release in gemstone as 3.1.4' id '1ea7c811-30b9-4e69-a94e-14a5cd3f9016' date '1 May 2015' time '1:01:47 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.241' message 'Used a monticello-branch for the Tests-Pharo-Core package in Pharo40 rather than creating a new package to simplify the metacello spec' id '7c3a23cc-ceb9-4ce6-a43d-8106b5e44ebe' date '1 May 2015' time '12:49:36 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.240' message 'hacking the spec for 3.0.16 baseline in Pharo4 to fix loading' id 'bba8bf88-37a3-4bf9-8ea5-b7204406949b' date '1 May 2015' time '12:32:37 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.239' message 'Keep using Grease1.0 for 3.0 except in Pharo4' id '81d6b084-976a-48b4-9cdc-803677820184' date '1 May 2015' time '12:26:48 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.238' message 'Mark 3.0.16 as stable release for 3.0 branch' id '8b8c00a9-180b-4dbe-9c19-44cd656571e3' date '1 May 2015' time '12:13:09 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.237' message 'legacy version 3.0.16' id 'a80aad2a-4739-4751-aac7-770a8d6a5c09' date '1 May 2015' time '11:11:09 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.236' message 'fix 3.0.16' id '856a6430-6daf-4dbd-a97b-7cb5d0909b6f' date '27 April 2015' time '8:28:21 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.235' message 'Legacy version 3.0.16 to work with Pharo4 and Seaside 3.0 ' id '33745ee6-d6fa-4ad3-90b0-5bcfe4393cb2' date '27 April 2015' time '9:07:19 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.234' message 'version 3.0.16 uses Grease1.1 for loading into Pharo4' id '5982ae4a-c11f-4adb-985f-3bc30b97a529' date '20 April 2015' time '9:58:33 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-JohanBrichau.233' message 'corrected testExceptionHandlerNesting' id 'be57d60d-7351-4e85-9dd6-9c25d3cdd907' date '18 April 2015' time '10:21:29 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.232' message 'hold off marking 3.1.4 stable for gemstone until it really exists' id '5e118b63-3bde-4937-ae4b-228d7ff8a796' date '8 April 2015' time '7:35:50 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.231' message 'forgot a package in 3.1.4' id '9ddb74cd-b6f1-43bd-bfbf-2805db34bfb4' date '8 April 2015' time '4:55:54 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.230' message 'Release 3.1.4' id 'e3855d09-5db2-4a74-9108-2856052e5da8' date '8 April 2015' time '4:35:45 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.229' message 'updated 3.2.0' id '37508983-afe4-4859-b7f7-1d453ee0ce52' date '7 April 2015' time '7:40:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.228' message 'Version spec fixes for Pharo4.0' id '4d79fb4b-b970-4500-8439-dcbe1fd02157' date '7 April 2015' time '7:12:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.227' message 'Changes to baselines and versions for compatibility with Pharo4: - version 3.1.4 (unreleased) - version 3.2.0 (unreleased)' id '0ad6a08f-7d1d-4fb0-bab6-4940fb7a4037' date '6 April 2015' time '2:33:10 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.226' message 'updated 3.2.0' id 'ab7ffe50-da9d-4270-9c1b-cec231d9e396' date '4 April 2015' time '4:36:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.225' message 'updated version 3.1.4' id 'b4cba80f-3499-44e9-a309-3098c785a655' date '4 April 2015' time '4:30:50 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.224' message 'typo + merge .223 versions' id '4c55203d-c8a0-4f44-86f0-18c2e0f380ba' date '4 April 2015' time '4:23:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.223' message 'version 3.1.4 for Pharo40 ' id '3aa2962c-52fd-4867-9504-442051753fbe' date '4 April 2015' time '4:14:50 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-JohnMcKeon.223' message '-fix version strings for two packages' id '0bfa6309-5b16-404d-b001-2220cbde4187' date '17 March 2015' time '11:23:04 am' author 'JohnMcKeon' ancestors ((name 'ConfigurationOfSeaside3-dkh.222' message 'Modification to ConfigurationOfSeaside3>>baseline3010: for #gemstone only, in order to be able to load Pier3.0.1 ... which I believe to be the last version known to work on GemStone...' id 'caa5147f-ba94-43c2-a101-dafa3464044f' date '18 February 2015' time '3:59:38 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-topa.221' message 'Bump to 3.1.3.2: (Re-)enable Slime for Squeak' id '5d1927d9-96e7-4271-9806-7d6c4faf300e' date '27 January 2015' time '9:55:22 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.220' message 'include some fixes in Seaside-Gettext' id 'b88e4a43-8f27-4c34-b99e-3f9a08d31f51' date '24 January 2015' time '1:59:39 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.219' message 'updated 3.2.0' id 'f8e48e45-92d0-4c46-85c7-7eb3662ea5ff' date '20 January 2015' time '7:31:33 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.218' message 'Updated 3.2.0' id '3f021e48-b39e-479e-ba6b-f25e8bfcd124' date '8 November 2014' time '10:58:36 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.217' message 'Removed Seaside30Addons repository for the Gettext packages in 3.2 baseline' id '36192644-757a-46ae-97c2-2be9e96ab7a4' date '5 November 2014' time '8:16:42 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.216' message 'default group now loads Core,Email,JSON,Javascript,JQuery and JQueryUI groups while it previously only loaded the Core group. This enhances discoverability for newcomers and existing users can still configure the load to only load the groups they need.' id 'd8a47338-92c2-412f-958e-5a6372bbce4d' date '11 October 2014' time '11:54:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.215' message 'defined 3.1.3.1 version to fix load issues on GS' id '60a32482-9f21-42e1-8160-d9b8ee2a758a' date '9 October 2014' time '9:59:05 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.214' message 'defined 3.1.3.1 version to fix load issues on GS' id 'bdeca224-3e44-43f4-a429-ca6d88a532f7' date '9 October 2014' time '9:58:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.213' message 'clean up a couple of undefined symbols (in GemStone)' id 'cba1bee7-d255-418b-b6ec-5f3842786ee5' date '7 October 2014' time '3:05:48 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.212' message 'fix 3.2.0 for pharo2.0' id 'bfc83ab8-a2ee-4876-8ba3-3fc1aa2347b1' date '3 October 2014' time '9:27:05 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.211' message 'use development version of Grease in 3.2.0' id 'fb0fdb53-4451-40f7-9492-2a8838b03338' date '3 October 2014' time '9:11:05 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.210' message 'Seaside-Pharo-Email had an old version in Pharo1.x' id '7c7cd1fe-c27c-4c51-b6ec-6094d107fce8' date '3 October 2014' time '9:05:33 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.209' message 'fix version 3.2.0' id '3c2fb338-6eb4-4d33-b56a-f6ea9e27b604' date '3 October 2014' time '9:01:02 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.208' message 'updated 3.2.0' id '4dbcd0eb-cc62-499f-85a9-ca5a4c58688f' date '3 October 2014' time '8:26:07 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.207' message 'Fix version 3.2.0 wrt new baseline' id '8347522e-1820-41b7-9f69-9526726b5314' date '3 October 2014' time '1:07:16 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.206' message 'Seaside-Filesystem moved to core repo' id '4a457448-7a97-4fed-a254-a3748e112dfd' date '2 October 2014' time '9:43:18 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.205' message 'fix up a couple of 311 and 320 baselines (REST and Gettext) for GemStone ... since GemStone is "forwarding" to the baseline on GitHub, none of the shared configs should have a #common section ... this type of change should be applied to 310 baselines as well, but considering how old the baselines are I will leave them alone for now.' id '531addbb-6bf5-4257-92ec-0fc3dbf67017' date '1 October 2014' time '3:43:39 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.204' message 'fix up a couple of 311 and 320 baselines (REST and Gettext) for GemStone ... since GemStone is "forwarding" to the baseline on GitHub, none of the shared configs should have a #common section ... this type of change should be applied to 310 baselines as well, but considering how old the baselines are I''ll leave them alone for now.' id '6839f447-ee48-471a-a09b-9134a802a4d7' date '1 October 2014' time '3:41:22 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.203' message 'updated 3.2.0' id 'c0322993-20aa-4c2c-9b43-383afa02e985' date '20 September 2014' time '1:12:09 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.202' message 'set blessing of 3.1.3 to #stable to ensure proper operation of Gofer''s #loadStable' id 'fa9791dd-72b5-4ed5-91fc-bc79eaf26b15' date '14 September 2014' time '4:36:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.201' message 'updated 3.1.3 too' id 'ac78d05b-d938-4108-a8a8-3cfcea06fe40' date '6 September 2014' time '1:53:49 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.200' message 'fix blessing of 3.1.3' id '7b637eaf-62c9-4218-bc4a-40c5663ca1a0' date '6 September 2014' time '1:26:29 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.199' message 'update 3.2.0' id 'dff99a0c-a41c-46d1-8edb-e7fd601bd9c0' date '6 September 2014' time '1:24:51 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.198' message '- load fixed versions of Pharo development' id '562b4817-e7a0-47d0-a5be-833a0aef71ea' date '6 September 2014' time '1:16:54 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.197' message 'fixed 3.1.3 version differently to allow publishing to github repo' id '078a55ad-966b-418b-b8b5-61aaa4515145' date '6 September 2014' time '12:22:34 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.196' message 'Pharo20 has a failing test in 3.1.3 which is a Pharo20 bug, mark it as expected failure (it only affects the WABrowser example)' id '0546e571-4e51-4b87-97ca-f4f78693147f' date '6 September 2014' time '12:10:44 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.195' message 'release 3.1.3' id '18d8c997-eeda-47a1-bf56-8bd394d0217c' date '6 September 2014' time '11:34:37 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.194' message 'update 3.1.3' id 'a68225db-f4c0-44a4-b940-01c46834efb3' date '6 September 2014' time '11:17:10 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.193' message 'updated version 3.1.3' id '84c5f2ef-015e-46f4-a2ab-aab833b86ca3' date '25 August 2014' time '7:35:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.192' message 'added back version 3.1.3' id 'f611f7b6-63be-4b03-bbf0-f80c243bc62c' date '25 August 2014' time '7:31:32 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.191' message '- renamed baseline 3.1.3 to baseline 3.2.0 - renamed dev version 3.1.3 to 3.2.0' id '4534c1ea-9ec7-4dc8-89a2-6c846af61b48' date '24 August 2014' time '2:18:46 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.190' message 'for version 3.1.2, change the GemStone repo to use the 3.1.2.1 tag bug fix that allows a person to load the ''REST'' group without the ''REST Tests'' group. ' id '7a021111-3a1f-420b-b0b8-91f5703afab7' date '23 August 2014' time '3:21:47 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.189' message 'include gettext in CI group for bleedingEdge baseline' id '3f93188c-1cef-4cfe-aada-516b712cdc24' date '22 August 2014' time '12:18:27 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.188' message 'fix 3.1.3 baseline' id '0c240118-2c62-4cb1-9de3-6a530146dfc5' date '22 August 2014' time '11:38:41 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.187' message 'updated bleedingEdge and added Security package to the CI build' id 'a8ee3e4e-cbd9-4f5e-aca2-e142d91eb9f9' date '22 August 2014' time '10:33:39 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.186' message 'Fixed a typo' id 'c3ad7882-6519-49c3-b3a5-e17210c7bd83' date '6 August 2014' time '5:53:40 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.185' message 'fix baseline 3.1.3' id '120f3564-3d89-4d8e-aa8c-ebca4cfb3fa3' date '5 August 2014' time '9:46:06 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.184' message 'Issue 810: Provide a dedicated security package ' id '48779070-50c5-4fa1-b0d3-105450f61ea3' date '1 August 2014' time '5:47:55 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.183' message 'Issue 810: Provide a dedicated security package ' id '636dea9b-fd35-4c5b-bfdb-e9a6058bf1e9' date '1 August 2014' time '5:41:45 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.182' message 'fixing wrong version 3.1.3 (generated by metacellotoolbox though)' id '75fc719a-2cdf-41f6-ba2d-f3b432810121' date '29 July 2014' time '7:41:01 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.181' message 'update 3.1.3 (Spec-based Seaside tool updates)' id 'a6ffc540-421c-4133-83de-2767dd26453b' date '28 July 2014' time '8:59:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.180' message 'open 3.1.3 for development' id '3ea6b086-8a36-4671-9096-5c3764dcfe92' date '28 July 2014' time '8:55:30 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.179' message 'get the branch name correct for baseline gemstone github repo' id 'a1b00e17-98f7-4710-be89-06fb09bea97c' date '14 July 2014' time '10:24:10 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.178' message 'switch baseline to use GsDevKit' id 'b1841db2-8df2-4355-aca1-8b95beba8b12' date '14 July 2014' time '10:04:32 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.177' message 'turn gemstone back on in baseline ... so that #bleedingEdge version can be used' id 'd2711178-1d2b-4c17-8caf-039ce9103de7' date '14 July 2014' time '9:08:41 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.176' message 'clean up undefined symbols and sent but not implemented errors in GemStone tests...' id 'db9f1fc5-6acc-4bae-add3-59809db24714' date '14 July 2014' time '3:05:01 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.175' message 'fix a configuration error for 3.1.2 gemstone' id '91adec83-96d7-43f3-bbe6-5dd76b7dc717' date '14 July 2014' time '1:51:23 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.174' message 'release 3.1.2' id 'f62d3d6e-4a5f-4c60-b093-2d176292d117' date '11 July 2014' time '5:40:40 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.173' message 'updated version 3.1.2' id 'ab6351d3-6a61-40a8-ab9f-50dfbc28ab57' date '11 July 2014' time '10:34:11 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.172' message 'updated 3.1.2 with latest Spec package (in development)' id '65d767fc-31ef-46a4-8f9e-e437d3768051' date '6 July 2014' time '3:29:20 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-topa.171' message 'Forward-port WebClient change from stabe (3.1.1) to dev (3.1.2) (thanks stephan)' id '6581c9b0-e087-4d76-8587-41b7c516825a' date '4 July 2014' time '1:20:04 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-dkh.170' message 'release 3.1.1.3' id '53f746f2-dc8a-46c8-8652-363388c753f2' date '2 July 2014' time '10:02 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.169' message 'update github tag to 3.1.1.3-gs31 for testing' id '5ad7ffac-56fd-4f3f-8451-e2c4a9851c71' date '2 July 2014' time '9:28:36 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.168' message 'reference dev3.1.1.3 branch until 3.1.1.3 has been tagged' id 'ef4e527b-437e-477c-bc27-3f860ca9a5dc' date '2 July 2014' time '4:10:51 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.167' message 'open 3.1.1.3 for development: - set of gemstone bugfixes: https://github.com/glassdb/Seaside31/issues?milestone=1' id '4bdeedaf-037c-4a86-a5d8-63ef97ebde67' date '2 July 2014' time '2:51:48 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-topa.166' message 'Minor bugfix: Use newer WebClient-Seaside to support HTTP/1.1 range of HTTP verbs.' id '3947c846-8e3d-4f5a-891b-01761dfdadd0' date '2 July 2014' time '11:12:41 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.165' message 'Missed GRPackage extension, new version of Seaside-Tests-Pharo40-Core' id 'a9712fb9-8eaa-49a1-b4fb-c07729affc47' date '2 July 2014' time '6:54:54 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.164' message 'Patch for Pharo4 configuration. Now refering to Seaside-Tests-Pharo40-Core instead of Seaside-Tests-Pharo20-Core changed in baseline311pharo version3111 version312' id '022d1542-090f-454b-a315-9b29de61b5c6' date '2 July 2014' time '4:28:33 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-dkh.163' message '3.1.2 for gemstone needs an #import: statement ...' id '4a8bc0ff-a52d-42a0-8344-93bd9cf74cb1' date '30 June 2014' time '8:24:10 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.162' message 'Refering to newer version of Sport configuration' id 'cdbdafc5-9ebd-4f1f-9bef-28dbeee03d8c' date '25 June 2014' time '11:20:23 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.161' message 'baselines refer to new version of SPort ' id '6dd26972-ba4f-4a6d-ba22-4540b823a3c5' date '25 June 2014' time '11:06:20 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.160' message 'missing #''pharo4.x'' in baseline311 javascript and rest' id 'af393948-8bb7-4f5b-8017-3d2be3ed451b' date '25 June 2014' time '11:01:50 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.159' message 'Merged version. Committed at same time with Johan' id 'b5420924-2102-4693-abb7-56a155b6be3c' date '24 June 2014' time '10:10:33 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.158' message 'fix for loading in GS https://github.com/glassdb/Seaside31/issues/26' id '846bb098-e9c4-4511-aae5-48fc0287031b' date '23 June 2014' time '9:10:39 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-DiegoLont.158' message 'Updated Json version in 3.1.2 (fix for Issue 800)' id '1845e72b-77fa-48f5-89aa-fc36de482e5c' date '24 June 2014' time '10:00 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-dkh.157' message 'Needed Zinc adaptor bugfixes for GemStone' id '4ba58834-321f-40a2-a983-a5f53923326b' date '17 June 2014' time '3:54:28 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.156' message 'updated 3.1.2' id '64469a32-3cb1-444e-87dc-dd7d293dd4aa' date '16 June 2014' time '10:57:40 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.155' message 'Revert change of previous fix' id '3d692a75-359f-4629-a35f-a40c855d6c7b' date '16 June 2014' time '9:53:05 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.154' message 'Included the fix of John Borden in version 3.1.2 (development version)' id '0daec07c-a435-483c-b71c-35cdb033cacd' date '16 June 2014' time '9:11:53 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-dkh.153' message 'a little configuration gardening: - pull author/timestamp/blessing in to #common so that it applies to GemStone as well (3.1.1 and 3.1.2) - remove versiontString: from GemStone baseline spec in 3.1.2.' id '277dd45b-419a-4997-8764-0dfd0709a4b2' date '12 June 2014' time '6:38:04 am' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.152' message '3.1.1 was not blessed as released' id 'c5b51e05-0b63-432b-9ed4-7b4705366215' date '10 June 2014' time '11:15:23 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.151' message 'fix symbol' id 'b3e35a89-7cbe-4a08-8146-e57a7e219db1' date '10 June 2014' time '7:39:53 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.150' message 'Fixed baseline 310 Seaside-Pharo-Email' id '7966d264-30b5-4f87-9a1a-1ea742ce80bc' date '10 June 2014' time '3:29:22 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.149' message 'Added pharo4.x' id 'bda8b8ef-0e17-46bc-ae61-4fbb52df705c' date '10 June 2014' time '2:36:07 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.148' message 'updated 3.1.2 (dev)' id 'bacbbc3f-37b7-4ed4-9d95-d193eca6c9f9' date '9 June 2014' time '10:21:51 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.147' message '3.0.13 bugfix release' id '51131cd0-2a5a-471d-baaa-fd52bb90128b' date '8 June 2014' time '10:27:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.146' message '- reverted changes made to released version 3.0.10 - moved these changes to new legacy dev 3.0.13 - reverted #release3.0 for now' id 'e4206de1-d3ee-47c7-869b-f180b097410a' date '7 June 2014' time '9:30:10 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.145' message 'fix gs version 3.1.1' id 'b25d25c0-c789-45ae-ac60-2c74220b6915' date '25 May 2014' time '3:53:24 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.144' message 'merged .143 and .142' id '4276a443-f1d8-4692-9542-eac85c048134' date '25 May 2014' time '3:40:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.143' message 'reference tag 3.1.1-gs31 for loading version 3.1.1 in Gemstone 3.1' id 'cf0e184e-8659-499b-a137-0a1477afcf5b' date '24 May 2014' time '7:55:09 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-JohanBrichau.142' message 'update 3.1.2' id '85bba42d-fd51-4606-89fe-ceb7235e1e63' date '24 May 2014' time '6:51:48 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.141' message 'fix version of pharo-gettext package for various versions of Pharo' id 'd9c0e7d0-9209-4319-bd6d-08e515cb92ad' date '24 May 2014' time '6:51:09 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.140' message 'release 3.1.1' id '451d2216-db6f-4833-86b3-0c1361f12755' date '24 May 2014' time '6:25:47 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.139' message '- copied changes from .topa.138 to baseline311 - updated version 3.1.1' id 'a4ba25de-3307-4f46-9bf2-3b72a40e50d9' date '24 May 2014' time '5:05:38 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-topa.138' message 'Make sure on Squeak to load the platform specific OB tools.' id '0e280491-2f74-4920-9eb9-4e69a874f0ad' date '22 May 2014' time '1:35:44 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.137' message 'updated package version of Seaside-Adaptors-Comanche in 3.1.1' id '9eb1c03c-1736-47e0-bc2f-d2bf766ab68f' date '18 May 2014' time '1:57:40 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.136' message 'updated 3.1.1' id '2f0c97e7-86b6-4445-9ef8-fad76b1d7aec' date '18 May 2014' time '11:26:30 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.135' message 'updated 3.1.1' id '64e8896b-0de1-4fb9-9f59-9948fdd0b9ca' date '16 May 2014' time '9:49:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.134' message 'Fixed an error in Grease Slime: here the wrong version was still referenced.' id 'f2e481ee-8da5-460e-a702-808ff08a6b86' date '12 May 2014' time '3:41:35 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.133' message 'leaving the Webdriver tests out of the build for now' id '391d2306-5e3b-44a2-a00c-e3edb8ba05bc' date '2 May 2014' time '10:16:26 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.132' message 'started work on parasol tests for seaside itself' id 'd820f999-3af9-4d6c-a4c9-a777d5cc4fb4' date '2 May 2014' time '9:58:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.131' message 'updated 3.1.1' id '7391f11c-0f12-43b8-a974-669f9599e07c' date '19 April 2014' time '10:57:56 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-dkh.130' message '3.0.10 (dkh.130) - merge changes from Seaside-Core-pmm.773 into Seaside-Core.gemstone - revise some tests in Seaside-Tests-Email to be more GemStone friendly''' id 'c40fc7a9-9db4-401a-aade-fe068b95ddba' date '17 April 2014' time '2:12:46 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.129' message '3.0.9.1 (dkh.129) - fix UnorderedCollection)>>restoreFromSnapshot: for GemStone 3.2 - ExecutableBlock is an Obsolete class in GemStone 3.2 - tests greeen in GemStone 3.2' id 'c688b336-0f85-4c14-83e0-3487f5b33c1a' date '17 April 2014' time '12:12:19 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.128' message '3.0.9.1 (dkh.128) - port to GemStone 3.2' id '7c39133b-4954-4f11-855d-75001b1baeb6' date '17 April 2014' time '10:11:04 am' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-dkh.127' message '3.0.10.1 (dkh.127): - porting Seaside3.0.9 to GemStone3.2' id '74b5482c-413a-4db5-b9d6-21b74d0b0aa7' date '16 April 2014' time '5:32:20 pm' author 'dkh' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.126' message 'Bugfixing configurations' id 'a3da44d7-3d2b-4444-b336-f4446e37dc31' date '15 April 2014' time '3:33:58 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.125' message 'updated version 3.1.1 to include all latest packages: - jQuery update - pharo2 and 3: development tools update' id '94740a52-dc7a-4bfa-ad66-5ba003dce684' date '13 April 2014' time '2:42:33 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.124' message 'updated version 3.1.1 to include all latest packages: - jQuery update - pharo2 and 3: development tools update' id '6c2617ab-6f25-407b-b0e4-3610f840b345' date '13 April 2014' time '2:15:38 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.123' message 'Added versions for release3, 3.0 and 3.1' id '167bc76c-6d73-4c80-84a8-47f189da407d' date '7 April 2014' time '1:45:43 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.122' message 'updated version 3.1.1' id '2924ac55-b3f8-4709-8090-c5f386f0ddf1' date '5 April 2014' time '2:25:41 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.121' message 'Revert changed packages in 3.1.0 version. Please refrain from changing published stable versions!' id 'b6dd219e-a404-4910-ac1f-e7597759fde8' date '16 March 2014' time '6:00:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-StephanEggermont.120' message 'comment fixes, merged' id '41e836e7-f0ce-4053-a83f-c354c6e035ba' date '11 March 2014' time '11:32:57 am' author 'StephanEggermont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.119' message 'Updated json version' id 'e3d93e41-276e-4995-b764-dfe1671ee620' date '26 February 2014' time '2:33:36 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.118' message 'fix load in pharo2' id 'f1b230d0-5bab-4668-b8c1-01de75a2146a' date '17 February 2014' time '10:42:44 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.117' message 'fixed wrong package versions' id '0a9760d0-240d-452b-ad6c-766f22a108e7' date '16 February 2014' time '9:13:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.116' message 'updated 3.1.1' id 'fd277341-b16c-4ac1-b714-2c2b4fe1d3a4' date '16 February 2014' time '8:57:45 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.115' message 'updated version 3.1.1' id 'f1eb0052-b410-48b2-9332-f9b0b43d1b5b' date '16 February 2014' time '7:56:34 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.114' message 'probably makes more sense to include ''Core'' in the ''REST'' group' id 'be4f339d-bd90-4f61-91e3-793da0287d04' date '15 February 2014' time '11:30:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.113' message 'fix loading of Seaside 3.0.10 and 3.0.11 in Pharo2 and 3 (use latest legacy Grease 1.0.11)' id '977565ef-727e-4c81-afcf-ab69b9d60555' date '15 February 2014' time '10:34:56 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.112' message 'fix version3.1.1 for loading gemstone' id 'b9b53231-3012-4fd5-955b-4f70d318f5f1' date '14 February 2014' time '9:27:46 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.111' message 'Seaside 3.0.10 and 3.0.11: only use Grease 1.0.10 version in #squeakCommon (use 1.0.9 on Gemstone)' id 'acfa2840-2a08-4b65-8a9b-fafcd411fd01' date '9 February 2014' time '3:58:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.110' message 'prerequisite of Seaside-Gettext is Seaside-Session' id '0c0f91ba-54db-4f45-a23f-8ccdc3ae6898' date '8 February 2014' time '4:32:50 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.109' message 'fix to gettext config: loading into squeak not supported' id '06b3bdc6-3c89-4e4d-8b20-672f34e93b29' date '8 February 2014' time '3:53:51 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.108' message '- start development version 3.1.1 - rename baseline-3.1.0.1 to baseline-3.1.1 - fix loading of gettext in baseline-3.1.1' id '169c9f0a-923f-44dd-b54c-4da463c404f7' date '8 February 2014' time '3:13:39 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.107' message 'started development of version 3.0.11 as a compatibility release for Pharo3.0' id 'c4ef4335-dd04-4b6a-a3d1-ac15ad729e61' date '5 February 2014' time '9:32:27 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.106' message 'Fixes for squeak (and pharo1.4) builds' id '405146c7-db41-40b2-a18f-fad57f68dd4c' date '1 February 2014' time '5:29:13 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.105' message 'fix loading of gettext with seaside' id '25747b1f-4438-451c-b149-61456252334f' date '1 February 2014' time '1:11:26 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.104' message 'grease 1.0.10 (including Slime) for version 3.0.10' id '6196dc16-19a5-4395-a08e-c55caadf6700' date '25 January 2014' time '2:19:32 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.103' message 'should just reference grease v1.0.10 to include Slime into seaside 3.0.10' id '34a4dc51-09c5-4140-8c99-f881d8fb3a37' date '25 January 2014' time '2:08:06 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.102' message 'Seaside 3.0.10 includes Slime' id '5e514a43-47e9-44fe-8a96-19947ce1fccf' date '25 January 2014' time '1:24:34 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.101' message 'updated tests-email package for 3.0.10' id 'bfe392db-9841-4a9c-8bac-e738b80b737c' date '25 January 2014' time '1:08:07 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.100' message 'point to the correct repo for WebClient-Seaside' id 'cd958e34-aefc-4080-9b68-eac3957a07ca' date '24 January 2014' time '6:54:01 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.99' message 'fixed it so that WebClient will load on squeak. Thanks Bob Arning for finding the bug.' id '152665d9-95e7-45fb-986f-0b3026360ea9' date '23 January 2014' time '1:20:09 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.98' message 'correcting/reverting previous change (change to grease config was enough)' id 'adb96638-12c6-428c-b0ef-fe6d3aae30b6' date '18 January 2014' time '1:17:47 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.97' message 'added Slime tests to 3.1.0.1 baseline' id '45345473-1cfb-4ad7-92ee-5e3f81e927b3' date '18 January 2014' time '1:01:12 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.96' message 'bugfix' id '0910588e-2094-4236-bb9d-26751a1265bd' date '18 January 2014' time '12:40:10 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.95' message 'added gettext to the baseline 3.1.0.1' id '37f57a94-d1ed-416e-90df-9535d8994159' date '18 January 2014' time '12:34:17 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.94' message 'corrections to class comment' id 'a10b68c2-e36a-4d9b-9de6-bf5f752146cf' date '18 January 2014' time '11:47:21 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.93' message 'added spec group: ''Base'' with: #(''Core''); as per: http://forum.world.st/add-Base-group-to-ConfigurationOfSeaside3-for-version-3-1-0-td4736952.html' id 'd88ae88c-64b5-41e6-8987-edc7c7da3d00' date '15 January 2014' time '9:18:12 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.92' message 'added group: ''Base'' with: #(''Core'') So that downstream projects referencing the ''Base'' group from earlier Seaside configurations can load.' id '057e4afa-3081-4e38-945d-d901b3fb9f99' date '15 January 2014' time '8:21:07 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-pmm.91' message '- update class comment' id '1831fe36-4f18-4798-8809-9010fe71ba95' date '5 January 2014' time '1:58:39 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.90' message 'yet another bugfix to the REST configuration...' id 'd88edbb1-7048-445d-8373-dd16b27e713a' date '4 January 2014' time '6:32:52 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.89' message 'bugfix REST configuration' id 'd6a2f414-0a7f-4059-aa20-3a1f7d62cca7' date '4 January 2014' time '6:29:07 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.88' message 'added REST packages to version 3.1.0' id '8a0e34f7-9e28-446f-b731-4530a90cd6ec' date '4 January 2014' time '6:18:50 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.87' message 'added the REST packages for 3.1 to the configuration...' id '4b4e315f-bfc9-4575-abc1-68a1106873ef' date '4 January 2014' time '5:45:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.86' message '- added Email group' id '94dc3964-5feb-439d-ad06-e9b285acd0f8' date '4 January 2014' time '12:06:07 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.85' message 'fixed a typo' id 'b8d35305-6116-4cca-8f10-a1ccd53f0193' date '31 December 2013' time '9:30:11 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.84' message 'started baseline-3.1.0.1 to fix loading of the gemstone port' id '479113c8-3b58-4c7f-863b-b81e64ec96ee' date '31 December 2013' time '9:25:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.83' message 'a bit of cleaning in preparation for the inclusion of the gemstone part' id '30eaecc3-c20d-4648-b5d0-37638b663dd2' date '31 December 2013' time '8:43:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.82' message 'fixed a small glitch in version 3.1.0 for pharo3.0: older package version for Pharo-Web-Tools package' id 'bfa6673c-2f1b-4436-afed-7157f301afaf' date '29 December 2013' time '2:38:47 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-pmm.81' message '- 3.10 is stable' id 'd2844635-9295-444c-81dd-2c25d1e0c066' date '27 December 2013' time '11:53:16 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.80' message '- bump version' id '079eb43e-dc4d-41c0-8e06-257a13aeb90a' date '26 December 2013' time '1:31:11 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.79' message '- bump for 1.0.9' id 'fb9a6aee-57d1-4ee6-906f-e43d28bbaa30' date '23 December 2013' time '5:11:23 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.78' message '- knock down OB' id '9eda92e9-0e72-4b64-b196-0ae866f7cf30' date '23 December 2013' time '4:48:18 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.77' message '- prepare 3.0.10 release' id 'c7cca035-2fc3-4af7-b845-996e51b39c12' date '23 December 2013' time '4:40:03 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.76' message '- bump 3.0.10' id 'baa25d8a-e6f8-4c43-bf9f-3428d8e85489' date '23 December 2013' time '2:34:01 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-topa.75' message '- provide OneClick for Squeak - Fix WebClient-Seaside requiring Seaside-Tools-OmniBrowser' id 'c39eaf0a-3d32-4e64-b974-3b1c7c483a9a' date '23 December 2013' time '11:53:55 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-pmm.74' message '- merge Slime from 3.0' id '0d15c719-c15a-4493-b6cf-20ae2dcb0917' date '21 December 2013' time '1:49:59 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.73' message '- updated Grease' id '00bba9aa-772d-4756-b8cf-b22df0e47ad4' date '21 December 2013' time '12:17:01 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.72' message '- bump versions' id 'a10e8362-3938-4520-95db-4230528b8a96' date '21 December 2013' time '12:11:39 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.71' message 'Fixed mistake in version spec' id 'f6ee7613-6489-40fc-9b0b-6d120b39e7f1' date '15 December 2013' time '7:12:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.70' message 'bumped Seaside 3.1.0 to use Grease 1.1.4' id '2618cad1-adeb-4bf3-a460-60089d3b08ac' date '15 December 2013' time '7:06:03 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.69' message '- removed gemstone2.4 sections (no support intended I believe) - changed 3.1.0 to include rename of #packages to #grPackages' id '6a4cc686-c449-4425-ac72-0109bdf0eb6f' date '15 December 2013' time '6:57:16 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.68' message 'for Gemstone bumped Zinc to version 2.4.3 for Seaside 3.08 and 3.09' id '536de185-fbfc-4607-ac79-c6a0ffa7524c' date '1 November 2013' time '11:48:45 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-PaulDeBruicker.67' message 'On Gemstone because ZincHTTPComponents is loaded using a BaselineOfZinc rather than a Configuration there is an error that occurs when attempting to load the ''Zinc-HTTP'' package from Zinc if that package is named. If it is left unspecified then things work fine. So the changes here to fix that is: moved the part of the spec where which package of Zinc is loaded is specified from the #common part of the spec to the #pharo part. ' id '8794bcce-3569-4540-9fe8-b0343a20cf15' date '31 October 2013' time '3:28:02 am' author 'PaulDeBruicker' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.66' message 'Updated Seaside-FileSystem package version for 3.1.0' id '30ab5462-af3d-4967-9f1a-45bd73306af1' date '20 October 2013' time '12:51:28 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.65' message 'Fix in the 3.0.9 gemstone version. removed rundandant ".mcz" in the file-reference.' id '08204407-5426-4791-ae10-0ccd74aedd2f' date '1 October 2013' time '3:57:39 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.64' message 'updated 3.1.0' id '59d7ae3a-be6d-4452-8c39-6a4f026daffc' date '29 September 2013' time '6:23:10 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.63' message 'revert to ConfigurationOfSeaside3-pmm.61 Loading a Seaside adaptor has to be done by explicitly including the adaptor. There is no default adaptor in any platform. ' id '162a7ebd-2222-4b29-81d0-b4707606d878' date '27 September 2013' time '9:15:25 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-EstebanLorenzano.62' message '- 3.1 was not loading any adaptor. Added Seaside-Adaptor (not tested outside Pharo).' id '5e578b7f-e8df-427a-922b-d76c9e720e4f' date '25 September 2013' time '4:25:08 am' author 'EstebanLorenzano' ancestors ((name 'ConfigurationOfSeaside3-pmm.61' message '- merge commit' id 'c2cbf716-85ce-4306-8cb6-ef9ab7ca716d' date '16 September 2013' time '10:43:24 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.60' message '- load Spec based tools into Pharo 2 and Pharo 3' id '32d8f1a4-44aa-426c-9c9f-e78b76b5c53e' date '16 September 2013' time '10:42:31 am' author 'pmm' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-DiegoLont.60' message 'Fix in configuration of 3.1.0-baseline. OB was still referenced from pharo2.x and pharo3.x' id '5ac941bd-12f4-4c28-b250-3c20ef8c6a1a' date '16 September 2013' time '9:25:41 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-topa.59' message 'Fix WebClient references.' id 'f7377ba4-a2cc-4ce4-86f1-065d67e22c1a' date '15 September 2013' time '6:26:36 am' author 'topa' ancestors ((name 'ConfigurationOfSeaside3-pmm.58' message 'Issue 770: ScaledDecimal rendering support http://code.google.com/p/seaside/issues/detail?id=770' id 'cfe7c2b6-d5ab-46bb-bc9b-68e07c8e8be5' date '15 September 2013' time '1:14:19 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.57' message '- update non Pharo 2.x / 3.x verions' id '406c2469-41a5-4c6b-b74a-ff33d085b9dc' date '15 September 2013' time '9:29:13 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.56' message '- update versions with MetacelloToolBox updateDevelopment: ''3.1.0'' for: ''ConfigurationOfSeaside3'' updateProjects: false description: ''''.' id '5cc553e7-fa96-4b15-9c6e-061085793339' date '15 September 2013' time '9:21:41 am' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.55' message '- load gemstone packages' id 'c856a089-8e61-4f55-99de-ad4c09056e4e' date '14 September 2013' time '7:25:01 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.54' message '- the group ''Comet Tets'' is part of the ''Tests'' group only on Squeak/Pharo' id 'ca977db3-678b-4e1b-905a-c8bf72c9616b' date '14 September 2013' time '3:19:30 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-pmm.53' message '- move Comet from #common to #squeakCommon since it''s unlikely to ever work in GemStone' id '6b559b3a-0e9e-449a-bf2c-c1a6ea00f673' date '14 September 2013' time '3:06:56 pm' author 'pmm' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.52' message 'move Sport2 dependency from #common to #squeakCommon (should not be loaded in Gemstone)' id '0656e43f-e0c1-4d47-acbc-9906184a2e33' date '14 September 2013' time '12:57:58 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.51' message '- version 3.1.0 for pharo3.0 - do not load Zinc with CI group in Gemstone' id 'b8c0585e-72e3-43ac-81b5-5f4c110be0a8' date '14 September 2013' time '12:17:07 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.50' message 'updated urls to gemtalksystems' id '600ab923-e7d9-4ca4-a481-090d05b9e322' date '14 September 2013' time '11:04:09 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.49' message 'Fixing gemstone baseline31: including Seaside-Gemstone-Welcome' id '81dcae5e-e462-41d9-bf98-a34ee28a3f75' date '14 September 2013' time '10:59:05 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.48' message 'updated urls for gemstone to gemtalksystems' id 'c56de2b5-3dda-465e-bad9-d231e765e481' date '14 September 2013' time '10:48:23 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.47' message 'Updated Seaside 3.0.9 for Gemstone' id 'b5b90910-c15a-4d34-b700-8833e3033548' date '14 September 2013' time '10:27:41 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.46' message 'Javascript-Pharo-Core also is needed in Squeak' id 'b301e75c-1d5d-4647-a631-89ec0c93a429' date '13 September 2013' time '5:50:32 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.45' message '3.1.0 updated: comet is for squeak' id '44770333-75d4-44eb-acb8-7d6468447964' date '13 September 2013' time '5:36:22 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.44' message 'version 3.1.0 for Pharo1.4' id 'c52adf86-f487-4fda-82e9-423afa8051b8' date '13 September 2013' time '5:21:04 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.43' message 'updated 3.1.0' id 'd9d61d80-52cb-4e52-83fc-bab566abb8d6' date '13 September 2013' time '4:39:26 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.42' message '3.1.0 updated' id 'b63af8ce-b13e-4d55-8b40-883b88b1379c' date '13 September 2013' time '4:30:52 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.41' message 'add slime to all pharo versions for 3.1.0 (in the baseline)' id '90518d20-c7ec-4873-b412-9027debbbb3e' date '13 September 2013' time '3:58 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.40' message 'fixing 3.1.0' id 'a777d365-af16-4b8e-9148-29f2a3a29d17' date '13 September 2013' time '3:50:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.39' message 'fixed version 3.1.0' id '35e66768-0746-49c3-b312-caf8020b8a81' date '13 September 2013' time '1:01:52 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.38' message 'updated 3.1.0' id 'b5446a80-6577-4f05-89c7-168ada4eecb0' date '13 September 2013' time '10:34:11 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.37' message 'updated 3.1.0' id '8512569e-3ad2-4129-bf99-5394835c449c' date '13 September 2013' time '10:13:48 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.36' message '3.0.9 updated' id '10567b31-49f3-4971-b46a-9898ec039f68' date '12 September 2013' time '5:56:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.35' message 'make a 3.0.9 version' id '6d8b1ec2-1af8-43a6-8b35-c35a07e54fdf' date '12 September 2013' time '5:44:20 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.34' message 'updated version 3.1.0' id '5141cb40-c12f-4a18-ab5f-720f929e38e9' date '12 September 2013' time '5:31:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.33' message 'Fixing 3.1.0' id 'b7142f97-5985-4009-ac54-1526049ad1d0' date '12 September 2013' time '5:18:43 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.32' message 'Fixing 3.1.0 baseline' id 'b4b88738-1f76-4145-b42d-3d1309ed0181' date '12 September 2013' time '4:49:57 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.31' message 'Refactored baseline 3.1.0 and version 3.1.0' id '918a9154-ee92-4a75-83eb-c980c549af69' date '12 September 2013' time '4:22:06 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.30' message 'Added a CI group to be loaded on Jenkins' id '7c915c93-5827-4a6b-a41f-2123cf989b8c' date '12 September 2013' time '3:04:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.29' message 'removed FileSystem and Tests from default ' id 'a68a3bc9-a9f2-4275-8f6f-151d364e9fe0' date '12 September 2013' time '2:41:43 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.28' message 'Seaside3.1: - Moved Seaside-HTML5 to Seaside-Canvas and Seaside-Core - Made html5 be the default doctype' id '0b55de7d-f915-4c5d-a6f5-b40608ad2974' date '12 September 2013' time '2:22:59 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.27' message 'merged parallel changes' id 'e136faaf-13fc-4cf8-8d57-e7c196761075' date '12 September 2013' time '1:32:36 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.26' message 'woeps, typo in version 3.1.0' id '1df6498f-b7fd-40ca-bf75-564055789098' date '12 September 2013' time '1:29:15 am' author 'JohanBrichau' ancestors () stepChildren ())(name 'ConfigurationOfSeaside3-DiegoLont.26' message 'Added more packages to tests' id '2e529e5c-1794-434b-aa97-daeb10a629d5' date '12 September 2013' time '1:29:50 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.25' message 'intermediate fix to version 3.1' id 'e93b0a2f-6d99-481a-b023-29770bdf3b19' date '12 September 2013' time '1:13:42 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.24' message 'Seaside-Tests-Session depends on Seaside-Tests-Canvas' id '718048ea-17c4-4d8f-9103-c3b64df634c6' date '11 September 2013' time '2:43:10 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.23' message 'removed double reference to grease (causing grease #stable to be loaded in baseline-3.1.0) ' id '69bfdb9b-691b-4ac9-ae40-6057d4e9fe71' date '11 September 2013' time '2:40 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.22' message 'removed incorrect repository from 3.1.0 baseline' id 'd1334038-a8db-4e09-b257-5b3bcc8a476a' date '11 September 2013' time '2:35:31 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.21' message 'correct the baseline method' id '860e5e5f-fa00-444e-90fb-da334338e7e0' date '11 September 2013' time '2:28:28 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.20' message 'bleedingEdge for all platforms 3.1.0-baseline' id '487fa331-887b-44e6-a860-6cc113518d74' date '11 September 2013' time '2:18:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.19' message 'made a composite baseline for 3.1.0' id 'e98aa94a-a2d5-4f4c-8be0-4c5c7497b7af' date '11 September 2013' time '2:10:12 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.18' message 'Updated version numbers for grease and sport2 in baseline and version for 3.1' id '1f998a89-d32d-4125-9a08-383e6296cf11' date '11 September 2013' time '10:05:58 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.17' message 'wrong symbol. Now fixed to pharo3.x' id '9cff767e-6095-4280-b242-a9fd7eaa6dd8' date '10 September 2013' time '7:29:13 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.16' message 'Changed stable version for pharo 3.0' id '24a25615-4e9b-4565-ae26-c2c051eba114' date '10 September 2013' time '7:27:29 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.15' message 'Typo in the gemstone spec' id '88e0ad2e-4628-4bbe-a5ff-c826dbf32c91' date '2 September 2013' time '12:10:36 pm' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.14' message 'use Grease 1.1.2' id 'c19f12c9-c680-4ad9-b289-38f0d7e8465e' date '22 August 2013' time '8:08:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DamienCassou.13' message '- Pharo 2.x and 3.x share the spec' id '1daeacd9-7a51-4fae-b595-cfa86a9253ff' date '12 August 2013' time '5:52:58 am' author 'DamienCassou' ancestors ((name 'ConfigurationOfSeaside3-DamienCassou.12' message '- Pharo 3.x and 2.x share the spec' id '6000e30c-48b7-4d5a-83cc-c243cd6d49a8' date '7 August 2013' time '12:08:59 pm' author 'DamienCassou' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.11' message 'Corrected reference to FastCGI project for Gemstone' id 'bda1bf77-75b0-47ca-8431-ee7ebe02b43f' date '22 July 2013' time '5:02:29 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.10' message 'Removed pharo and gemstone as a version' id '4ce778c9-5470-4e4f-9ec8-d300d6e92fa4' date '22 July 2013' time '1:19:11 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.9' message 'Core of 3.0.8 should include Zinc-Seaside' id 'dc289ef9-3439-4c71-9f54-c5508b7bb725' date '22 July 2013' time '9:40:31 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.8' message 'Grease 1.1.1 should be loaded for Seaside 3.1.0, instead of Grease 1.1.0 In Seaside 3.0.8 added Zinc to default for Pharo 2.0' id 'b3dcda65-522e-4e8b-8398-065c7fa756a2' date '22 July 2013' time '9:30:40 am' author 'DiegoLont' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.7' message 'picking up last commits into version 3.1.0 (http://code.google.com/p/seaside/issues/detail?id=751)' id 'ee62bbdd-4226-4f10-bacb-1163f402fa67' date '21 July 2013' time '10:20:41 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.6' message 'setting the Webclient repository' id '31a595b2-6b77-4879-9861-4056622aae04' date '21 July 2013' time '10:15:26 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.5' message 'use explicit version dependency to Grease ' id '742c6654-c5b9-4e9c-bec7-500e2800fb60' date '21 July 2013' time '2:32:08 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.4' message 'use Grease configuration included with Seaside repos' id 'feb1752b-80a8-4189-bd78-8eadf6123f90' date '21 July 2013' time '2:13:23 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.3' message 'updated repository references' id '0b1be2bf-abcf-44de-b263-516bcc3106af' date '21 July 2013' time '12:22:27 pm' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.2' message 'merging in lost parts of baseline308 and fixing ''too many literals'' in this method' id 'c37075b2-31cf-4910-9de0-9e483600aa6e' date '19 July 2013' time '10:23:06 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-DiegoLont.1' message 'Initial version after rename > renamed most references from squeaksource to smalltalkhub but not all' id '7ff2fb6a-94de-4efd-aa80-8f24ef42e131' date '19 July 2013' time '4:52:14 am' author 'DiegoLont' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'ConfigurationOfSeaside3-JohanBrichau.287' message 'updated version 3.2.0' id 'ab0063c2-380c-4150-a9a0-5744576f6094' date '20 March 2016' time '3:40:07 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.286' message 'Do not include Gettext in Pharo5, for now' id '47ec0659-16b6-4e67-9b6a-62c370c2f6b7' date '20 March 2016' time '3:17:57 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.285' message 'Do not include Gettext when loading Seaside in Pharo5, for now.' id 'c2079b37-04b6-441b-b6d3-77e356982647' date '20 March 2016' time '3:14:55 am' author 'JohanBrichau' ancestors ((name 'ConfigurationOfSeaside3-JohanBrichau.284' message 'updated 3.2.0' id 'b8c0a23d-70b1-4c77-90cc-bb9ae5a63958' date '16 March 2016' time '5:30:41 am' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/JQuery-Core.package/.filetree b/repository/JQuery-Core.package/.filetree index 8998102c2..57a679737 100644 --- a/repository/JQuery-Core.package/.filetree +++ b/repository/JQuery-Core.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/repository/JQuery-Core.package/GRPackage.extension/methodProperties.json b/repository/JQuery-Core.package/GRPackage.extension/methodProperties.json deleted file mode 100644 index be2d45025..000000000 --- a/repository/JQuery-Core.package/GRPackage.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - "jQueryCore" : "lr 2/17/2010 15:11" }, - "instance" : { - } } diff --git a/repository/JQuery-Core.package/GRPackage.extension/properties.json b/repository/JQuery-Core.package/GRPackage.extension/properties.json index dd2faaf08..ae522a7e0 100644 --- a/repository/JQuery-Core.package/GRPackage.extension/properties.json +++ b/repository/JQuery-Core.package/GRPackage.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "GRPackage" } + "name" : "GRPackage" +} \ No newline at end of file diff --git a/repository/JQuery-Core.package/JQ2DeploymentLibrary.class/instance/jQueryJs.st b/repository/JQuery-Core.package/JQ2DeploymentLibrary.class/instance/jQueryJs.st deleted file mode 100644 index 6e562f598..000000000 --- a/repository/JQuery-Core.package/JQ2DeploymentLibrary.class/instance/jQueryJs.st +++ /dev/null @@ -1,7 +0,0 @@ -uploaded -jQueryJs - ^ '/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:''((?:\\\\.|[^\\\\''])*)''|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\(((''((?:\\\\.|[^\\\\''])*)''|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]''\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/''|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id=''"+s+"''] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='''']").length&&q.push("[*^$]="+L+"*(?:''''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='''']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"=''$1'']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){ -return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthx",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*\s*$/g,ia={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("