automatic checkIn
authorClaus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 16:58:53 +0200
changeset 426 a3c68303028c
parent 425 b60648a7b25f
child 427 e3c30e06bcdc
automatic checkIn
stx_goodies_monticello.st
--- a/stx_goodies_monticello.st	Sat Aug 20 16:58:50 2011 +0200
+++ b/stx_goodies_monticello.st	Sat Aug 20 16:58:53 2011 +0200
@@ -10,7 +10,7 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.4 2011-08-20 14:53:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.5 2011-08-20 14:58:53 cg Exp $'
 ! !
 
 !stx_goodies_monticello class methodsFor:'description'!
@@ -237,13 +237,6 @@
 
 !stx_goodies_monticello class methodsFor:'description - project information'!
 
-applicationIconFileName
-    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
-
-    ^ nil
-    "/ ^ self applicationName
-!
-
 companyName
     "Return a companyname which will appear in <lib>.rc"
 
@@ -253,13 +246,17 @@
 description
     "Return a description string which will appear in vc.def / bc.def"
 
-    ^ 'Smalltalk/X Class library'
+    ^ 'Smalltalk/X Monticello Class library'
+
+    "Modified: / 20-08-2011 / 16:57:40 / cg"
 !
 
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2010\nCopyright eXept Software AG 1998-2010'
+    ^ 'Public - See SqueakSource'
+
+    "Modified: / 20-08-2011 / 16:58:01 / cg"
 !
 
 productName
@@ -271,9 +268,9 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.4 2011-08-20 14:53:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.5 2011-08-20 14:58:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.4 2011-08-20 14:53:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.5 2011-08-20 14:58:53 cg Exp $'
 ! !