Skip to content

Commit 568d177

Browse files
committed
GemTalk/Rowan#861: recursive class hierarchy for V3
1 parent 1fb0e1c commit 568d177

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

rowan/components/Core.ston

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
RwSimpleProjectLoadComponentV2 {
1+
RwLoadComponent {
22
#name : 'Core',
3-
#condition : 'common',
43
#projectNames : [ ],
54
#componentNames : [
65
'tests/Tests'

rowan/components/tests/Tests.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RwSimpleNestedProjectLoadComponentV2 {
1+
RwSubcomponent {
22
#name : 'tests/Tests',
33
#condition : 'tests',
44
#projectNames : [ ],

rowan/project.ston

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
RwProjectSpecificationV2 {
1+
RwProjectSpecificationV3 {
22
#specName : 'project',
3+
#projectVersion : '1.0.0',
34
#projectSpecPath : 'rowan',
45
#componentsPath : 'rowan/components',
5-
#packagesPath : 'rowan/src',
6+
#packagesPath : 'src',
67
#projectsPath : 'rowan/projects',
78
#specsPath : 'rowan/specs',
9+
#packageFormat : 'tonel',
10+
#packageConvention : 'RowanHybrid',
811
#comment : ''
912
}

src/properties.st

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
#format : 'tonel',
3+
#convention : 'RowanHybrid'
4+
}

0 commit comments

Comments
 (0)