-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #321: copy GsDevKit-Core packages to their new home and adjust …
…scripts so they are loaded into solo scripts that need them ...
- Loading branch information
1 parent
e5aa151
commit 288af99
Showing
9 changed files
with
126 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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
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
10 changes: 10 additions & 0 deletions
10
shared/gemstone/repos/GsDevKit_SuperDoit/rowan/components/GsDevKit.ston
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,10 @@ | ||
RwSimpleProjectLoadComponentV2 { | ||
#name : 'GsDevKit', | ||
#condition : 'common', | ||
#projectNames : [ ], | ||
#componentNames : [ ], | ||
#packageNames : [ | ||
'GsDevKit-Core' | ||
], | ||
#comment : '' | ||
} |
10 changes: 10 additions & 0 deletions
10
shared/gemstone/repos/GsDevKit_SuperDoit/rowan/project.ston
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,10 @@ | ||
RwProjectSpecificationV2 { | ||
#specName : 'project', | ||
#projectSpecPath : 'rowan', | ||
#componentsPath : 'rowan/components', | ||
#packagesPath : 'rowan/src', | ||
#projectsPath : 'rowan/projects', | ||
#specsPath : 'rowan/specs', | ||
#packageFormat : 'filetree', | ||
#comment : '' | ||
} |
Empty file.
10 changes: 10 additions & 0 deletions
10
shared/gemstone/repos/GsDevKit_SuperDoit/rowan/specs/GsDevKit.ston
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,10 @@ | ||
RwLoadSpecificationV2 { | ||
#specName : 'GsDevKit_SuperDoit', | ||
#projectName : 'GsDevKit_SuperDoit', | ||
#diskUrl : 'file:$GS_HOME/shared/gemstone/repos/GsDevKit_SuperDoit', | ||
#projectSpecFile : 'rowan/project.ston', | ||
#componentNames : [ | ||
'GsDevKit' | ||
], | ||
#comment : 'loads GsDevKit support code in support of GsDevKit_home superDoit scripts' | ||
} |