changed: #updateJv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 08 Feb 2012 09:53:30 +0100
changeset 992 6abbd4b70f2d
parent 991 0534efca97f2
child 993 4c27971cd991
changed: #updateJv
SVN__SyncWithCVSTask.st
--- a/SVN__SyncWithCVSTask.st	Wed Feb 08 01:54:41 2012 +0100
+++ b/SVN__SyncWithCVSTask.st	Wed Feb 08 09:53:30 2012 +0100
@@ -107,13 +107,13 @@
         update:#(
             #'stx:libbasic'
             #'stx:libbasic2'
-            #'stx:libbasic3'
+"/            #'stx:libbasic3'
             #'stx:libcomp'
-            #'stx:libcompat'
+"/            #'stx:libcompat'
             #'stx:libjavascript'
             #'stx:libtool'
-            #'stx:libview'
-            #'stx:goodies/sunit'
+"/            #'stx:libview'
+"/            #'stx:goodies/sunit'
         ) 
         logOn: 
             Filename homeDirectory / 'Projects' / 'SmalltalkX' /
@@ -121,7 +121,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-06-2011 / 09:59:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2012 / 08:52:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SyncWithCVSTask methodsFor:'accessing'!