1
- # RowanSample9V4 - spec_0000
2
- Empty project with no packages
1
+ # RowanSample9V4 - spec_0001
2
+ Bare bones package structure -Core and -Tests
3
3
```
4
4
RwLoadSpecificationV2 {
5
- #specName : 'spec_0000 ',
5
+ #specName : 'spec_0001 ',
6
6
#projectName : 'RowanSample9V4',
7
7
#gitUrl : '[email protected] :dalehenrich/RowanSample9V4.git',
8
- #revision : 'spec_0000 ',
8
+ #revision : 'spec_0001 ',
9
9
#projectSpecFile : 'rowan/project.ston',
10
10
#componentNames : [
11
11
'Core'
@@ -20,17 +20,19 @@ RwLoadSpecificationV2 {
20
20
}
21
21
}
22
22
},
23
- #comment : 'Empty project with no packages '
23
+ #comment : 'Bare bones package structure -Core and -Tests '
24
24
}
25
25
26
26
RwTestProjectLibraryIndexCard {
27
- #name : 'index_0000',
28
- #title : 'Empty project with no packages',
29
- #specName : 'spec_0000',
30
- #index : 0,
31
- #derivedFrom : 'master',
32
- #comment : '',
33
- #rowanIssues : [ ],
27
+ #name : 'index_0001',
28
+ #title : 'Bare bones package structure -Core and -Tests',
29
+ #specName : 'spec_0001',
30
+ #index : 1,
31
+ #derivedFrom : 'spec_0000',
32
+ #comment : 'One class per package: RowanSample9-Core and RowanSample9-Tests packages',
33
+ #rowanIssues : [
34
+ 527
35
+ ],
34
36
#gemstoneIssues : [ ],
35
37
#rowanSHA : '6f8404a8c'
36
38
}
0 commit comments