Skip to content

Commit b34e553

Browse files
committed
GemTalk/Rowan#953 - generating inital contents for RowanSample9V4
1 parent 74b28f6 commit b34e553

File tree

8 files changed

+104
-1
lines changed

8 files changed

+104
-1
lines changed

README.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# RowanSample9V4
1+
# RowanSample9V4 - spec_0000
2+
Empty project with no packages
3+
```
4+
RwLoadSpecificationV2 {
5+
#specName : 'spec_0000',
6+
#projectName : 'RowanSample9V4',
7+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
8+
#revision : 'spec_0000',
9+
#projectSpecFile : 'rowan/project.ston',
10+
#componentNames : [
11+
'Core'
12+
],
13+
#customConditionalAttributes : [
14+
'tests'
15+
],
16+
#platformProperties : {
17+
'gemstone' : {
18+
'allusers' : {
19+
#defaultSymbolDictName : 'RowanSample9_1'
20+
}
21+
}
22+
},
23+
#comment : 'Empty project with no packages'
24+
}
25+
26+
RwTestProjectLibraryIndexCard {
27+
#name : 'index_0000',
28+
#title : 'Empty project with no packages',
29+
#specName : 'spec_0000',
30+
#index : 0,
31+
#derivedFrom : 'master',
32+
#comment : '',
33+
#rowanIssues : [ ],
34+
#gemstoneIssues : [ ],
35+
#rowanSHA : '6f8404a8c'
36+
}
37+
```
38+
39+
*This README file is autogenerated, so any direct edits may be lost.*

index_0000.ston

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0000',
3+
#title : 'Empty project with no packages',
4+
#specName : 'spec_0000',
5+
#index : 0,
6+
#derivedFrom : 'master',
7+
#comment : '',
8+
#rowanIssues : [ ],
9+
#gemstoneIssues : [ ],
10+
#rowanSHA : '6f8404a8c'
11+
}

rowan/components/Core.ston

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
RwLoadComponent {
2+
#name : 'Core',
3+
#projectNames : [ ],
4+
#componentNames : [
5+
'tests/Tests'
6+
],
7+
#packageNames : [ ],
8+
#comment : 'Primary component used for loading the core classes.'
9+
}

rowan/components/tests/Tests.ston

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
RwSubcomponent {
2+
#name : 'tests/Tests',
3+
#condition : 'tests',
4+
#projectNames : [ ],
5+
#componentNames : [ ],
6+
#packageNames : [ ],
7+
#comment : 'Primary component used for loading the test classes.'
8+
}

rowan/project.ston

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
RwProjectSpecificationV4 {
2+
#specName : 'project',
3+
#projectVersion : '1.0.0',
4+
#projectSpecPath : 'rowan',
5+
#componentsPath : 'rowan/components',
6+
#packagesPath : 'src',
7+
#projectsPath : 'rowan/projects',
8+
#specsPath : 'rowan/specs',
9+
#packageFormat : 'tonel',
10+
#packageConvention : 'RowanHybrid',
11+
#comment : ''
12+
}

rowan/projects/README.md

Whitespace-only changes.

rowan/specs/spec_0000.ston

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'spec_0000',
3+
#projectName : 'RowanSample9V4',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
5+
#revision : 'spec_0000',
6+
#projectSpecFile : 'rowan/project.ston',
7+
#componentNames : [
8+
'Core'
9+
],
10+
#customConditionalAttributes : [
11+
'tests'
12+
],
13+
#platformProperties : {
14+
'gemstone' : {
15+
'allusers' : {
16+
#defaultSymbolDictName : 'RowanSample9_1'
17+
}
18+
}
19+
},
20+
#comment : 'Empty project with no packages'
21+
}

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)