LibraryDefinition.st
branchjv
changeset 17815 956b46750806
parent 17814 b75a7f0c346b
child 17834 04ff72c5039a
equal deleted inserted replaced
17814:b75a7f0c346b 17815:956b46750806
    70     "Return a description string which will appear in nt.def / bc.def and the rc-file"
    70     "Return a description string which will appear in nt.def / bc.def and the rc-file"
    71 
    71 
    72     ^self description , ' (LIB)'
    72     ^self description , ' (LIB)'
    73 
    73 
    74     "Created: / 14-09-2006 / 10:55:23 / cg"
    74     "Created: / 14-09-2006 / 10:55:23 / cg"
       
    75 !
       
    76 
       
    77 productType
       
    78     "Returns the product type for autopackage"
       
    79 
       
    80     ^ 'Library'
       
    81 
       
    82     "Created: / 21-12-2010 / 09:28:59 / cg"
    75 ! !
    83 ! !
    76 
    84 
    77 !LibraryDefinition class methodsFor:'file generation'!
    85 !LibraryDefinition class methodsFor:'file generation'!
    78 
    86 
    79 basicFileNamesToGenerate
    87 basicFileNamesToGenerate
   680 ! !
   688 ! !
   681 
   689 
   682 !LibraryDefinition class methodsFor:'documentation'!
   690 !LibraryDefinition class methodsFor:'documentation'!
   683 
   691 
   684 version
   692 version
   685     ^ '$Id: LibraryDefinition.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   693     ^ '$Id: LibraryDefinition.st 10604 2011-02-04 23:09:23Z vranyj1 $'
   686 !
   694 !
   687 
   695 
   688 version_CVS
   696 version_CVS
   689     ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.98 2010/03/08 12:00:07 cg Exp '
   697     ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.99 2010/12/21 10:38:23 cg Exp '
   690 !
   698 !
   691 
   699 
   692 version_SVN
   700 version_SVN
   693     ^ '$Id: LibraryDefinition.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   701     ^ '$Id: LibraryDefinition.st 10604 2011-02-04 23:09:23Z vranyj1 $'
   694 ! !
   702 ! !
   695 
   703 
   696 
   704 
   697 
   705 
   698 
   706 
   699 
   707 
       
   708