automatic checkIn
authorClaus Gittinger <cg@exept.de>
Thu, 15 Mar 2007 22:56:01 +0100
changeset 2023 b657520e61db
parent 2022 00252e5dafe7
child 2024 dc3668306bd4
automatic checkIn
stx_libcomp.st
--- a/stx_libcomp.st	Thu Mar 15 22:56:00 2007 +0100
+++ b/stx_libcomp.st	Thu Mar 15 22:56:01 2007 +0100
@@ -43,18 +43,11 @@
 
 !stx_libcomp class methodsFor:'description'!
 
-extensionMethodNames
-    ^ #(
-    )
-!
-
 preRequisites
     ^ #(
-        #'stx:libbasic'
-        #'stx:libbasic2'
+        #'stx:libbasic'    "Fraction - referenced by MessageNode>>plausibilityCheck "
+        #'stx:libbasic2'    "Text - referenced by Parser>>selectorCheck:for:positions: "
     )
-
-    "Modified: / 10-10-2006 / 23:27:58 / cg"
 ! !
 
 !stx_libcomp class methodsFor:'description - compilation'!
@@ -126,6 +119,12 @@
         WarningCompilationErrorHandler
         #'stx_libcomp'
     )
+!
+
+extensionMethodNames
+    ^ #(
+        Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
+    )
 ! !
 
 !stx_libcomp class methodsFor:'description - project information'!
@@ -157,5 +156,5 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.16 2007-01-11 18:07:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.17 2007-03-15 21:56:01 cg Exp $'
 ! !