You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/BaselineOfFamix/BaselineOfFamix.class.st
+7-6
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,12 @@ Class {
13
13
#category : #BaselineOfFamix
14
14
}
15
15
16
-
{ #category : #baseline }
16
+
{ #category : #baselines }
17
17
BaselineOfFamix>>baseline: spec [
18
+
"In P12 the need of this hack got removed and now Metacello is able to give us the URL itself. Once P11 will not be maintained for Moose we can remove this check and the method #packageRepositoryURL we are overriding."
18
19
19
20
<baseline>
20
-
"In P12 the need of this hack got removed and now Metacello is able to give us the URL itself. Once P11 will not be maintained for Moose we can remove this check and the method #packageRepositoryURL we are overriding."
0 commit comments