Skip to content

Commit 62d2a85

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

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
@@ -269,5 +269,43 @@ RwTestProjectLibraryIndexCard {
269269
#rowanSHA : '6f8404a8c'
270270
}
271271
```
272+
### [spec_0006](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0006)
273+
```
274+
RwLoadSpecificationV2 {
275+
#specName : 'spec_0006',
276+
#projectName : 'RowanSample9V4',
277+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
278+
#revision : 'spec_0006',
279+
#projectSpecFile : 'rowan/project.ston',
280+
#componentNames : [
281+
'Core'
282+
],
283+
#customConditionalAttributes : [
284+
'tests'
285+
],
286+
#platformProperties : {
287+
'gemstone' : {
288+
'allusers' : {
289+
#defaultSymbolDictName : 'RowanSample9_1'
290+
}
291+
}
292+
},
293+
#comment : 'spec_0002 with different symbol dict mappings'
294+
}
295+
296+
RwTestProjectLibraryIndexCard {
297+
#name : 'index_0006',
298+
#title : 'spec_0002 with different symbol dict mappings',
299+
#specName : 'spec_0006',
300+
#index : 6,
301+
#derivedFrom : 'spec_0002',
302+
#comment : 'RowanSample9-Core, RowanSample9-Extensions, RowanSample9-GemStone, RowanSample9-GemStone-Tests and RowanSample9-Tests packages. Tests ensure that all of the classes are in the proper symbol dictionary',
303+
#rowanIssues : [
304+
504
305+
],
306+
#gemstoneIssues : [ ],
307+
#rowanSHA : '6f8404a8c'
308+
}
309+
```
272310

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

indexCards/index_0006.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0006',
3+
#title : 'spec_0002 with different symbol dict mappings',
4+
#specName : 'spec_0006',
5+
#index : 6,
6+
#derivedFrom : 'spec_0002',
7+
#comment : 'RowanSample9-Core, RowanSample9-Extensions, RowanSample9-GemStone, RowanSample9-GemStone-Tests and RowanSample9-Tests packages. Tests ensure that all of the classes are in the proper symbol dictionary',
8+
#rowanIssues : [
9+
504
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : '6f8404a8c'
13+
}

specs/spec_0006.ston

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

0 commit comments

Comments
 (0)