ProjectDefinition.st
changeset 12575 aa30728c3045
parent 12574 2247be7b9e54
child 12596 5ed54f811010
equal deleted inserted replaced
12574:2247be7b9e54 12575:aa30728c3045
   308      alspa_batch_application allPreRequisitesSorted
   308      alspa_batch_application allPreRequisitesSorted
   309      ubs_application allPreRequisitesSorted
   309      ubs_application allPreRequisitesSorted
   310     "
   310     "
   311 !
   311 !
   312 
   312 
       
   313 directory
       
   314     "for packageId compatibility"
       
   315 
       
   316     ^ self moduleDirectory
       
   317 
       
   318     "
       
   319      bosch_dapasx_datenbasis_Definition moduleDirectory
       
   320      bosch_dapasx_parameter_system_Definition moduleDirectory
       
   321      stx_libbasic3 moduleDirectory    
       
   322      cg_croquet moduleDirectory    
       
   323      cg_croquet package asPackageId module   
       
   324      cg_croquet moduleDirectory   
       
   325      stx_goodies_xml_vw moduleDirectory  
       
   326     "
       
   327 
       
   328     "Created: / 08-08-2006 / 20:25:39 / fm"
       
   329     "Modified: / 18-08-2006 / 12:18:33 / cg"
       
   330 !
       
   331 
   313 initialClassNameForDefinitionOf:aPackageId
   332 initialClassNameForDefinitionOf:aPackageId
   314     "given a package-ID, return an appropriate class name for this package"
   333     "given a package-ID, return an appropriate class name for this package"
   315 
   334 
   316     |s|
   335     |s|
   317 
   336 
   360     ^ self moduleOfClass:self
   379     ^ self moduleOfClass:self
   361 
   380 
   362     "
   381     "
   363        bosch_dapasx_datenbasis_Definition module
   382        bosch_dapasx_datenbasis_Definition module
   364        DapasX_Datenbasis module
   383        DapasX_Datenbasis module
   365        stx_libbasic3 module
   384        stx_libbasic3 module 
       
   385        stx_libbasic3 directory 
   366     "
   386     "
   367 
   387 
   368     "Created: / 08-08-2006 / 20:24:53 / fm"
   388     "Created: / 08-08-2006 / 20:24:53 / fm"
   369     "Modified: / 09-08-2006 / 16:16:37 / fm"
   389     "Modified: / 09-08-2006 / 16:16:37 / fm"
   370     "Modified: / 17-08-2006 / 20:50:46 / cg"
   390     "Modified: / 17-08-2006 / 20:50:46 / cg"
   375 
   395 
   376     "
   396     "
   377      bosch_dapasx_datenbasis_Definition moduleDirectory
   397      bosch_dapasx_datenbasis_Definition moduleDirectory
   378      bosch_dapasx_parameter_system_Definition moduleDirectory
   398      bosch_dapasx_parameter_system_Definition moduleDirectory
   379      stx_libbasic3 moduleDirectory    
   399      stx_libbasic3 moduleDirectory    
       
   400      cg_croquet moduleDirectory    
       
   401      cg_croquet package asPackageId module   
       
   402      cg_croquet moduleDirectory   
       
   403      stx_goodies_xml_vw moduleDirectory  
   380     "
   404     "
   381 
   405 
   382     "Created: / 08-08-2006 / 20:25:39 / fm"
   406     "Created: / 08-08-2006 / 20:25:39 / fm"
   383     "Modified: / 18-08-2006 / 12:18:33 / cg"
   407     "Modified: / 18-08-2006 / 12:18:33 / cg"
   384 !
   408 !
   534 
   558 
   535     "
   559     "
   536      bosch_dapasx_hw_schnittstellen packageName
   560      bosch_dapasx_hw_schnittstellen packageName
   537      bosch_dapasx_datenbasis packageName
   561      bosch_dapasx_datenbasis packageName
   538      bosch_dapasx_parameter_system packageName 
   562      bosch_dapasx_parameter_system packageName 
       
   563      cg_croquet packageName 
       
   564      stx_goodies_xml_vw packageName  
       
   565      stx_goodies_xml_vw packageDirectory  
   539     "
   566     "
   540 
   567 
   541     "Created: / 08-08-2006 / 20:24:53 / fm"
   568     "Created: / 08-08-2006 / 20:24:53 / fm"
   542     "Modified: / 09-08-2006 / 16:16:37 / fm"
   569     "Modified: / 09-08-2006 / 16:16:37 / fm"
   543     "Modified: / 11-08-2006 / 14:02:32 / cg"
   570     "Modified: / 11-08-2006 / 14:02:32 / cg"
  5206 ! !
  5233 ! !
  5207 
  5234 
  5208 !ProjectDefinition class methodsFor:'documentation'!
  5235 !ProjectDefinition class methodsFor:'documentation'!
  5209 
  5236 
  5210 version
  5237 version
  5211     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.292 2009-12-01 21:30:36 cg Exp $'
  5238     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.293 2009-12-01 21:31:54 cg Exp $'
  5212 !
  5239 !
  5213 
  5240 
  5214 version_CVS
  5241 version_CVS
  5215     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.292 2009-12-01 21:30:36 cg Exp $'
  5242     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.293 2009-12-01 21:31:54 cg Exp $'
  5216 ! !
  5243 ! !
  5217 
  5244 
  5218 ProjectDefinition initialize!
  5245 ProjectDefinition initialize!