MCRepositoryBrowser.st
branchjv
changeset 1156 b6ca954ebfc9
parent 1005 fe6be0a71dbe
--- a/MCRepositoryBrowser.st	Mon Nov 29 15:02:27 2021 +0000
+++ b/MCRepositoryBrowser.st	Mon Nov 29 15:31:54 2021 +0000
@@ -1,3 +1,6 @@
+"
+COPYRIGHT (c) 2021 LabWare
+"
 "{ Package: 'stx:goodies/monticello' }"
 
 "{ NameSpace: Smalltalk }"
@@ -13,6 +16,15 @@
 	category:'SCM-Monticello-St/X UI'
 !
 
+!MCRepositoryBrowser class methodsFor:'documentation'!
+
+copyright
+"
+COPYRIGHT (c) 2021 LabWare
+
+
+"
+! !
 
 !MCRepositoryBrowser class methodsFor:'initialization'!
 
@@ -1189,7 +1201,7 @@
     version := self selectedVersionAsMCVersion.
     version ifNil:[^self].
     snapshot := version snapshot.
-    loader := MCPackageLoader new 
+    loader := MCStXPackageLoader new 
                 installSnapshot: snapshot;
                 yourself.
     loader analyze.      
@@ -1207,6 +1219,7 @@
 
     "Modified: / 26-10-2010 / 23:04:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 07-09-2011 / 20:17:15 / cg"
+    "Modified: / 29-11-2021 / 15:22:36 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 versionBrowser