ApplicationDefinition.st
branchjv
changeset 17937 cf90cbd4e3f3
parent 17932 77b60f3b449a
child 17955 f5ee690b1a27
--- a/ApplicationDefinition.st	Fri Apr 06 13:43:09 2012 +0100
+++ b/ApplicationDefinition.st	Fri Apr 13 00:04:07 2012 +0100
@@ -1534,7 +1534,7 @@
 ^ '# $','Header','$
 #
 # DO NOT EDIT 
-# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
+# automagically generated from the projectDefinition: ',self name,"JV@2012-04-12: Commented, it only generates new unnecessary revisions -->' at ',Timestamp now printString,"'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -2105,7 +2105,7 @@
 ^
 '# $','Header','$
 #
-# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
+# automagically generated from the projectDefinition: ',self name,"JV@2012-04-12: Commented, it only generates new unnecessary revisions -->' at ',Timestamp now printString,"'.
 #
 # -------------- no need to change anything below ----------
 #
@@ -2867,5 +2867,5 @@
 !
 
 version_SVN
-    ^ '$Id: ApplicationDefinition.st 10796 2012-03-29 14:24:59Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10802 2012-04-12 23:04:07Z vranyj1 $'
 ! !