ProjectDefinition.st
changeset 20424 997f83bb29f8
parent 20152 53ff3759ee7e
child 20503 e598faa37310
--- a/ProjectDefinition.st	Thu Sep 22 15:15:59 2016 +0200
+++ b/ProjectDefinition.st	Thu Sep 22 15:16:22 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -2717,7 +2719,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -2916,7 +2917,7 @@
 
     "<major>.<minor>.<revision>.<release> (such as '5.3.2.1')
      the default here takes smalltalks version number.
-     But thats probably not good for an end-user-app."
+     But that's probably not good for an end-user-app."
 
     ^ Smalltalk majorVersionNr
 
@@ -2929,7 +2930,7 @@
 
     "<major>.<minor>.<revision>.<release> (such as '5.3.2.1')
      the default here takes smalltalks version number.
-     But thats probably not good for an end-user-app."
+     But that's probably not good for an end-user-app."
 
     ^ Smalltalk minorVersionNr
 
@@ -3136,7 +3137,7 @@
 
     "<major>.<minor>.<revision>.<release> (such as '5.3.2.1')
      the default here takes smalltalks version number.
-     But thats probably not good for an end-user-app."
+     But that's probably not good for an end-user-app."
 
     ^ Smalltalk releaseNr
 
@@ -3149,7 +3150,7 @@
 
     "<major>.<minor>.<revision>.<release> (such as '5.3.2.1')
      the default here takes smalltalks version number.
-     But thats probably not good for an end-user-app."
+     But that's probably not good for an end-user-app."
 
     ^ Smalltalk revisionNr
 
@@ -4774,7 +4775,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec