AbstractSourceCodeManager.st
changeset 2547 ccb236fb305e
parent 2546 be9e1b778210
child 2550 5b7103e4b5fb
--- a/AbstractSourceCodeManager.st	Thu Sep 29 22:02:10 2011 +0200
+++ b/AbstractSourceCodeManager.st	Thu Sep 29 22:03:08 2011 +0200
@@ -1914,7 +1914,7 @@
                         bindWith:aClass name
                         with:revision with:binaryRevision
                         with:self name) infoPrintCR.
-                    self halt.
+                    "/ self halt.
                 ].
                 revisionUsed := binaryRevision.
             ].
@@ -1939,7 +1939,7 @@
         cache:true
 
     "Created: / 12-10-1996 / 17:21:52 / cg"
-    "Modified: / 29-09-2011 / 22:00:41 / cg"
+    "Modified: / 29-09-2011 / 22:02:55 / cg"
 !
 
 loadPackageWithId: aPackageId fromRepositoryAsAutoloaded: doLoadAsAutoloaded
@@ -2020,7 +2020,7 @@
 
     doubleColon := source indexOf: $: startingAt: startQuote + 2.
     "/There may be no double colon at all, if the version method
-    "/is fresh, like '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.261 2011-09-29 20:02:10 cg Exp $'
+    "/is fresh, like '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.262 2011-09-29 20:03:08 cg Exp $'
     (doubleColon == 0 or:[doubleColon > endQuote]) ifTrue:[
         doubleColon := endQuote - 1.
     ].
@@ -3209,11 +3209,11 @@
 !AbstractSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.261 2011-09-29 20:02:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.262 2011-09-29 20:03:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.261 2011-09-29 20:02:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.262 2011-09-29 20:03:08 cg Exp $'
 ! !
 
 AbstractSourceCodeManager initialize!