stx_libtool.st
changeset 7660 88a3a8348595
parent 7659 cafa86044c98
child 7694 53530a5077ac
--- a/stx_libtool.st	Tue Feb 20 16:53:41 2007 +0100
+++ b/stx_libtool.st	Tue Feb 20 16:59:27 2007 +0100
@@ -49,6 +49,13 @@
      my classes is considered to be a prerequisite package."
 
     ^ #(
+        #'stx:goodies'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
+        #'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+        #'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>basicSaveSettings "
+        #'exept:CC'    "CBrowser::Browser - referenced by FileBrowser>>hasCBrowser "
+        #'stx:clients/Demos'    "Demos::ChickenFun - referenced by NewLauncher>>chickenFunIsRunning "
+        #'stx:clients/MailTool'    "SendMailTool - referenced by DebugView>>initializeButtonsIn: "
+        #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
         #'stx:libjava'
         #'stx:goodies/sif'    "SmalltalkInterchangeFileManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
         #'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
@@ -61,13 +68,6 @@
 
 preRequisites
     ^ #(
-        #'exept:CC'    "CBrowser::Browser - referenced by FileBrowser>>hasCBrowser "
-        #'stx:clients/Demos'    "Demos::ChickenFun - referenced by NewLauncher>>chickenFunIsRunning "
-        #'stx:clients/MailTool'    "SendMailTool - referenced by DebugView>>initializeButtonsIn: "
-        #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
-        #'stx:goodies'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
-        #'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
-        #'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>basicSaveSettings "
         #'stx:goodies/refactoryBrowser/browser'    "MethodNameDialog - referenced by Tools::NewSystemBrowser>>renameMethod:in: "
         #'stx:goodies/refactoryBrowser/changes'    "CompositeRefactoryChange - referenced by Tools::NewSystemBrowser>>moveOrCopyMethods:toClass:moveOrCopy: "
         #'stx:goodies/refactoryBrowser/helpers'    "RBAbstractClass - referenced by Tools::NewSystemBrowser>>handlingRefactoringErrorDo: "
@@ -273,5 +273,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.19 2007-02-20 15:53:41 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.20 2007-02-20 15:59:27 stefan Exp $'
 ! !