stx_libbasic3.st
changeset 1776 ab8aec65120c
parent 1764 6e38b432ebf1
child 1789 cd1e0942f4c0
--- a/stx_libbasic3.st	Tue Aug 29 12:09:13 2006 +0200
+++ b/stx_libbasic3.st	Tue Aug 29 12:09:15 2006 +0200
@@ -44,6 +44,23 @@
 
 !stx_libbasic3 class methodsFor:'description'!
 
+extensionMethodNames
+    ^ #(
+    )
+! !
+
+!stx_libbasic3 class methodsFor:'description - compilation'!
+
+additionalDefinitions_nt_dot_mak
+    ^ '
+# see stdHeader_nt for LIBBASIC3_BASE
+# LIBBASIC3_BASE   =0x60e80000
+LIB_BASE_LD_ARG=-b:$(LIBBASIC3_BASE)
+'
+! !
+
+!stx_libbasic3 class methodsFor:'description - contents'!
+
 classNamesAndAttributes
     ^ #(
 	"/ <className> or (<className> attributes...)
@@ -67,9 +84,7 @@
 	'ClassRemoveChange'
 	'ClassRenameChange'
 	'DoItChange'
-	'FlatDirectorySourceCodeManager'
 	'HTMLDocGenerator'
-	'HierarchicalDirectorySourceCodeManager'
 	'HistoryManager'
 	'MessageTally'
 	'MessageTracer'
@@ -81,11 +96,9 @@
 	'MethodPrivacyChange'
 	'MethodRemoveChange'
 	'NameSpaceCreationChange'
-	'NonVersioningSourceCodeManager'
 	'OtherChange'
 	'PackageId'
 	'ProfileTree'
-	'RCSSourceCodeManager'
 	'SourceCodeManagerError'
 	'SourceCodeManagerUtilities'
 	'StoreSourceCodeManager'
@@ -94,21 +107,6 @@
 	'WrappedMethod'
 	'stx_libbasic3'
     )
-!
-
-extensionMethodNames
-    ^ #(
-    )
-! !
-
-!stx_libbasic3 class methodsFor:'description - compilation'!
-
-additionalDefinitions_nt_dot_mak
-    ^ '
-# see stdHeader_nt for LIBBASIC3_BASE
-# LIBBASIC3_BASE   =0x60e80000
-LIB_BASE_LD_ARG=-b:$(LIBBASIC3_BASE)
-'
 ! !
 
 !stx_libbasic3 class methodsFor:'description - project information'!
@@ -148,5 +146,5 @@
 !stx_libbasic3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.25 2006-08-28 17:19:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.26 2006-08-29 10:09:15 cg Exp $'
 ! !