stx_libjava.st
branchdirectory_structure_refactoring
changeset 1822 9fd3bbca7e66
parent 1820 b2dbcc736c89
child 1823 41b161f7ec69
--- a/stx_libjava.st	Thu Nov 15 23:54:30 2012 +0000
+++ b/stx_libjava.st	Thu Nov 15 23:55:03 2012 +0000
@@ -617,21 +617,25 @@
 companyName
     "Return a companyname which will appear in <lib>.rc"
 
-    ^ 'eXept Software AG'
+    ^ 'eXept Software AG & SWING Research Group'
+
+    "Modified: / 15-11-2012 / 23:51:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 description
     "Description string which will appear in vc.def / bc.def"
 
-    ^ 'Smalltalk/X Class library'
+    ^ 'Java support for Smalltalk/X'
+
+    "Modified: / 15-11-2012 / 23:51:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 legalCopyright
     "Copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\nCopyright Jan Vrany, Jan Kurs and Marcel Hlopko\b          SWING Research Group, Czech Technical University In Prague'
+    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\nCopyright Jan Vrany, Jan Kurs and Marcel Hlopko\n          SWING Research Group, Czech Technical University In Prague'
 
-    "Modified: / 26-07-2011 / 17:13:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 15-11-2012 / 23:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 productName
@@ -655,7 +659,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'2140            '"$"
+    ^ "$SVN-Revision:"'2197            '"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!