changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:20:42 +0200
changeset 213 96b8bf3b4211
parent 212 cb679c147c90
child 214 c1cddd1fab0d
changed: #version_SVN
SVN__CommitWizard.st
--- a/SVN__CommitWizard.st	Tue Sep 29 17:20:39 2009 +0200
+++ b/SVN__CommitWizard.st	Tue Sep 29 17:20:42 2009 +0200
@@ -23,11 +23,6 @@
 	privateIn:CommitWizard
 !
 
-!CommitWizard class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !CommitWizard class methodsFor:'instance creation'!
 
@@ -242,7 +237,7 @@
 !CommitWizard::MessagePane class methodsFor:'documentation'!
 
 version_SVN
-    ^'$Id$'
+    ^'Id: SVN__CommitWizard.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !
 
 !CommitWizard::MessagePane class methodsFor:'interface specs'!
@@ -379,7 +374,7 @@
 !CommitWizard::WorkingCopyStatusPane class methodsFor:'documentation'!
 
 version_SVN
-    ^'$Id$'
+    ^'Id: SVN__CommitWizard.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !
 
 !CommitWizard::WorkingCopyStatusPane class methodsFor:'interface specs'!
@@ -504,4 +499,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__CommitWizard.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !