AbstractFileFinderApplicationComponent.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12401 4714b9640528
--- a/AbstractFileFinderApplicationComponent.st	Sun Jan 29 18:58:38 2012 +0000
+++ b/AbstractFileFinderApplicationComponent.st	Mon Jan 30 17:49:41 2012 +0000
@@ -475,9 +475,13 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.6 2012/01/12 02:34:16 cg Exp $'
+    ^ '$Id: AbstractFileFinderApplicationComponent.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.6 2012/01/12 02:34:16 cg Exp §'
-! !
\ No newline at end of file
+!
+
+version_SVN
+    ^ '$Id: AbstractFileFinderApplicationComponent.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+! !