forked from dalehenrich/gsApplicationTools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #35 implement GsProcess>>convertToPortableStack
- Loading branch information
1 parent
9cd4999
commit 6466548
Showing
8 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
repository/GsApplicationTools-ServerExtensionsV30.package/.filetree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } |
5 changes: 5 additions & 0 deletions
5
...nTools-ServerExtensionsV30.package/GsProcess.extension/instance/convertToPortableStack.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*gsapplicationtools-serverextensionsv30 | ||
convertToPortableStack | ||
"compat with GemStone 3.3 (https://github.com/GsDevKit/gsApplicationTools/issues/35)" | ||
|
||
^self _convertToPortableStack |
5 changes: 5 additions & 0 deletions
5
.../GsApplicationTools-ServerExtensionsV30.package/GsProcess.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"convertToPortableStack" : "" } } |
2 changes: 2 additions & 0 deletions
2
...sitory/GsApplicationTools-ServerExtensionsV30.package/GsProcess.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "GsProcess" } |
Empty file.
1 change: 1 addition & 0 deletions
1
repository/GsApplicationTools-ServerExtensionsV30.package/monticello.meta/package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'GsApplicationTools-ServerExtensionsV30') |
1 change: 1 addition & 0 deletions
1
repository/GsApplicationTools-ServerExtensionsV30.package/monticello.meta/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'GsApplicationTools-ServerExtensionsV30-dkh.1' message 'Issue #35 implement GsProcess>>convertToPortableStack for GemStone versions 3.0 thru 3.2' id 'c3b34e48-715f-450d-9ab3-b383a0812c47' date '07/15/2015' time '17:02:06' author 'dkh' ancestors () stepChildren ()) |
2 changes: 2 additions & 0 deletions
2
repository/GsApplicationTools-ServerExtensionsV30.package/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |