class: ApplicationDefinition
authorStefan Vogel <sv@exept.de>
Wed, 13 Mar 2013 17:04:31 +0100
changeset 14867 e9141cf777a9
parent 14866 dc4ca8598270
child 14868 4a035ff126df
class: ApplicationDefinition return symbols as packageIds
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Wed Mar 13 16:42:16 2013 +0100
+++ b/ApplicationDefinition.st	Wed Mar 13 17:04:31 2013 +0100
@@ -497,17 +497,17 @@
 
     ^ self isGUIApplication ifTrue:[
         #(
-            'stx:libcomp'   "/ to read the rc file
-            'stx:libbasic2' "/ UI framework
-            'stx:libview'   "/ UI framework
-            'stx:libview2'  "/ UI framework
-            'stx:libwidg'   "/ UI framework
-            'stx:libwidg2'  "/ UI framework
-            'stx:libui'     "/ UI framework
+            #'stx:libcomp'   "/ to read the rc file
+            #'stx:libbasic2' "/ UI framework
+            #'stx:libview'   "/ UI framework
+            #'stx:libview2'  "/ UI framework
+            #'stx:libwidg'   "/ UI framework
+            #'stx:libwidg2'  "/ UI framework
+            #'stx:libui'     "/ UI framework
         )
     ] ifFalse:[
         #(
-            'stx:libcomp'   "/ to read the rc file
+            #'stx:libcomp'   "/ to read the rc file
         )
     ].
 !
@@ -2918,11 +2918,11 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.218 2013-03-11 20:18:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.219 2013-03-13 16:04:31 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.218 2013-03-11 20:18:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.219 2013-03-13 16:04:31 stefan Exp $'
 !
 
 version_SVN