stx_libview.st
changeset 5670 7a9301db9b16
parent 5502 dd398c0d323a
child 5685 985cd35a71fc
--- a/stx_libview.st	Mon Dec 20 14:40:45 2010 +0100
+++ b/stx_libview.st	Tue Dec 21 11:37:31 2010 +0100
@@ -351,12 +351,13 @@
 !stx_libview class methodsFor:'description - files'!
 
 protectedFileNames
+    "names of files which should NOT be generated (because they are hand-maintained)"
     "do NOT overwrite the hand-written Make.proto"
 
     ^ #( 'Make.proto' )
 
     "Created: / 14-09-2006 / 14:39:33 / cg"
-    "Modified: / 14-09-2006 / 16:15:22 / cg"
+    "Modified: / 21-12-2010 / 11:37:00 / cg"
 ! !
 
 !stx_libview class methodsFor:'description - project information'!
@@ -386,9 +387,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.43 2009-11-06 19:23:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.44 2010-12-21 10:37:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.43 2009-11-06 19:23:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.44 2010-12-21 10:37:31 cg Exp $'
 ! !