ProjectDefinition.st
changeset 14248 fe9da09afe27
parent 14233 e4ef9164b628
child 14334 654df740c912
equal deleted inserted replaced
14247:352a05db118a 14248:fe9da09afe27
  4383 
  4383 
  4384 ^
  4384 ^
  4385 '# $','Header','$
  4385 '# $','Header','$
  4386 #
  4386 #
  4387 # DO NOT EDIT
  4387 # DO NOT EDIT
  4388 # automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
  4388 # automagically generated from the projectDefinition: ',self name,"' at ',Timestamp now printString,"'.
  4389 #
  4389 #
  4390 # Warning: once you modify this file, do not rerun
  4390 # Warning: once you modify this file, do not rerun
  4391 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
  4391 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
  4392 #
  4392 #
  4393 # This file contains specifications which are common to all platforms.
  4393 # This file contains specifications which are common to all platforms.
  4438 %(OBJECTS)
  4438 %(OBJECTS)
  4439 '
  4439 '
  4440 
  4440 
  4441     "Created: / 08-08-2006 / 19:31:29 / fm"
  4441     "Created: / 08-08-2006 / 19:31:29 / fm"
  4442     "Modified: / 09-08-2006 / 15:10:57 / fm"
  4442     "Modified: / 09-08-2006 / 15:10:57 / fm"
  4443     "Modified: / 23-12-2011 / 15:07:23 / cg"
  4443     "Modified: / 26-07-2012 / 00:56:03 / cg"
  4444 !
  4444 !
  4445 
  4445 
  4446 makefile
  4446 makefile
  4447 ^
  4447 ^
  4448 '#
  4448 '#
  6717 ! !
  6717 ! !
  6718 
  6718 
  6719 !ProjectDefinition class methodsFor:'documentation'!
  6719 !ProjectDefinition class methodsFor:'documentation'!
  6720 
  6720 
  6721 version
  6721 version
  6722     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.385 2012-07-21 16:56:36 cg Exp $'
  6722     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.386 2012-07-25 23:14:29 cg Exp $'
  6723 !
  6723 !
  6724 
  6724 
  6725 version_CVS
  6725 version_CVS
  6726     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.385 2012-07-21 16:56:36 cg Exp $'
  6726     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.386 2012-07-25 23:14:29 cg Exp $'
  6727 !
  6727 !
  6728 
  6728 
  6729 version_SVN
  6729 version_SVN
  6730     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6730     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6731 ! !
  6731 ! !