ProjectDefinition.st
changeset 15528 a3c55af6af90
parent 15526 6feb63107e17
child 15603 7da6f15bd81c
child 18077 5844a3bcdd52
equal deleted inserted replaced
15527:79c139096f4f 15528:a3c55af6af90
   389     "Created: / 08-08-2006 / 20:25:39 / fm"
   389     "Created: / 08-08-2006 / 20:25:39 / fm"
   390     "Modified: / 17-08-2006 / 14:13:41 / cg"
   390     "Modified: / 17-08-2006 / 14:13:41 / cg"
   391 !
   391 !
   392 
   392 
   393 moduleDirectory_win32
   393 moduleDirectory_win32
   394     ^ (PackageId from:self package) directory copy replaceAll:$/ with:$\
   394     ^ (PackageId from:self package) directory copyReplaceAll:$/ with:$\
   395 
   395 
   396     "
   396     "
   397      bosch_dapasx_datenbasis moduleDirectory_win32
   397      bosch_dapasx_datenbasis moduleDirectory_win32
   398      bosch_dapasx_parameter_system moduleDirectory_win32
   398      bosch_dapasx_parameter_system moduleDirectory_win32
   399      stx_libbasic3 moduleDirectory_win32
   399      stx_libbasic3 moduleDirectory_win32
   402     "Created: / 14-09-2006 / 20:19:17 / cg"
   402     "Created: / 14-09-2006 / 20:19:17 / cg"
   403 !
   403 !
   404 
   404 
   405 moduleDirectory_win32For: projectID
   405 moduleDirectory_win32For: projectID
   406 
   406 
   407     ^(self moduleDirectoryFor:projectID) copy replaceAll:$/ with:$\
   407     ^(self moduleDirectoryFor:projectID) copyReplaceAll:$/ with:$\
   408 
   408 
   409     "
   409     "
   410      self moduleDirectory_win32For: #'bosch:dapasx/pav_vergleich'
   410      self moduleDirectory_win32For: #'bosch:dapasx/pav_vergleich'
   411      self moduleDirectory_win32For: #'stx:goodies/xml/stx'
   411      self moduleDirectory_win32For: #'stx:goodies/xml/stx'
   412      self moduleDirectory_win32For: #'stx:libbasic2'
   412      self moduleDirectory_win32For: #'stx:libbasic2'
   413     "
   413     "
       
   414 
       
   415     "Modified: / 16-07-2013 / 19:47:24 / cg"
   414 !
   416 !
   415 
   417 
   416 moduleFor:aProjectID
   418 moduleFor:aProjectID
   417     ^ (aProjectID subStrings:$:) first
   419     ^ (aProjectID subStrings:$:) first
   418 
   420 
  2542 
  2544 
  2543     ^ '-warnNonStandard'
  2545     ^ '-warnNonStandard'
  2544 
  2546 
  2545     "Created: / 18-08-2006 / 12:51:38 / cg"
  2547     "Created: / 18-08-2006 / 12:51:38 / cg"
  2546 ! !
  2548 ! !
       
  2549 
  2547 
  2550 
  2548 !ProjectDefinition class methodsFor:'description - project information'!
  2551 !ProjectDefinition class methodsFor:'description - project information'!
  2549 
  2552 
  2550 applicationAdditionalIconFileNames
  2553 applicationAdditionalIconFileNames
  2551     "Return the icon-filenames for additional icons of the application
  2554     "Return the icon-filenames for additional icons of the application
  7461 ! !
  7464 ! !
  7462 
  7465 
  7463 !ProjectDefinition class methodsFor:'documentation'!
  7466 !ProjectDefinition class methodsFor:'documentation'!
  7464 
  7467 
  7465 version
  7468 version
  7466     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.480 2013-07-16 09:54:35 cg Exp $'
  7469     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.481 2013-07-16 17:47:48 cg Exp $'
  7467 !
  7470 !
  7468 
  7471 
  7469 version_CVS
  7472 version_CVS
  7470     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.480 2013-07-16 09:54:35 cg Exp $'
  7473     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.481 2013-07-16 17:47:48 cg Exp $'
  7471 !
  7474 !
  7472 
  7475 
  7473 version_SVN
  7476 version_SVN
  7474     ^ '$ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  $'
  7477     ^ '$ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  $'
  7475 ! !
  7478 ! !