ApplicationDefinition.st
branchjv
changeset 17955 f5ee690b1a27
parent 17937 cf90cbd4e3f3
child 17966 8b5df02e171f
equal deleted inserted replaced
17954:dc18846aa7b2 17955:f5ee690b1a27
   103     ].
   103     ].
   104 
   104 
   105     "
   105     "
   106         bosch_dapasx_application appSourcesProjects
   106         bosch_dapasx_application appSourcesProjects
   107     "
   107     "
       
   108 !
       
   109 
       
   110 startupClass
       
   111     "the class, but onlz of loaded"
       
   112 
       
   113     |cls|
       
   114 
       
   115     Error 
       
   116         handle:[:ex | ] 
       
   117         do:[
       
   118             |clsName|
       
   119 
       
   120             clsName := self startupClassName.
       
   121             cls := Smalltalk classNamed:clsName.
       
   122         ].
       
   123     ^ cls
       
   124 
       
   125     "Created: / 20-07-2012 / 16:37:36 / cg"
   108 !
   126 !
   109 
   127 
   110 stxSourcesProjects
   128 stxSourcesProjects
   111     "Returns only the required STX projects (which are included in the STX module)"
   129     "Returns only the required STX projects (which are included in the STX module)"
   112 
   130 
  2857 ! !
  2875 ! !
  2858 
  2876 
  2859 !ApplicationDefinition class methodsFor:'documentation'!
  2877 !ApplicationDefinition class methodsFor:'documentation'!
  2860 
  2878 
  2861 version
  2879 version
  2862     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.192 2012/03/15 17:02:44 stefan Exp $'
  2880     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.193 2012/07/20 15:42:43 cg Exp $'
  2863 !
  2881 !
  2864 
  2882 
  2865 version_CVS
  2883 version_CVS
  2866     ^ '§Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.192 2012/03/15 17:02:44 stefan Exp §'
  2884     ^ '§Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.193 2012/07/20 15:42:43 cg Exp §'
  2867 !
  2885 !
  2868 
  2886 
  2869 version_SVN
  2887 version_SVN
  2870     ^ '$Id: ApplicationDefinition.st 10802 2012-04-12 23:04:07Z vranyj1 $'
  2888     ^ '$Id: ApplicationDefinition.st 10829 2012-07-25 08:45:15Z vranyj1 $'
  2871 ! !
  2889 ! !