Skip to content

Commit

Permalink
clean up packages after fixing package names
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterJones committed Mar 1, 2015
1 parent b7d8f07 commit a2f9624
Show file tree
Hide file tree
Showing 254 changed files with 70 additions and 1,618 deletions.
2 changes: 2 additions & 0 deletions .filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"packageExtension" : ".package",
"propertyFileExtension" : ".json" }
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
baselines
baselineCommon: spec
spec
for: #common
do: [
spec
baseline: 'Mapless'
with: [
spec
repository: 'github://flow-stack/Mapless:master/src';
loads: #('all') ];
yourself.
spec
package: 'Flow-Core' with: [ spec requires: #('Mapless' 'MTAClient') ];
package: 'Flow-Core-API' with: [ spec requires: #('Flow-Core') ];
package: 'Flow-Core-App' with: [ spec requires: #('Flow-Core' 'Flow-Core-Handlers') ];
package: 'Flow-Core-Handlers' with: [ spec requires: #('ZincHTTPComponents' 'Flow-Core' 'Flow-Core-API') ];
package: 'Flow-Tests' with: [ spec requires: #('Flow-Examples' 'Flow-Core-API') ];
package: 'Flow-Examples' with: [ spec requires: #('Flow-Core' 'Flow-Core-API') ];
package: 'MTAClient';
yourself.
spec
group: 'default' with: #('all');
group: 'Core' with: #('Flow-Core' 'Flow-Core-App' 'Flow-Core-API' 'Flow-Core-Handlers');
group: 'Examples' with: #('Core' 'Flow-Examples');
group: 'Tests' with: #('Core' 'Flow-Tests');
group: 'all' with: #('Tests');
yourself ]
spec
for: #'common'
do: [
spec
baseline: 'Mapless'
with: [
spec
repository: 'github://flow-stack/Mapless/src';
loads: #('all') ];
yourself.
spec
package: 'Flow-Core-Platform' with: [ spec requires: #('Mapless' 'MTAClient') ];
package: 'Flow-Core-API' with: [ spec requires: #('Flow-Core-Platform') ];
package: 'Flow-Core-App'
with: [ spec requires: #('Flow-Core-Platform' 'Flow-Core-Handlers') ];
package: 'Flow-Core-Handlers'
with: [ spec requires: #('ZincHTTPComponents' 'Flow-Core-Platform' 'Flow-Core-API') ];
package: 'Flow-Tests'
with: [ spec requires: #('Flow-Examples' 'Flow-Core-API') ];
package: 'Flow-Examples'
with: [ spec requires: #('Flow-Core-Platform' 'Flow-Core-API') ];
package: 'MTAClient';
yourself.
spec
group: 'default' with: #('all');
group: 'Core'
with:
#('Flow-Core-Platform' 'Flow-Core-App' 'Flow-Core-API' 'Flow-Core-Handlers');
group: 'Examples' with: #('Core' 'Flow-Examples');
group: 'Tests' with: #('Core' 'Flow-Tests');
group: 'all' with: #('Tests');
yourself ]
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
baselines
baselineGemStone: spec
spec
for: #gemstone
do: [
spec
baseline: 'GLASS1'
with: [
spec
loads: #('GsSqueakCommon');
repository: 'github://glassdb/glass:master/repository' ];
yourself.
spec
baseline: 'Mapless' with: [ spec repository: 'github://GsDevKit/Mapless:master/src' ];
yourself.
spec
baseline: 'ZincHTTPComponents'
with: [
spec
loads: #('WebSocket' 'CI');
repository: 'github://GsDevKit/zinc:v2.4.3.?/repository' ];
yourself.
spec package: 'Flow-GemStone-Core' with: [ spec requires: #('Flow-Core') ].
spec package: 'Flow-GemStone-Tests' with: [ spec requires: #('Flow-GemStone-Core') ].
spec
group: 'default' with: #('Core' 'Flow-GemStone-Core');
group: 'Tests' with: #('Core' 'Flow-GemStone-Tests');
group: 'CI' with: #('Tests');
yourself ]
spec
for: #'gemstone'
do: [
spec
baseline: 'GLASS1'
with: [
spec
loads: #('GsSqueakCommon');
repository: 'github://glassdb/glass:master/repository' ];
yourself.
spec
baseline: 'Mapless'
with: [ spec repository: 'filetree:///opt/git/ta/Mapless/src' "github://GsDevKit/Mapless:master/src" ];
yourself.
spec
baseline: 'ZincHTTPComponents'
with: [
spec
loads: #('WebSocket' 'CI');
repository: 'github://GsDevKit/zinc:v2.4.3.?/repository' ];
yourself.
spec package: 'Flow-GemStone-Core' with: [ spec requires: #('Flow-Core-Platform') ].
spec
package: 'Flow-GemStone-Tests'
with: [ spec requires: #('Flow-GemStone-Core') ].
spec
group: 'default' with: #('Core' 'Flow-GemStone-Core');
group: 'Tests' with: #('Core' 'Flow-GemStone-Tests');
group: 'CI' with: #('Tests');
yourself ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ baselinePharo: spec
spec
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
version: #stable ].
spec package: 'Flow-Pharo-Core' with: [ spec requires: #('OSProcess' 'SPort2' 'RFB' 'Flow-Core') ].
spec package: 'Flow-Pharo-Core' with: [ spec requires: #('OSProcess' 'SPort2' 'RFB' 'Flow-Core-Platform') ].
spec package: 'Flow-Pharo-Tests' with: [ spec requires: #('Flow-Pharo-Core') ].
spec
group: 'default' with: #('Core' 'Flow-Pharo-Core');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
},
"instance" : {
"baseline:" : "jupiter 2/28/2015 09:13",
"baselineCommon:" : "jupiter 2/28/2015 12:57",
"baselineGemStone:" : "jupiter 2/28/2015 13:31",
"baselineCommon:" : "jupiter 03/01/2015 14:47",
"baselineGemStone:" : "jupiter 03/01/2015 14:47",
"baselinePharo:" : "jupiter 3/1/2015 07:19" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfFlow!
SystemOrganization addCategory: #'BaselineOfFlow'!
2 changes: 1 addition & 1 deletion backend/src/BaselineOfFlow.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BaselineOfFlow-jupiter.21' message 'added OSProcess to Pharo load' id '8222c8a1-6d36-4b3f-9626-ee3ce140f173' date '1 March 2015' time '7:20:13.339098 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.20' message 'added sso to zinc load' id '418feb22-a2d2-412d-8848-9d5413d9bc9b' date '28 February 2015' time '3:28:38.073905 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.19' message 'GemStone load test - WIP' id '1b0952fc-6e8c-4443-93b1-6263a3e9fed6' date '28 February 2015' time '1:32:27.838617 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.18' message 'api a dependency of examples' id '919f8a27-7ae2-488b-9a22-4ce00a1ec953' date '28 February 2015' time '12:58:02.850592 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.17' message 'release take 1 - no tests are passing because of an issue with databaseName.' id '1c322274-4962-4b5f-aba1-b7ad0243b45a' date '28 February 2015' time '12:20:36.904096 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.16' message 'dependency fiddle' id 'f39e1a0b-0a7e-4020-898c-e498f66d1e4d' date '28 February 2015' time '12:01:37.92581 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.15' message 'added RFB to pharo load' id '7cc289c2-946f-4825-b54d-84c158406442' date '28 February 2015' time '11:50:34.74499 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.14' message 'default to load ''all'' in Mapless' id 'aeafa889-6ca6-4d5e-afc3-039a1b2f558a' date '28 February 2015' time '11:31:06.219007 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.13' message 'dependency fiddle' id 'bcf3d421-b671-4888-bf17-8aeb5fd8ed7e' date '28 February 2015' time '11:30:11.715475 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.12' message 'fiddled with dependencies' id 'f092f3c1-ecd6-4cea-91fb-ed10bcae7391' date '28 February 2015' time '11:19:58.460254 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.11' message 'fixed dependency issue' id '21fff8c3-2905-46d2-9bbf-c3f431593104' date '28 February 2015' time '9:51:51.649771 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.10' message '0.2.11 refactor' id 'b464d82a-6e3a-47a4-a723-cb43e77e78fe' date '28 February 2015' time '9:30:53.273842 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.9' message '0.2.11 refactor' id '5a53618a-d5e7-4dc9-92bc-ac20456dd30f' date '28 February 2015' time '9:26:05.221322 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.8' message '0.2.11 refactor' id 'b7354748-d5e8-4f75-827e-e2c7807eaffc' date '28 February 2015' time '9:18:32.837203 am' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.7' message 'updated mapless repository' id '5d710de9-61f4-45fc-a179-95ec751fd0e6' date '27 February 2015' time '8:52:43 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.6' message 'typo on config' id '74a39388-5fda-4f6a-9070-5b9d746e5000' date '25 February 2015' time '11:30:17 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.5' message 'set Mapless repo to local for development' id 'c2089ec8-2c3c-44fb-92fa-af8f5fd736a1' date '25 February 2015' time '7:06:51 pm' author 'jupiter' ancestors ((name 'BaselineOfFlow-dkh.4' message 'Issue #3: fiddle with the version of Zinc ...' id 'd4c58f47-787f-41c7-9e54-891f92a90d84' date '14 February 2015' time '6:50:15 pm' author 'dkh' ancestors ((name 'BaselineOfFlow-dkh.3' message 'Issue #3: add ''CI'' group, and tode dir has been moved to backend' id '60c0db04-740e-48f2-b538-efd96b932ea8' date '14 February 2015' time '6:31:22 pm' author 'dkh' ancestors ((name 'BaselineOfFlow-SebastianHeidbrink.2' message 'added App as required package for Flow since GemstoneApp is needed to start the Flow backend' id '4de3c313-7081-4ff7-89eb-40065a68119f' date '27 January 2015' time '2:59:22 pm' author 'SebastianHeidbrink' ancestors ((name 'BaselineOfFlow-jupiter.1' message 'initial version' id 'cd829b94-c183-44bd-b503-2e1226811b84' date '26 January 2015' time '11:32:47 pm' author 'jupiter' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BaselineOfFlow-jupiter.23' message 'take 2 - make mapless repo local while testing' id 'e4dde94a-d752-4643-b81a-64d96f4fc814' date '03/01/2015' time '14:47:46' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.22' message 'made mapless repo local while testing' id '943f63a5-de35-43d7-beb8-91b41ecc94a2' date '03/01/2015' time '14:43:26' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.21' message 'added OSProcess to Pharo load' id '8222c8a1-6d36-4b3f-9626-ee3ce140f173' date '03/01/2015' time '07:20:13' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.20' message 'added sso to zinc load' id '418feb22-a2d2-412d-8848-9d5413d9bc9b' date '02/28/2015' time '03:28:38' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.19' message 'GemStone load test - WIP' id '1b0952fc-6e8c-4443-93b1-6263a3e9fed6' date '02/28/2015' time '01:32:27' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.18' message 'api a dependency of examples' id '919f8a27-7ae2-488b-9a22-4ce00a1ec953' date '02/28/2015' time '12:58:02' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.17' message 'release take 1 - no tests are passing because of an issue with databaseName.' id '1c322274-4962-4b5f-aba1-b7ad0243b45a' date '02/28/2015' time '12:20:36' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.16' message 'dependency fiddle' id 'f39e1a0b-0a7e-4020-898c-e498f66d1e4d' date '02/28/2015' time '12:01:37' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.15' message 'added RFB to pharo load' id '7cc289c2-946f-4825-b54d-84c158406442' date '02/28/2015' time '11:50:34' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.14' message 'default to load ''all'' in Mapless' id 'aeafa889-6ca6-4d5e-afc3-039a1b2f558a' date '02/28/2015' time '11:31:06' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.13' message 'dependency fiddle' id 'bcf3d421-b671-4888-bf17-8aeb5fd8ed7e' date '02/28/2015' time '11:30:11' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.12' message 'fiddled with dependencies' id 'f092f3c1-ecd6-4cea-91fb-ed10bcae7391' date '02/28/2015' time '11:19:58' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.11' message 'fixed dependency issue' id '21fff8c3-2905-46d2-9bbf-c3f431593104' date '02/28/2015' time '09:51:51' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.10' message '0.2.11 refactor' id 'b464d82a-6e3a-47a4-a723-cb43e77e78fe' date '02/28/2015' time '09:30:53' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.9' message '0.2.11 refactor' id '5a53618a-d5e7-4dc9-92bc-ac20456dd30f' date '02/28/2015' time '09:26:05' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.8' message '0.2.11 refactor' id 'b7354748-d5e8-4f75-827e-e2c7807eaffc' date '02/28/2015' time '09:18:32' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.7' message 'updated mapless repository' id '5d710de9-61f4-45fc-a179-95ec751fd0e6' date '02/27/2015' time '20:52:43' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.6' message 'typo on config' id '74a39388-5fda-4f6a-9070-5b9d746e5000' date '02/25/2015' time '23:30:17' author 'jupiter' ancestors ((name 'BaselineOfFlow-jupiter.5' message 'set Mapless repo to local for development' id 'c2089ec8-2c3c-44fb-92fa-af8f5fd736a1' date '02/25/2015' time '19:06:51' author 'jupiter' ancestors ((name 'BaselineOfFlow-dkh.4' message 'Issue #3: fiddle with the version of Zinc ...' id 'd4c58f47-787f-41c7-9e54-891f92a90d84' date '02/14/2015' time '18:50:15' author 'dkh' ancestors ((name 'BaselineOfFlow-dkh.3' message 'Issue #3: add ''CI'' group, and tode dir has been moved to backend' id '60c0db04-740e-48f2-b538-efd96b932ea8' date '02/14/2015' time '18:31:22' author 'dkh' ancestors ((name 'BaselineOfFlow-SebastianHeidbrink.2' message 'added App as required package for Flow since GemstoneApp is needed to start the Flow backend' id '4de3c313-7081-4ff7-89eb-40065a68119f' date '01/27/2015' time '14:59:22' author 'SebastianHeidbrink' ancestors ((name 'BaselineOfFlow-jupiter.1' message 'initial version' id 'cd829b94-c183-44bd-b503-2e1226811b84' date '01/26/2015' time '23:32:47' author 'jupiter' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'Flow-Core-Platform-jupiter.6' message 'GemStone tests WIP' id '154762cd-b2cd-4155-a6df-e31fce16b22e' date '03/01/2015' time '13:59:49' author 'jupiter' ancestors ((name 'Flow-Core-Platform-jupiter.5' message 'GemStonePlatform WIP' id '8f808dd2-fe1d-4d3d-9a6e-75914eccfb0b' date '03/01/2015' time '13:36:30' author 'jupiter' ancestors ((name 'Flow-Core-Platform-jupiter.4' message '0.2.11 refactor' id 'f5a2ac65-3654-4f5f-94c4-405cf44d40e4' date '02/28/2015' time '09:19:15' author 'jupiter' ancestors ((name 'Flow-Core-Platform-jupiter.3' message '0.2.11 refactor' id '150efafd-1d68-4c99-ad15-a35da2d9c999' date '02/28/2015' time '07:56:53' author 'jupiter' ancestors ((name 'Flow-Core-Platform-jupiter.2' message '0.2.11 refactor' id '0e3d4f85-0795-4699-8c81-3d33e50c1f89' date '02/27/2015' time '10:13:35' author 'jupiter' ancestors ((name 'Flow-Core-Platform-jupiter.1' message '"Hook into VM startup on some platforms"' id '6264660c-e8e3-420e-bdf3-3023414dbd6f' date '02/27/2015' time '10:12:08' author 'jupiter' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
23 changes: 0 additions & 23 deletions backend/src/Flow-Core.package/App.class/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions backend/src/Flow-Core.package/App.class/class/api.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/dropDatabase.st

This file was deleted.

3 changes: 0 additions & 3 deletions backend/src/Flow-Core.package/App.class/class/heartbeat.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/install.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/restart.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/shutDown.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/start.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/startUp.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/stop.st

This file was deleted.

4 changes: 0 additions & 4 deletions backend/src/Flow-Core.package/App.class/class/uninstall.st

This file was deleted.

3 changes: 0 additions & 3 deletions backend/src/Flow-Core.package/App.class/class/webSocketApi.st

This file was deleted.

15 changes: 0 additions & 15 deletions backend/src/Flow-Core.package/App.class/methodProperties.json

This file was deleted.

14 changes: 0 additions & 14 deletions backend/src/Flow-Core.package/App.class/properties.json

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions backend/src/Flow-Core.package/FWAPICreate.class/properties.json

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a2f9624

Please sign in to comment.