diff -r fefb552a4ca5 -r 997f83bb29f8 ProjectDefinition.st --- 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 @@ "... (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 @@ "... (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 @@ "... (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 @@ "... (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