Do not add stx:libview3 as preRequisite
authorStefan Vogel <sv@exept.de>
Fri, 01 Aug 2014 16:51:34 +0200
changeset 3154 71cffa1e022e
parent 3153 2d0fe6afd0c0
child 3155 4e93da30717e
Do not add stx:libview3 as preRequisite
stx_libtool2.st
--- a/stx_libtool2.st	Fri Aug 01 16:51:18 2014 +0200
+++ b/stx_libtool2.st	Fri Aug 01 16:51:34 2014 +0200
@@ -52,6 +52,7 @@
         #'stx:goodies/webServer'    "HTTPServer - referenced by UIPainter>>doInstallAsWebPage "
         #'exept:httpPortal'    "WebApplicationModel - referenced by UIPainter>>canInstallAsWebPage "
         #'stx:goodies/communication'    "HTTPInterface - referenced by ImageEditor>>doLoadFromURL "
+        #'stx:libview3'    "LineSegmentMorph - referenced by UIObjectView class>>isHorizontalResizable: "
     )
 !
 
@@ -89,7 +90,6 @@
         #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation "
         #'stx:libtool'    "SmalltalkCodeGeneratorTool - referenced by MenuEditor>>doGenerateAspectMethods "
         #'stx:libui'    "HorizontalPanelViewSpec - referenced by UIPainterView>>groupSelectionWithLayout: "
-        #'stx:libview3'    "LineSegmentMorph - referenced by UIObjectView class>>isHorizontalResizable: "
     )
 ! !