LibraryDefinition.st
changeset 14246 77308d477687
parent 13984 91b15932608f
child 14433 7d03959d0127
--- a/LibraryDefinition.st	Wed Jul 25 19:12:38 2012 +0200
+++ b/LibraryDefinition.st	Thu Jul 26 01:03:19 2012 +0200
@@ -270,7 +270,7 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
+# automagically generated from the projectDefinition: ',self name",' at ',Timestamp now printString",'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -331,7 +331,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 20-01-2012 / 12:18:24 / cg"
+    "Modified: / 26-07-2012 / 00:57:20 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -391,7 +391,7 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
+# automagically generated from the projectDefinition: ',self name",' at ',Timestamp now printString",'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -515,7 +515,7 @@
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 08-10-2011 / 00:47:53 / cg"
+    "Modified: / 26-07-2012 / 00:57:29 / cg"
 !
 
 vc_dot_def
@@ -702,9 +702,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.108 2012-01-24 17:35:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.109 2012-07-25 23:03:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.108 2012-01-24 17:35:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.109 2012-07-25 23:03:19 cg Exp $'
 ! !