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. ] ].