ProjectDefinition.st
branchjv
changeset 21242 19fabe339f8b
parent 21026 81e280fc1b93
parent 21102 eef23325dbb5
child 21285 7770135c2b54
--- a/ProjectDefinition.st	Tue Dec 06 07:06:38 2016 +0100
+++ b/ProjectDefinition.st	Sun Dec 18 11:19:27 2016 +0000
@@ -2869,6 +2869,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4990,6 +4991,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5749,7 +5751,7 @@
      of 'super additionalClassAttributesFor: aClass'.
 
      Here, we add #autoload attributes to all test cases and
-     test resources, as they are not neccessary for the package
+     test resources, as they are not necessary for the package
      and should not be compiled (because of unwanted dependency
      on stx:goodies/sunit package)