changed: #generateSourceFilesByCheckingOutUsing:
authorClaus Gittinger <cg@exept.de>
Thu, 29 Dec 2011 14:38:58 +0100
changeset 2868 8a4d46fd157c
parent 2867 5eaed94714b3
child 2869 aa4cdac32055
changed: #generateSourceFilesByCheckingOutUsing:
ProjectBuilder.st
--- a/ProjectBuilder.st	Sat Dec 10 13:26:57 2011 +0100
+++ b/ProjectBuilder.st	Thu Dec 29 14:38:58 2011 +0100
@@ -502,7 +502,8 @@
 
     |repository stxRepository module directory|
 
-self halt.
+    self breakPoint:#cg.
+
     "/ check out / generate files there
     repository := (aSourceCodeManager repositoryNameForModule:module) ifNil:[aSourceCodeManager repositoryName].
     stxRepository := aSourceCodeManager repositoryName.
@@ -536,6 +537,8 @@
         inDirectory:(buildDirectory construct:module)
         onError:[:status| self error:'cvs update failed'].
 self halt.
+
+    "Modified: / 29-12-2011 / 14:02:56 / cg"
 !
 
 generateSourceFilesByFilingOut