*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 14 Sep 2006 15:02:07 +0200
changeset 4583 400d845f6bf0
parent 4582 b3b3644b1751
child 4584 c7f7eab4f4c1
*** empty log message ***
stx_libview.st
--- a/stx_libview.st	Thu Sep 14 14:27:47 2006 +0200
+++ b/stx_libview.st	Thu Sep 14 15:02:07 2006 +0200
@@ -84,6 +84,16 @@
     )
 ! !
 
+!stx_libview class methodsFor:'description - files'!
+
+protectedFileNames
+    "do NOT overwrite the hand-written Make.proto"
+
+    ^ #( ' Make.proto' )
+
+    "Created: / 14-09-2006 / 14:39:33 / cg"
+! !
+
 !stx_libview class methodsFor:'description - project information'!
 
 companyName
@@ -115,5 +125,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.1 2006-09-14 12:27:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.2 2006-09-14 13:02:07 cg Exp $'
 ! !