class: Tools::ProjectBuilder
authorClaus Gittinger <cg@exept.de>
Sun, 05 May 2013 17:10:26 +0200
changeset 3001 2d990fdb6496
parent 3000 7b530cc76688
child 3002 3c8db6ae6f30
class: Tools::ProjectBuilder comment/format in: #buildWithColorizedOutputTo:
ProjectBuilder.st
--- a/ProjectBuilder.st	Tue Apr 30 15:12:51 2013 +0200
+++ b/ProjectBuilder.st	Sun May 05 17:10:26 2013 +0200
@@ -237,7 +237,6 @@
                     ];
                     nextPutAllBlock:[:string |
                         lock critical:[          
-                            "/ (string includesString:'das Ziel' )ifTrue:[self halt].
                             makeOutput
                                 withEmphasis:{#backgroundColor->Color red. #color->Color white.}
                                 do:[makeOutput nextPutAll:string].
@@ -251,7 +250,6 @@
                     ];
                     nextPutAllBlock:[:string |
                         lock critical:[         
-                            "/ (string includesString:'das Ziel' )ifTrue:[self halt].
                             makeOutput nextPutAll:string.
                         ]
                     ].