AbstractLauncherApplication.st
changeset 13150 5d47f15f9ccc
parent 13149 b8c7f534bb20
child 13182 bc686a7cc736
child 13241 429439b91d57
--- a/AbstractLauncherApplication.st	Tue Jul 09 22:46:11 2013 +0200
+++ b/AbstractLauncherApplication.st	Tue Jul 09 22:48:17 2013 +0200
@@ -721,7 +721,7 @@
                 self withWaitCursorDo:[
                     #(
                         'stx:clients'
-                        'stx:goodies/demos'
+                        'stx:goodies'
                         'stx:libwidg3'
                     ) do:[:pkg |
                         Smalltalk recursiveInstallAutoloadedClassesFrom:(Smalltalk projectDirectoryForPackage:pkg).
@@ -7055,14 +7055,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.437 2013-07-09 20:46:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.438 2013-07-09 20:48:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.437 2013-07-09 20:46:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.438 2013-07-09 20:48:17 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.437 2013-07-09 20:46:11 cg Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.438 2013-07-09 20:48:17 cg Exp $'
 ! !