Skip to content

Commit 89ae12b

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

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
@@ -114,5 +114,43 @@ RwTestProjectLibraryIndexCard {
114114
#rowanSHA : '6f8404a8c'
115115
}
116116
```
117+
### [spec_0003](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0003)
118+
```
119+
RwLoadSpecificationV2 {
120+
#specName : 'spec_0003',
121+
#projectName : 'RowanSample9V4',
122+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
123+
#revision : 'spec_0003',
124+
#projectSpecFile : 'rowan/project.ston',
125+
#componentNames : [
126+
'Core'
127+
],
128+
#customConditionalAttributes : [
129+
'tests'
130+
],
131+
#platformProperties : {
132+
'gemstone' : {
133+
'allusers' : {
134+
#defaultSymbolDictName : 'RowanSample9_1'
135+
}
136+
}
137+
},
138+
#comment : 'RowanSample4 primer project definition'
139+
}
140+
141+
RwTestProjectLibraryIndexCard {
142+
#name : 'index_0003',
143+
#title : 'RowanSample4 primer project definition',
144+
#specName : 'spec_0003',
145+
#index : 3,
146+
#derivedFrom : 'spec_0002',
147+
#comment : 'RowanSample9Class1 has instancesInvariant option set',
148+
#rowanIssues : [
149+
254
150+
],
151+
#gemstoneIssues : [ ],
152+
#rowanSHA : '6f8404a8c'
153+
}
154+
```
117155

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

indexCards/index_0003.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0003',
3+
#title : 'RowanSample4 primer project definition',
4+
#specName : 'spec_0003',
5+
#index : 3,
6+
#derivedFrom : 'spec_0002',
7+
#comment : 'RowanSample9Class1 has instancesInvariant option set',
8+
#rowanIssues : [
9+
254
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : '6f8404a8c'
13+
}

specs/spec_0003.ston

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

0 commit comments

Comments
 (0)