diff -r dce8e52bd7ea -r 5d48f4894483 stx_goodies_cypress.st --- a/stx_goodies_cypress.st Mon Sep 03 10:00:33 2012 +0000 +++ b/stx_goodies_cypress.st Mon Sep 03 11:09:18 2012 +0000 @@ -28,10 +28,10 @@ ^ #( #'stx:goodies/monticello' - #'stx:goodies/sunit' "TestAsserter - superclass of CypressSnapshotTest " - #'stx:libbasic' "Magnitude - superclass of extended Number " + #'stx:goodies/sunit' + #'stx:libbasic' "Autoload - superclass of CypressAbstractTest " #'stx:libbasic2' - #'stx:libbasic3' + #'stx:libbasic3' "ClassDefinitionChange - referenced by CypressClassStructure>>changesOn: " #'stx:libcomp' "Parser - referenced by CypressPackageReader>>readMethodStructureFor:in:methodProperties: " #'stx:libcompat' #'stx:libhtml' @@ -99,6 +99,7 @@ String encodeForHTTP String writeCypressJsonOn:forHtml:indent: Method asCypressMethodDefinition + 'ConfigurableFeatures class' hasCypressSupport ) ! ! @@ -157,7 +158,7 @@ "Return a SVN revision number of myself. This number is updated after a commit" - ^ "$SVN-Revision:"'5 '"$" + ^ "$SVN-Revision:"'8 '"$" ! ! !stx_goodies_cypress class methodsFor:'documentation'!