# HG changeset patch # User Claus Gittinger # Date 1157474714 -7200 # Node ID c46a141cfe46b390fee542afdfd0c54f2adfa604 # Parent 198ba4acdb9f49c99494226935d5868ddb4707a8 category change diff -r 198ba4acdb9f -r c46a141cfe46 ApplicationBuilder.st --- a/ApplicationBuilder.st Tue Sep 05 18:29:11 2006 +0200 +++ b/ApplicationBuilder.st Tue Sep 05 18:45:14 2006 +0200 @@ -12,11 +12,13 @@ +"{ Package: 'stx:libtool' }" + ToolApplicationModel subclass:#ApplicationBuilder instanceVariableNames:'task shellView aspects' classVariableNames:'' poolDictionaries:'' - category:'Interface-Smalltalk' + category:'Interface-Tools' ! ApplicationBuilder class instanceVariableNames:'aspects' @@ -24,7 +26,7 @@ " The following class instance variables are inherited by this class: - ToolApplicationModel - history clipboard settings showingHelp instances + ToolApplicationModel - history fileHistory clipboard settings showingHelp instances ApplicationModel - ClassResources Model - Object - @@ -1389,5 +1391,5 @@ !ApplicationBuilder class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.8 2000-02-18 14:44:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.9 2006-09-05 16:45:14 cg Exp $' ! !