extensions.st
branchjv
changeset 3014 d9ad6aafc2ae
parent 3013 f25a0bdfb808
child 3018 9eb47024eba1
--- a/extensions.st	Thu Feb 02 16:09:32 2012 +0000
+++ b/extensions.st	Mon Feb 06 15:47:02 2012 +0000
@@ -1,4 +1,6 @@
-"{ Package: 'stx:libbasic3' }"!
+"{ Package: 'stx:libbasic3' }"
+
+!
 
 !UserPreferences methodsFor:'accessing-history manager'!
 
@@ -12,7 +14,6 @@
     "Modified (Format): / 30-06-2011 / 17:07:33 / cg"
     "Modified (Comment): / 30-06-2011 / 17:09:24 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerModificationLimit
@@ -25,7 +26,6 @@
     "Created: / 04-10-2008 / 11:55:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:09 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerModificationLimit: sec
@@ -38,7 +38,6 @@
     "Created: / 04-10-2008 / 11:56:23 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:13 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignature
@@ -52,7 +51,6 @@
     "Modified: / 08-07-2011 / 10:24:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-08-2011 / 17:24:21 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignature: aString
@@ -65,7 +63,6 @@
     "Created: / 04-10-2008 / 11:54:53 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:31 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignatures
@@ -83,7 +80,6 @@
     "Modified: / 22-08-2009 / 11:00:12 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:27:14 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignatures: aDictionary
@@ -96,7 +92,6 @@
     "Created: / 04-10-2008 / 11:52:58 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:26:48 / cg"
 ! !
-
 !UserPreferences methodsFor:'accessing-scm'!
 
 managerPerMatchingModuleDefinitions
@@ -113,7 +108,6 @@
 
     "Created: / 09-07-2011 / 13:33:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
-
 !UserPreferences methodsFor:'accessing-scm'!
 
 managerPerMatchingModuleDefinitions: defs
@@ -126,9 +120,13 @@
 
     "Created: / 09-07-2011 / 13:35:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
+!stx_libbasic3 class methodsFor:'documentation'!
 
+extensionsVersion_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic3/extensions.st,v 1.14 2012/01/18 10:00:10 cg Exp $'
+! !
 !stx_libbasic3 class methodsFor:'documentation'!
 
 extensionsVersion_SVN
-    ^ '$Id: extensions.st 1874 2012-02-02 16:09:32Z vranyj1 $'
-! !
\ No newline at end of file
+    ^ '$Id: extensions.st 1875 2012-02-06 15:47:02Z vranyj1 $'
+! !