SVN__SyncWithCVSTask.st
changeset 993 4c27971cd991
parent 992 6abbd4b70f2d
child 1050 e7a45066062b
--- a/SVN__SyncWithCVSTask.st	Wed Feb 08 09:53:30 2012 +0100
+++ b/SVN__SyncWithCVSTask.st	Wed Feb 08 09:57:48 2012 +0100
@@ -76,12 +76,6 @@
     "Created: / 19-08-2009 / 11:44:44 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-!SyncWithCVSTask class methodsFor:'others'!
-
-version_CVS
-    ^ '$Header$'
-! !
-
 !SyncWithCVSTask class methodsFor:'updating'!
 
 update:pkgs 
@@ -106,8 +100,8 @@
     self
         update:#(
             #'stx:libbasic'
-            #'stx:libbasic2'
-"/            #'stx:libbasic3'
+"/            #'stx:libbasic2'
+            #'stx:libbasic3'
             #'stx:libcomp'
 "/            #'stx:libcompat'
             #'stx:libjavascript'
@@ -121,7 +115,7 @@
 
     "Created: / 19-08-2009 / 11:34:31 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 19-08-2009 / 12:49:59 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 08-02-2012 / 08:52:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2012 / 08:57:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SyncWithCVSTask methodsFor:'accessing'!
@@ -400,6 +394,10 @@
     ^ '$Header$'
 !
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
     ^ '§Id: SVN__SyncWithCVSTask.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !