Removed satx:goodies/communication from dependencies delegated_gc_jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 05 Jun 2014 16:00:27 +0100
branchdelegated_gc_jv
changeset 6525 a5fb494e3ad4
parent 6524 1647b1f4874a
child 6526 7b413d1887b6
Removed satx:goodies/communication from dependencies
stx_libview.st
--- a/stx_libview.st	Thu Jun 05 08:23:01 2014 +0100
+++ b/stx_libview.st	Thu Jun 05 16:00:27 2014 +0100
@@ -99,6 +99,7 @@
 	#'stx:libview2'    "TIFFReader - referenced by Image>>saveOn: "
 	#'stx:libwidg'    "Button - referenced by ModalBox>>initialize "
 	#'stx:libwidg2'    "ImageView - referenced by Form>>show "
+        #'stx:goodies/communication'    "HTTPInterface - referenced by ImageReader class>>fromURL: "
     )
 !
 
@@ -124,7 +125,6 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:goodies/communication'    "HTTPInterface - referenced by ImageReader class>>fromURL: "
         #'stx:libbasic2'    "BooleanArray - referenced by Image>>floodFillAt:withValue: "
     )
 !