category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:25:10 +0200
changeset 663 a4a2b641d1d3
parent 662 728d12c935b3
child 664 99444b312701
category change
MCPackageLoader.st
--- a/MCPackageLoader.st	Tue Sep 11 23:25:03 2012 +0200
+++ b/MCPackageLoader.st	Tue Sep 11 23:25:10 2012 +0200
@@ -5,7 +5,7 @@
 		obsoletions additions removals errorDefinitions provisions'
 	classVariableNames:'Debugging'
 	poolDictionaries:''
-	category:'Monticello-Loading'
+	category:'SCM-Monticello-Loading'
 !
 
 
@@ -194,16 +194,16 @@
 
 tryToLoad: aDefinition
         [aDefinition loadOver: (self obsoletionFor: aDefinition)] on: Error do: [:ex |
+            errorDefinitions add: aDefinition.
+
             Debugging == true ifTrue:[
                 ex reject
             ].
             Transcript showCR:'error during load (to debug, set MCPackageLoader:Debugging to true): '.
             Transcript showCR:ex description.
-
-            errorDefinitions add: aDefinition.
         ].
 
-    "Modified: / 20-08-2011 / 18:20:36 / cg"
+    "Modified: / 11-09-2012 / 09:55:23 / cg"
 !
 
 tryToLoadAll: definitions label: label
@@ -370,11 +370,11 @@
 !MCPackageLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPackageLoader.st,v 1.8 2011-09-07 11:01:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPackageLoader.st,v 1.9 2012-09-11 21:25:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPackageLoader.st,v 1.8 2011-09-07 11:01:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPackageLoader.st,v 1.9 2012-09-11 21:25:10 cg Exp $'
 !
 
 version_SVN