MCDirectoryRepository.st
changeset 526 4a1d6bba1036
parent 343 66796446b566
child 528 ea2c305d04fe
--- a/MCDirectoryRepository.st	Thu Dec 01 20:51:13 2011 +0100
+++ b/MCDirectoryRepository.st	Thu Dec 01 20:51:22 2011 +0100
@@ -40,10 +40,13 @@
 creationTemplate
     "superclass MCRepository class says that I am responsible to implement this method"
 
-    ^'MCDirectoryRepository directory: ''%1'''
+    ^
+'MCDirectoryRepository 
+    directory: ''%1'''
         bindWith: (Filename currentDirectory asAbsoluteFilename / 'package-cache') asString
 
     "Modified: / 16-09-2010 / 14:53:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-12-2011 / 20:31:31 / cg"
 !
 
 fillInTheBlankRequest
@@ -52,6 +55,8 @@
     ^ self shouldImplement
 ! !
 
+
+
 !MCDirectoryRepository methodsFor:'as yet unclassified'!
 
 allFileNames
@@ -133,11 +138,11 @@
 !MCDirectoryRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirectoryRepository.st,v 1.3 2011-08-20 12:28:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirectoryRepository.st,v 1.4 2011-12-01 19:51:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirectoryRepository.st,v 1.3 2011-08-20 12:28:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirectoryRepository.st,v 1.4 2011-12-01 19:51:22 cg Exp $'
 !
 
 version_SVN