MCHttpRepository.st
changeset 778 3cdbfc6ff7da
parent 632 0a03a211d43b
child 909 b63cf5148da4
--- a/MCHttpRepository.st	Tue Apr 02 21:28:18 2013 +0200
+++ b/MCHttpRepository.st	Wed Apr 03 21:51:41 2013 +0200
@@ -54,6 +54,10 @@
 	^self class creationTemplateLocation: location user: user password: password
 !
 
+location
+      ^location 
+!
+
 location: aUrlString
 	location := aUrlString
 !
@@ -225,13 +229,14 @@
 !MCHttpRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.6 2013-04-03 19:51:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.6 2013-04-03 19:51:41 cg Exp $'
 !
 
 version_SVN
     ^ '§Id: MCHttpRepository.st 13 2010-09-16 14:56:21Z vranyj1 §'
 ! !
+