ProjectDefinition.st
changeset 14960 ed9b617620ff
parent 14959 96af920715ed
child 14978 e94ebaf2b920
child 18040 a11a12546f23
equal deleted inserted replaced
14959:96af920715ed 14960:ed9b617620ff
  1858 
  1858 
  1859 subProjects
  1859 subProjects
  1860     "list packages which are known as subprojects. 
  1860     "list packages which are known as subprojects. 
  1861      The generated makefile will enter those and make there as well.
  1861      The generated makefile will enter those and make there as well.
  1862      However: they are not forced to be loaded when a package is loaded; for those,
  1862      However: they are not forced to be loaded when a package is loaded; for those,
  1863      use requiredPrerequisites."
  1863      redefine requiredPrerequisites."
  1864 
  1864 
  1865     ^ #()
  1865     ^ #()
  1866 
  1866 
  1867     "Modified: / 17-08-2006 / 19:57:46 / cg"
  1867     "Modified: / 17-08-2006 / 19:57:46 / cg"
  1868 ! !
  1868 ! !
  7102 ! !
  7102 ! !
  7103 
  7103 
  7104 !ProjectDefinition class methodsFor:'documentation'!
  7104 !ProjectDefinition class methodsFor:'documentation'!
  7105 
  7105 
  7106 version
  7106 version
  7107     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.438 2013-03-26 13:20:41 cg Exp $'
  7107     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.439 2013-03-26 13:21:07 cg Exp $'
  7108 !
  7108 !
  7109 
  7109 
  7110 version_CVS
  7110 version_CVS
  7111     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.438 2013-03-26 13:20:41 cg Exp $'
  7111     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.439 2013-03-26 13:21:07 cg Exp $'
  7112 !
  7112 !
  7113 
  7113 
  7114 version_SVN
  7114 version_SVN
  7115     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  7115     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  7116 ! !
  7116 ! !