stx_libtool.st
changeset 17558 14fd7fcbab3f
parent 17476 de380a84914e
child 17674 09bd589438b5
--- a/stx_libtool.st	Fri Jun 23 17:16:53 2017 +0200
+++ b/stx_libtool.st	Thu Jun 29 11:40:53 2017 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
               All Rights Reserved
@@ -115,10 +117,12 @@
         #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
         #'exept:osi/services'    "OSI::ACSE - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings"
         #'stx:goodies/smallsense'    "SmallSense::SmalltalkLintService - referenced by Tools::CodeView2>>lintService"
+        #'exept:instantMessaging/jabber'    "JBCClient - referenced by AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl>>smallTeamViaXMPPAvailable"
     )
 
     "Modified: / 06-07-2011 / 16:16:13 / jv"
     "Modified: / 26-07-2011 / 10:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 29-06-2017 / 11:32:19 / stefan"
 !
 
 mandatoryPreRequisites
@@ -156,6 +160,7 @@
      Please also take a look at the #mandatoryPreRequisites method"
 
     ^ #(
+        #'exept:instantMessaging/jabber'    "JBCClient - referenced by AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl>>smallTeamViaXMPPAvailable"
     )
 !
 
@@ -428,7 +433,9 @@
 
 extensionMethodNames
     "lists the extension methods which are to be included in the project.
-     Entries are pairwise elements, consisting of class-name and selector."
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     ^ #(
         ApplicationModel inspectorExtraAttributes
@@ -498,6 +505,7 @@
         Integer inspectorExtraAttributes
         Interval inspectorValueStringInListFor:
         Iterator inspectorValueStringInListFor:
+        KeyedCollection inspectorClass
         LimitedPrecisionReal inspectorExtraAttributes
         MenuView shortKeys
         Method inspectorExtraAttributes
@@ -613,7 +621,6 @@
         'Smalltalk class' inspectorClass
         'StandaloneStartup class' iconInBrowserSymbol
         'Warning class' iconInBrowserSymbol
-        KeyedCollection inspectorClass
     )
 ! !