Tools__ProjectBuilderAssistantApplication.st
changeset 3520 b139ae538098
parent 3508 a526b342d12c
child 3558 6609ee3ba154
equal deleted inserted replaced
3519:4fbc55af0d28 3520:b139ae538098
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2009 by eXept Software AG
     4  COPYRIGHT (c) 2009 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   218     ^ 'ST/X Packager: %1'
   220     ^ 'ST/X Packager: %1'
   219 ! !
   221 ! !
   220 
   222 
   221 !ProjectBuilderAssistantApplication class methodsFor:'help'!
   223 !ProjectBuilderAssistantApplication class methodsFor:'help'!
   222 
   224 
   223 flyByHelpSpec
   225 helpSpec
   224     <resource: #help>
   226     <resource: #help>
   225 
   227 
   226     ^ super flyByHelpSpec addPairsFrom:#(
   228     ^ super helpSpec addPairsFrom:#(
   227 
   229 
   228 #'projectType'
   230 #'projectType'
   229 'Choose the type of Project you are about to deploy'
   231 'Choose the type of Project you are about to deploy'
   230 
   232 
   231 #existingProjects
   233 #existingProjects
   305 'Hide startup classes from other packages. Uncheck to see them.\(Notice: the startup class really should be in the same package)'
   307 'Hide startup classes from other packages. Uncheck to see them.\(Notice: the startup class really should be in the same package)'
   306 
   308 
   307 )
   309 )
   308 
   310 
   309     "Modified: / 06-09-2012 / 16:09:10 / cg"
   311     "Modified: / 06-09-2012 / 16:09:10 / cg"
   310 ! !
       
   311 
       
   312 !ProjectBuilderAssistantApplication class methodsFor:'help specs'!
       
   313 
       
   314 helpSpec
       
   315     "This resource specification was automatically generated
       
   316      by the UIHelpTool of ST/X."
       
   317 
       
   318     "Do not manually edit this!! If it is corrupted,
       
   319      the UIHelpTool may not be able to read the specification."
       
   320 
       
   321     "
       
   322      UIHelpTool openOnClass:Tools::ProjectBuilderAssistantApplication
       
   323     "
       
   324 
       
   325     <resource: #help>
       
   326 
       
   327     ^ super helpSpec addPairsFrom:#(
       
   328 
       
   329 #companyName
       
   330 ''
       
   331 
       
   332 #hideOtherStartupClasses
       
   333 ''
       
   334 
       
   335 #productName
       
   336 ''
       
   337 
       
   338 #programName
       
   339 ''
       
   340 
       
   341 )
       
   342 ! !
   312 ! !
   343 
   313 
   344 !ProjectBuilderAssistantApplication class methodsFor:'interface specs'!
   314 !ProjectBuilderAssistantApplication class methodsFor:'interface specs'!
   345 
   315 
   346 page1_projectTypeSelectionSpec
   316 page1_projectTypeSelectionSpec