automatic checkIn
authorStefan Vogel <sv@exept.de>
Wed, 17 Jan 2007 11:41:08 +0100
changeset 1943 0f843e4c315c
parent 1942 a2ef49650366
child 1944 c3d85b97ec35
automatic checkIn
stx_libbasic3.st
--- a/stx_libbasic3.st	Wed Jan 17 11:40:33 2007 +0100
+++ b/stx_libbasic3.st	Wed Jan 17 11:41:08 2007 +0100
@@ -43,11 +43,6 @@
 
 !stx_libbasic3 class methodsFor:'description'!
 
-extensionMethodNames
-    ^ #(
-    )
-!
-
 preRequisites
     ^ #(
         #'stx:libbasic'
@@ -70,9 +65,8 @@
 !stx_libbasic3 class methodsFor:'description - contents'!
 
 classNamesAndAttributes
-    "<className> or (<className> attributes...) in load order"
-
     ^ #(
+        "<className> or (<className> attributes...) in load order"
         AbstractSourceCodeManager
         CallChain
         Change
@@ -83,7 +77,6 @@
         MessageTally
         MessageTracer
         MethodFinder
-        PackageId
         ProfileTree
         SourceCodeManagerError
         SourceCodeManagerUtilities
@@ -150,5 +143,5 @@
 !stx_libbasic3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.30 2007-01-11 18:06:02 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.31 2007-01-17 10:41:08 stefan Exp $'
 ! !