Skip to content

Commit 59370e8

Browse files
committed
GemTalk/Rowan#953 - generating inital contents for RowanSample9V4
1 parent a262e64 commit 59370e8

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

README.md

+38
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,43 @@ RwTestProjectLibraryIndexCard {
3737
#rowanSHA : '6f8404a8c'
3838
}
3939
```
40+
### [spec_0001](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0001)
41+
```
42+
RwLoadSpecificationV2 {
43+
#specName : 'spec_0001',
44+
#projectName : 'RowanSample9V4',
45+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
46+
#revision : 'spec_0001',
47+
#projectSpecFile : 'rowan/project.ston',
48+
#componentNames : [
49+
'Core'
50+
],
51+
#customConditionalAttributes : [
52+
'tests'
53+
],
54+
#platformProperties : {
55+
'gemstone' : {
56+
'allusers' : {
57+
#defaultSymbolDictName : 'RowanSample9_1'
58+
}
59+
}
60+
},
61+
#comment : 'Bare bones package structure -Core and -Tests'
62+
}
63+
64+
RwTestProjectLibraryIndexCard {
65+
#name : 'index_0001',
66+
#title : 'Bare bones package structure -Core and -Tests',
67+
#specName : 'spec_0001',
68+
#index : 1,
69+
#derivedFrom : 'spec_0000',
70+
#comment : 'One class per package: RowanSample9-Core and RowanSample9-Tests packages',
71+
#rowanIssues : [
72+
527
73+
],
74+
#gemstoneIssues : [ ],
75+
#rowanSHA : '6f8404a8c'
76+
}
77+
```
4078

4179
*This README file is autogenerated, so any direct edits may be lost.*

indexCards/index_0001.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0001',
3+
#title : 'Bare bones package structure -Core and -Tests',
4+
#specName : 'spec_0001',
5+
#index : 1,
6+
#derivedFrom : 'spec_0000',
7+
#comment : 'One class per package: RowanSample9-Core and RowanSample9-Tests packages',
8+
#rowanIssues : [
9+
527
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : '6f8404a8c'
13+
}

specs/spec_0001.ston

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'spec_0001',
3+
#projectName : 'RowanSample9V4',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
5+
#revision : 'spec_0001',
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 : 'Bare bones package structure -Core and -Tests'
21+
}

0 commit comments

Comments
 (0)