(none) jk_new_structure
authorvranyj1
Thu, 01 Sep 2011 23:21:53 +0000
branchjk_new_structure
changeset 968 36a4e0b2d597
parent 967 07943414434d
child 969 11ae5873d022
(none)
src/JavaLibraries.st
--- a/src/JavaLibraries.st	Thu Sep 01 23:15:35 2011 +0000
+++ b/src/JavaLibraries.st	Thu Sep 01 23:21:53 2011 +0000
@@ -119,9 +119,9 @@
 
 checkoutDirectory
 
-    OperatingSystem getNetworkAddresses size < 2 
-        ifTrue:
-            [self error: 'No network connection!!'. ^self].
+"/    OperatingSystem getNetworkAddresses size < 2 
+"/        ifTrue:
+"/           [self error: 'No network connection!!'. ^self].
 
     (OperatingSystem
         executeCommand:('svn co %1 %2' bindWith: self url with: self directory asString))
@@ -181,6 +181,10 @@
         ifTrue: [self updateDirectory]
         ifFalse:[self checkoutDirectory]
 
+    "
+        JavaLibraries update
+    "
+
     "Created: / 08-04-2011 / 16:29:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !