ProjectDefinition.st
changeset 20624 36a96279296c
parent 20605 0976069c6263
child 20664 7d208f11cb95
--- a/ProjectDefinition.st	Thu Oct 13 14:43:12 2016 +0200
+++ b/ProjectDefinition.st	Thu Oct 13 19:14:19 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -159,7 +157,7 @@
 
     Alternatively, you may add one method per rule and annotate it by
     <file:target:> or <file:target:extends:> annotation. For example,
-    to call ant whenever a package is built, add a method like:
+    to call 'ant' whenever a package is built, add a method like:
 
     additionalRuleAnt_make_dot_proto
         <file: 'Make.proto' target: 'ant' extends: 'pre_objs' >