changed: #protectedFileNames
authorClaus Gittinger <cg@exept.de>
Tue, 21 Dec 2010 11:38:03 +0100
changeset 13178 07e3a9bb37c8
parent 13177 f7bebd737d65
child 13179 f7307b5736ca
changed: #protectedFileNames
ProjectDefinition.st
--- a/ProjectDefinition.st	Tue Dec 21 11:24:51 2010 +0100
+++ b/ProjectDefinition.st	Tue Dec 21 11:38:03 2010 +0100
@@ -2869,12 +2869,13 @@
 !
 
 protectedFileNames
-    "names of files which should NOT be generated 
+    "names of files which should NOT be generated (because they are hand-maintained)
      - redefine this to protect a hand-written Make.proto or other handwritten support files"
 
     ^ #()
 
     "Created: / 14-09-2006 / 14:38:40 / cg"
+    "Modified: / 21-12-2010 / 11:36:46 / cg"
 !
 
 rcFilename
@@ -5658,11 +5659,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.328 2010-12-21 10:24:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.329 2010-12-21 10:38:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.328 2010-12-21 10:24:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.329 2010-12-21 10:38:03 cg Exp $'
 ! !
 
 ProjectDefinition initialize!