diff -r f7bebd737d65 -r 07e3a9bb37c8 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!