automatic checkIn
authorClaus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 16:29:09 +0200
changeset 413 dc9d07e446b1
parent 412 ac5c30b88729
child 414 2d2f8577816e
automatic checkIn
stx_goodies_monticello.st
--- a/stx_goodies_monticello.st	Sat Aug 20 16:29:06 2011 +0200
+++ b/stx_goodies_monticello.st	Sat Aug 20 16:29:09 2011 +0200
@@ -10,7 +10,7 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.2 2011-08-20 14:27:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.3 2011-08-20 14:29:09 cg Exp $'
 ! !
 
 !stx_goodies_monticello class methodsFor:'description'!
@@ -32,11 +32,17 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
+        #'stx:goodies/communication'    "HTTPInterface - referenced by MCHttpRepository>>allFileNames "
         #'stx:libbasic'    "Object - superclass of MCAncestry "
-        #'stx:libbasic2'    "UUID - referenced by MCMockDependency>>uuidForName: "
-        #'stx:libcomp'    "Scanner - referenced by MCStReader>>categoryFromDoIt: "
-        #'stx:libcompat'    "PackageInfo - referenced by MCPackage>>packageInfo "
-        #'stx:libwidg'    "PopUpMenu - referenced by MCDictionaryRepository>>morphicOpen: "
+        #'stx:libbasic2'    "UUID - referenced by MCWorkingAncestry>>infoWithName:message: "
+        #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of MCSourceCodeManager "
+        #'stx:libcomp'    "Scanner - referenced by MCSystemCategoryParser>>category "
+        #'stx:libcompat'    "PackageInfo - superclass of MCDirtyPackageInfo "
+        #'stx:libtool'    "Tools::NavigatorModel - superclass of MCRepositoryList "
+        #'stx:libview'    "Depth1Image - referenced by MCDialog class>>downArrow "
+        #'stx:libview2'    "Model - superclass of MCDialog "
+        #'stx:libwidg'    "PopUpMenu - referenced by MCVersionInspector>>pickAncestor "
+        #'stx:libwidg2'    "HierarchicalItem - superclass of MCRepositoryEntry "
     )
 ! !
 
@@ -171,6 +177,20 @@
         MCSettingsApp
         MCVersionEntry
         MCBrowserList
+        InMidstOfFileinNotification
+        MCInteractiveLoadingQuery
+        MCLazyPropertyDictionary
+        MCSourceCodeManager
+        MCStXPackageQuery
+        MCTimestampAnnotation
+        MethodReference
+        PackageOrganizer
+        MCClassTraitDefinition
+        MCClassTraitParser
+        MCMultiPackageLoader
+        MCTraitParser
+        MCLazyVersionInfo
+        MCTraitDefinition
     )
 !
 
@@ -188,6 +208,95 @@
         Stream isMessageStream
         String extractNumber
         UndefinedObject typeOfClass
+        Behavior includesLocalSelector:
+        Behavior localSelectors
+        Behavior traitCompositionString
+        Boolean and:and:
+        Boolean or:or:or:or:
+        Change mcDefinition
+        Change mcDefinition:
+        ClassDescription classSide
+        ClassDescription mcDefinition
+        ClassDescription theNonMetaClass
+        Metaclass theNonMetaClass
+        PackageInfo #'='
+        PackageInfo addCoreMethod:
+        PackageInfo addExtensionMethod:
+        PackageInfo addMethod:
+        PackageInfo baseCategoryOfMethod:
+        PackageInfo category:matches:
+        PackageInfo categoryName
+        PackageInfo classesAndMetaClasses
+        PackageInfo coreCategoriesForClass:
+        PackageInfo coreMethods
+        PackageInfo coreMethodsForClass:
+        PackageInfo extensionCategoriesForClass:
+        PackageInfo extensionClasses
+        PackageInfo extensionMethods
+        PackageInfo extensionMethodsFromClasses:
+        PackageInfo externalBehaviors
+        PackageInfo externalCallers
+        PackageInfo externalClasses
+        PackageInfo externalName
+        PackageInfo externalRefsSelect:thenCollect:
+        PackageInfo externalSubclasses
+        PackageInfo externalTraits
+        PackageInfo externalUsers
+        PackageInfo foreignClasses
+        PackageInfo foreignExtensionCategoriesForClass:
+        PackageInfo foreignExtensionMethodsForClass:
+        PackageInfo foreignSystemCategories
+        PackageInfo hash
+        PackageInfo includesClass:
+        PackageInfo includesClassNamed:
+        PackageInfo includesMethod:ofClass:
+        PackageInfo includesMethodCategory:ofClass:
+        PackageInfo includesMethodCategory:ofClassNamed:
+        PackageInfo includesMethodReference:
+        PackageInfo includesSystemCategory:
+        PackageInfo isForeignClassExtension:
+        PackageInfo isOverrideMethod:
+        PackageInfo isYourClassExtension:
+        PackageInfo methodCategoryPrefix
+        PackageInfo methods
+        PackageInfo outsideClasses
+        PackageInfo overrideMethods
+        PackageInfo packageName
+        PackageInfo packageName:
+        PackageInfo referenceForMethod:ofClass:
+        PackageInfo register
+        PackageInfo removeMethod:
+        PackageInfo selectors
+        PackageInfo systemCategories
+        PackageInfo systemCategoryPrefix
+        SequenceableCollection copyReplaceAll:with:asTokens:
+        String asStringWithNativeLineEndings
+        String asStringWithSqueakLineEndings
+        String withSqueakLineEndings
+        StringCollection asStringWithNativeLineEndings
+        StringCollection asStringWithSqueakLineEndings
+        Symbol isDoIt
+        #'Tools::NewSystemBrowser' projectMenuMonticelloCommit
+        UserPreferences mcEnabled
+        UserPreferences mcEnabled:
+        UserPreferences mcRepositories
+        UserPreferences mcRepositories:
+        VersionInfo timeStamp
+        'Annotation class' mctimestamp:
+        'PackageInfo class' allPackages
+        'PackageInfo class' default
+        'PackageInfo class' documentation
+        'PackageInfo class' existPackageNamed:
+        'PackageInfo class' initialize
+        'PackageInfo class' registerPackageName:
+        'ProjectDefinition class' #'monticelloTimestamps_code'
+        'ProjectDefinition class' #'monticelloTimestamps_codeFor:'
+        'Smalltalk class' hasClassNamed:
+        'Time class' fromString:
+        'Timestamp class' fromMethodTimeStamp:
+        'Timestamp class' fromString:
+        'Timestamp class' readFrom:
+        'Tools::NewSystemBrowser class' projectMonticelloMenu
     )
 ! !
 
@@ -226,6 +335,10 @@
 
 !stx_goodies_monticello class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.3 2011-08-20 14:29:09 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.2 2011-08-20 14:27:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.3 2011-08-20 14:29:09 cg Exp $'
 ! !