Skip to content

Commit 187eb32

Browse files
committed
GemTalk/Rowan#953 - generating inital contents for RowanSample9V4
1 parent 0535050 commit 187eb32

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
@@ -231,5 +231,43 @@ RwTestProjectLibraryIndexCard {
231231
#rowanSHA : '6f8404a8c'
232232
}
233233
```
234+
### [spec_0005](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0005)
235+
```
236+
RwLoadSpecificationV2 {
237+
#specName : 'spec_0005',
238+
#projectName : 'RowanSample9V4',
239+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
240+
#revision : 'spec_0005',
241+
#projectSpecFile : 'rowan/project.ston',
242+
#componentNames : [
243+
'Core'
244+
],
245+
#customConditionalAttributes : [
246+
'tests'
247+
],
248+
#platformProperties : {
249+
'gemstone' : {
250+
'allusers' : {
251+
#defaultSymbolDictName : 'RowanSample9_1'
252+
}
253+
}
254+
},
255+
#comment : 'Two classes, two packages, plus tests. Primer for Issue 230'
256+
}
257+
258+
RwTestProjectLibraryIndexCard {
259+
#name : 'index_0005',
260+
#title : 'Two classes, two packages, plus tests. Primer for Issue 230',
261+
#specName : 'spec_0005',
262+
#index : 5,
263+
#derivedFrom : 'spec_0000',
264+
#comment : 'One class per package: RowanSample9-Core1, RowanSample9-Core2 and RowanSample9-Tests packages. Tests ensure that classes in Core1 are in #\'RowanSample9_2\' and classes in Core2 are in symbol dictionary #\'RowanSample9_3\' and classes in Tests are in symbol dictionary #\'RowanSample9_1\'',
265+
#rowanIssues : [
266+
504
267+
],
268+
#gemstoneIssues : [ ],
269+
#rowanSHA : '6f8404a8c'
270+
}
271+
```
234272

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

indexCards/index_0005.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0005',
3+
#title : 'Two classes, two packages, plus tests. Primer for Issue 230',
4+
#specName : 'spec_0005',
5+
#index : 5,
6+
#derivedFrom : 'spec_0000',
7+
#comment : 'One class per package: RowanSample9-Core1, RowanSample9-Core2 and RowanSample9-Tests packages. Tests ensure that classes in Core1 are in #\'RowanSample9_2\' and classes in Core2 are in symbol dictionary #\'RowanSample9_3\' and classes in Tests are in symbol dictionary #\'RowanSample9_1\'',
8+
#rowanIssues : [
9+
504
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : '6f8404a8c'
13+
}

specs/spec_0005.ston

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'spec_0005',
3+
#projectName : 'RowanSample9V4',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
5+
#revision : 'spec_0005',
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 : 'Two classes, two packages, plus tests. Primer for Issue 230'
21+
}

0 commit comments

Comments
 (0)