ProjectDefinition.st
changeset 10806 8c8a4683414a
parent 10802 cc9d2f1d820e
child 10810 e62a55885c85
--- a/ProjectDefinition.st	Wed Dec 05 13:23:33 2007 +0100
+++ b/ProjectDefinition.st	Wed Dec 05 13:23:54 2007 +0100
@@ -2260,7 +2260,7 @@
 !
 
 make_dot_proto
-    "the template code for the bmake.bat file"
+    "the template code for the make.proto file"
 
     ^ self subclassResponsibility
 !
@@ -3891,7 +3891,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.169 2007-12-04 08:33:57 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.170 2007-12-05 12:23:54 stefan Exp $'
 ! !
 
 ProjectDefinition initialize!