Skip to content

Commit da3855b

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

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

README.md

+39
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,44 @@ RwTestProjectLibraryIndexCard {
7575
#rowanSHA : '6f8404a8c'
7676
}
7777
```
78+
### [spec_0002](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0002)
79+
```
80+
RwLoadSpecificationV2 {
81+
#specName : 'spec_0002',
82+
#projectName : 'RowanSample9V4',
83+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
84+
#revision : 'spec_0002',
85+
#projectSpecFile : 'rowan/project.ston',
86+
#componentNames : [
87+
'Core'
88+
],
89+
#customConditionalAttributes : [
90+
'tests'
91+
],
92+
#platformProperties : {
93+
'gemstone' : {
94+
'allusers' : {
95+
#defaultSymbolDictName : 'RowanSample9_1'
96+
}
97+
}
98+
},
99+
#comment : 'RowanSample4 basic project definition'
100+
}
101+
102+
RwTestProjectLibraryIndexCard {
103+
#name : 'index_0002',
104+
#title : 'RowanSample4 basic project definition',
105+
#specName : 'spec_0002',
106+
#index : 2,
107+
#derivedFrom : 'spec_0000',
108+
#comment : 'RowanSampe9Class1 has extension methods',
109+
#rowanIssues : [
110+
254,
111+
504
112+
],
113+
#gemstoneIssues : [ ],
114+
#rowanSHA : '6f8404a8c'
115+
}
116+
```
78117

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

indexCards/index_0002.ston

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0002',
3+
#title : 'RowanSample4 basic project definition',
4+
#specName : 'spec_0002',
5+
#index : 2,
6+
#derivedFrom : 'spec_0000',
7+
#comment : 'RowanSampe9Class1 has extension methods',
8+
#rowanIssues : [
9+
254,
10+
504
11+
],
12+
#gemstoneIssues : [ ],
13+
#rowanSHA : '6f8404a8c'
14+
}

specs/spec_0002.ston

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'spec_0002',
3+
#projectName : 'RowanSample9V4',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
5+
#revision : 'spec_0002',
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 : 'RowanSample4 basic project definition'
21+
}

0 commit comments

Comments
 (0)