diff --git a/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/class/getGemsPidAndPortString.st b/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/class/getGemsPidAndPortString.st index 7141f5b94..16e734acf 100644 --- a/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/class/getGemsPidAndPortString.st +++ b/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/class/getGemsPidAndPortString.st @@ -7,4 +7,4 @@ getGemsPidAndPortString self getGemsPidAndPort keysAndValuesDo: [:port :pid | stream nextPutAll: port printString, '>>', pid printString, ',']. - ^stream contents \ No newline at end of file + ^stream isEmpty ifTrue: [stream contents] ifFalse: [stream contents allButLast] \ No newline at end of file diff --git a/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/methodProperties.json b/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/methodProperties.json index 59c069641..0a8ab11c6 100644 --- a/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/methodProperties.json +++ b/repository/BpmRuntimeDeployment.package/BpmGemsInfo.class/methodProperties.json @@ -1,7 +1,7 @@ { "class" : { "getGemsPidAndPort" : "brunobb 02/27/2020 06:27", - "getGemsPidAndPortString" : "brunobb 10/22/2019 08:47", + "getGemsPidAndPortString" : "brunobb 05/03/2020 12:56", "isValidPortNumber:" : "brunobb 11/08/2019 10:22", "stoneName" : "brunobb 02/27/2020 08:24", "throwNoRegisteredServersException" : "brunobb 02/27/2020 06:29" }, diff --git a/repository/BpmRuntimeDeployment.package/monticello.meta/version b/repository/BpmRuntimeDeployment.package/monticello.meta/version index 469556c4a..033a69da2 100644 --- a/repository/BpmRuntimeDeployment.package/monticello.meta/version +++ b/repository/BpmRuntimeDeployment.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmRuntimeDeployment-brunobb.7' message '' id 'ffffce19-ac81-4fe8-a589-dfcfda07d2a7' date '02/27/2020' time '08:39:59' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.6' message '' id 'f5f87c4f-d46c-4cd6-8baf-a2f86c4aaa95' date '02/27/2020' time '06:29:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.5' message '' id '71c0a45f-8ae5-4c26-9fed-01c5ce456dd5' date '12/09/2019' time '07:11:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.4' message '' id 'd65ed085-ed07-4180-8dfc-b2cf0a10e6ad' date '10/25/2019' time '13:49:02' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.3' message '' id '60b72e2c-b635-44ac-82c2-c480061775f4' date '10/22/2019' time '09:05:38' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.2' message '' id '8594d4f9-58c4-462a-92b7-bb0f1b336ad4' date '10/22/2019' time '08:45:50' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.1' message '' id '2719869d-ae38-4331-b6dc-4fff15ec4a68' date '10/22/2019' time '08:29:37' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'BpmRuntimeDeployment-brunobb.8' message '' id 'ffe967b9-5a41-48e8-82a8-fb67cb11bb28' date '05/03/2020' time '13:06:46' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.7' message '' id 'ffffce19-ac81-4fe8-a589-dfcfda07d2a7' date '02/27/2020' time '08:39:59' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.6' message '' id 'f5f87c4f-d46c-4cd6-8baf-a2f86c4aaa95' date '02/27/2020' time '06:29:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.5' message '' id '71c0a45f-8ae5-4c26-9fed-01c5ce456dd5' date '12/09/2019' time '07:11:33' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.4' message '' id 'd65ed085-ed07-4180-8dfc-b2cf0a10e6ad' date '10/25/2019' time '13:49:02' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.3' message '' id '60b72e2c-b635-44ac-82c2-c480061775f4' date '10/22/2019' time '09:05:38' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.2' message '' id '8594d4f9-58c4-462a-92b7-bb0f1b336ad4' date '10/22/2019' time '08:45:50' author 'brunobb' ancestors ((name 'BpmRuntimeDeployment-brunobb.1' message '' id '2719869d-ae38-4331-b6dc-4fff15ec4a68' date '10/22/2019' time '08:29:37' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/scripts/check.out b/scripts/check.out index 0de82d0ad..ee22dd6f6 100644 --- a/scripts/check.out +++ b/scripts/check.out @@ -16,3 +16,25 @@ topaz> exit topaz> exit topaz> exit topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit +topaz> exit