Skip to content

Commit a262e64

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

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

README.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# RowanSample9V4
1+
# RowanSample9V4
2+
Sample project that is being used to develop the **final** version of the V2.0 project handling API.
3+
## Summary of Load Specs
4+
### [spec_0000](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0000)
5+
```
6+
RwLoadSpecificationV2 {
7+
#specName : 'spec_0000',
8+
#projectName : 'RowanSample9V4',
9+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
10+
#revision : 'spec_0000',
11+
#projectSpecFile : 'rowan/project.ston',
12+
#componentNames : [
13+
'Core'
14+
],
15+
#customConditionalAttributes : [
16+
'tests'
17+
],
18+
#platformProperties : {
19+
'gemstone' : {
20+
'allusers' : {
21+
#defaultSymbolDictName : 'RowanSample9_1'
22+
}
23+
}
24+
},
25+
#comment : 'Empty project with no packages'
26+
}
27+
28+
RwTestProjectLibraryIndexCard {
29+
#name : 'index_0000',
30+
#title : 'Empty project with no packages',
31+
#specName : 'spec_0000',
32+
#index : 0,
33+
#derivedFrom : 'master',
34+
#comment : '',
35+
#rowanIssues : [ ],
36+
#gemstoneIssues : [ ],
37+
#rowanSHA : '6f8404a8c'
38+
}
39+
```
40+
41+
*This README file is autogenerated, so any direct edits may be lost.*

indexCards/index_0000.ston

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0000',
3+
#title : 'Empty project with no packages',
4+
#specName : 'spec_0000',
5+
#index : 0,
6+
#derivedFrom : 'master',
7+
#comment : '',
8+
#rowanIssues : [ ],
9+
#gemstoneIssues : [ ],
10+
#rowanSHA : '6f8404a8c'
11+
}

specs/spec_0000.ston

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

0 commit comments

Comments
 (0)