Skip to content

Commit d000b54

Browse files
committed
Added initial rowan package specification.
1 parent f050ec3 commit d000b54

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

rowan/components/Core.ston

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
RwSimpleProjectLoadComponentV2 {
2+
#name : 'Core',
3+
#condition : 'gemstone',
4+
#packageNames : [
5+
'Grease-Core',
6+
'Grease-GemStone-Core',
7+
'Grease-GemStone330-Core',
8+
'Grease-GemStone-Kernelv360',
9+
'Grease-GemStone-Kernelv370'
10+
],
11+
#comment : 'Core Grease Packages'
12+
}

rowan/project.ston

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
RwProjectSpecificationV3 {
2+
#specName : 'project',
3+
#projectSpecPath : 'rowan',
4+
#componentsPath : 'rowan/components',
5+
#packagesPath : 'repository',
6+
#projectsPath : 'rowan/projects',
7+
#specsPath : 'rowan/specs',
8+
#packageFormat : 'FileTree',
9+
#comment : 'Grease Project'
10+
}

rowan/projects/Grease.ston

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
RwLoadSpecificationV3 {
2+
#specName : 'Grease',
3+
#projectName : 'Grease',
4+
#projectAlias : 'Grease',
5+
#gitUrl : '[email protected]:GsDevKit/Grease.git',
6+
#revision : 'kurt.rowan-packaging',
7+
#relativeRepositoryRoot : 'repository',
8+
#projectSpecFile : 'rowan/project.ston',
9+
#componentNames : [
10+
'Core'
11+
],
12+
#customConditionalAttributes : [ ],
13+
#groupNames : [ ],
14+
#platformProperties : {
15+
'gemstone' : {
16+
'SystemUser' : {
17+
#defaultSymbolDictName : 'UserGlobals'
18+
}
19+
}
20+
},
21+
#comment : 'Grease Load Specification'
22+
}

rowan/specs/Grease.ston

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'Grease',
3+
#projectName : 'Grease',
4+
#gitUrl : '[email protected]:GsDevKit/Grease.git',
5+
#revision : 'kurt.rowan-packaging',
6+
#projectSpecFile : 'rowan/project.ston',
7+
#componentNames : [
8+
'Core'
9+
],
10+
#platformProperties : {
11+
'gemstone' : {
12+
'SystemUser' : {
13+
#defaultSymbolDictName : 'UserGlobals'
14+
}
15+
}
16+
},
17+
#comment : 'FileTree Load Specification'
18+
}

0 commit comments

Comments
 (0)