ApplicationDefinition.st
changeset 9889 c480dd24d0b6
parent 9886 6574a17ca51e
child 9890 047b99b0334a
equal deleted inserted replaced
9888:7230c9f25e5e 9889:c480dd24d0b6
   164 
   164 
   165     ^ 'Application'
   165     ^ 'Application'
   166 
   166 
   167     "Created: / 17-08-2006 / 20:52:48 / cg"
   167     "Created: / 17-08-2006 / 20:52:48 / cg"
   168     "Modified: / 18-08-2006 / 16:16:01 / cg"
   168     "Modified: / 18-08-2006 / 16:16:01 / cg"
       
   169 !
       
   170 
       
   171 fileDescription
       
   172     "Return a description string which will appear in nt.def / bc.def"
       
   173 
       
   174     ^self description , ' Application'
       
   175 
       
   176     "Created: / 14-09-2006 / 20:08:11 / cg"
   169 ! !
   177 ! !
   170 
   178 
   171 !ApplicationDefinition class methodsFor:'file generation'!
   179 !ApplicationDefinition class methodsFor:'file generation'!
   172 
   180 
   173 basicFileNamesToGenerate
   181 basicFileNamesToGenerate
  1031 ! !
  1039 ! !
  1032 
  1040 
  1033 !ApplicationDefinition class methodsFor:'documentation'!
  1041 !ApplicationDefinition class methodsFor:'documentation'!
  1034 
  1042 
  1035 version
  1043 version
  1036     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.28 2006-09-14 17:07:31 cg Exp $'
  1044     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.29 2006-09-14 18:07:46 cg Exp $'
  1037 ! !
  1045 ! !