Skip to content

Commit c550c7d

Browse files
committed
GemTalk/Rowan#953 - spec_0008 for use with RowanSample9V4
1 parent e2ed45a commit c550c7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rowan/components/Core.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RwLoadComponent {
22
#name : 'Core',
33
#projectNames : [
4-
'RowanSample9V3_Parent'
4+
'RowanSample9V4_Parent'
55
],
66
#componentNames : [ ],
77
#packageNames : [

rowan/projects/RowanSample9V3_Parent.ston rowan/projects/RowanSample9V4_Parent.ston

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RwLoadSpecificationV2 {
2-
#specName : 'RowanSample9V3_Parent',
3-
#projectName : 'RowanSample9V3',
4-
#gitUrl : '[email protected]:dalehenrich/RowanSample9V3.git',
2+
#specName : 'RowanSample9V4_Parent',
3+
#projectName : 'RowanSample9V4',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V4.git',
55
#revision : 'spec_0069',
66
#projectSpecFile : 'rowan/project.ston',
77
#componentNames : [

src/RowanSample12-Core/RowanSample12ConcreteClass1.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ I am an example class
33
"
44
Class {
55
#name : 'RowanSample12ConcreteClass1',
6-
#superclass : 'AbstractRowanSample9V3ParentClass1',
6+
#superclass : 'AbstractRowanSample9V4ParentClass1',
77
#category : 'RowanSample12-Core'
88
}
99

0 commit comments

Comments
 (0)