ProjectDefinition.st
changeset 14583 266314c7fbfc
parent 14580 b9514d8a5211
child 14585 186421233efa
equal deleted inserted replaced
14582:24adef09db30 14583:266314c7fbfc
   465 
   465 
   466 loadDirectory
   466 loadDirectory
   467     "if I was loaded from a directory (as oposed to loaded via a dll or from a scm),
   467     "if I was loaded from a directory (as oposed to loaded via a dll or from a scm),
   468      return that directory. Otherwise return nil."
   468      return that directory. Otherwise return nil."
   469 
   469 
   470     ^ self getAttribute:#loadDirectory
   470     ^ self getAttribute:#projectDirectory
   471 !
   471 !
   472 
   472 
   473 loadDirectory:aDirectory
   473 loadDirectory:aDirectory
   474     "remember the directory from which I was loaded from"
   474     "remember the directory from which I was loaded from"
   475 
   475 
   476     self setAttribute:#loadDirectory to:aDirectory
   476     self setAttribute:#projectDirectory to:aDirectory
   477 !
   477 !
   478 
   478 
   479 module
   479 module
   480     ^ self moduleOfClass:self
   480     ^ self moduleOfClass:self
   481 
   481 
  6739 ! !
  6739 ! !
  6740 
  6740 
  6741 !ProjectDefinition class methodsFor:'documentation'!
  6741 !ProjectDefinition class methodsFor:'documentation'!
  6742 
  6742 
  6743 version
  6743 version
  6744     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.400 2012-12-13 14:29:36 cg Exp $'
  6744     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.401 2012-12-13 14:47:31 cg Exp $'
  6745 !
  6745 !
  6746 
  6746 
  6747 version_CVS
  6747 version_CVS
  6748     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.400 2012-12-13 14:29:36 cg Exp $'
  6748     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.401 2012-12-13 14:47:31 cg Exp $'
  6749 !
  6749 !
  6750 
  6750 
  6751 version_SVN
  6751 version_SVN
  6752     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6752     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6753 ! !
  6753 ! !