class: ApplicationBuilder
authorClaus Gittinger <cg@exept.de>
Tue, 30 Jul 2013 07:57:02 +0200
changeset 13256 d1d0f1f71f47
parent 13247 bb942a241540
child 13257 25b6402f5883
class: ApplicationBuilder category of: #closeRequest #postBuildWith:
ApplicationBuilder.st
--- a/ApplicationBuilder.st	Tue Jul 30 03:25:32 2013 +0000
+++ b/ApplicationBuilder.st	Tue Jul 30 07:57:02 2013 +0200
@@ -9,9 +9,6 @@
  other person. No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libtool' }"
 
 ToolApplicationModel subclass:#ApplicationBuilder
@@ -1368,7 +1365,7 @@
 
 ! !
 
-!ApplicationBuilder methodsFor:'startup / release'!
+!ApplicationBuilder methodsFor:'startup & release'!
 
 closeRequest
     "close request; before closing stop the running build, then release the dependents of all aspects"
@@ -1391,5 +1388,6 @@
 !ApplicationBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.9 2006-09-05 16:45:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.10 2013-07-30 05:57:02 cg Exp $'
 ! !
+