Added MCStXPackageInfo
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 23 Aug 2011 15:49:06 +0200
changeset 444 3b891d0c6e02
parent 443 aa60b437ef96
child 445 8572d1a9b124
Added MCStXPackageInfo
stx_goodies_monticello.st
--- a/stx_goodies_monticello.st	Tue Aug 23 15:48:28 2011 +0200
+++ b/stx_goodies_monticello.st	Tue Aug 23 15:49:06 2011 +0200
@@ -10,7 +10,7 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.6 2011-08-20 15:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.7 2011-08-23 13:49:06 vrany Exp $'
 ! !
 
 !stx_goodies_monticello class methodsFor:'description'!
@@ -191,6 +191,7 @@
         MCCacheRepository
         MCMcdReader
         MCSubDirectoryRepository
+        MCStXPackageInfo
     )
 !
 
@@ -268,9 +269,9 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.6 2011-08-20 15:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.7 2011-08-23 13:49:06 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.6 2011-08-20 15:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.7 2011-08-23 13:49:06 vrany Exp $'
 ! !