# HG changeset patch # User Claus Gittinger # Date 1367766626 -7200 # Node ID 2d990fdb64969351352b4c2039b68eaea38d8fad # Parent 7b530cc7668803573e8457aa89a60c7d177dcb97 class: Tools::ProjectBuilder comment/format in: #buildWithColorizedOutputTo: diff -r 7b530cc76688 -r 2d990fdb6496 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. ] ].