added: #productType
authorClaus Gittinger <cg@exept.de>
Tue, 21 Dec 2010 11:38:23 +0100
changeset 13179 f7307b5736ca
parent 13178 07e3a9bb37c8
child 13180 206304310ce0
added: #productType
LibraryDefinition.st
--- a/LibraryDefinition.st	Tue Dec 21 11:38:03 2010 +0100
+++ b/LibraryDefinition.st	Tue Dec 21 11:38:23 2010 +0100
@@ -72,6 +72,14 @@
     ^self description , ' (LIB)'
 
     "Created: / 14-09-2006 / 10:55:23 / cg"
+!
+
+productType
+    "Returns the product type for autopackage"
+
+    ^ 'Library'
+
+    "Created: / 21-12-2010 / 09:28:59 / cg"
 ! !
 
 !LibraryDefinition class methodsFor:'file generation'!
@@ -682,9 +690,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.98 2010-03-08 12:00:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.99 2010-12-21 10:38:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.98 2010-03-08 12:00:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.99 2010-12-21 10:38:23 cg Exp $'
 ! !