class: MCSnapshot
authorClaus Gittinger <cg@exept.de>
Thu, 21 Mar 2013 18:25:45 +0100
changeset 745 c3b2dd861cce
parent 744 0caa54044783
child 746 f33beeddfcf4
class: MCSnapshot changed: #includeExtrasForSTX
MCSnapshot.st
--- a/MCSnapshot.st	Thu Mar 21 18:25:31 2013 +0100
+++ b/MCSnapshot.st	Thu Mar 21 18:25:45 2013 +0100
@@ -33,7 +33,9 @@
 !
 
 includeExtrasForSTX
-    ^ includeExtrasForSTX
+    "/ do not default to true here, as the version is snapshotted twice in order to
+    "/ update the version-strings, and we don not need this stuff in the first round!!
+    ^ includeExtrasForSTX ? false
 !
 
 includeExtrasForSTX:something
@@ -76,11 +78,11 @@
 !MCSnapshot class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshot.st,v 1.5 2013-03-21 16:46:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshot.st,v 1.6 2013-03-21 17:25:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshot.st,v 1.5 2013-03-21 16:46:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshot.st,v 1.6 2013-03-21 17:25:45 cg Exp $'
 !
 
 version_SVN