#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Sat, 21 May 2016 13:01:31 +0200
changeset 19898 24a7019a1f7e
parent 19897 cb8cea59de5c
child 19899 25b35b705da5
child 19900 97109a202eba
#DOCUMENTATION by stefan class: ProjectDefinition changed: #unloadPackage
ProjectDefinition.st
--- a/ProjectDefinition.st	Fri May 20 10:03:19 2016 +0200
+++ b/ProjectDefinition.st	Sat May 21 13:01:31 2016 +0200
@@ -2696,6 +2696,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4734,6 +4735,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5368,7 +5370,7 @@
     self restoreOverwrittenExtensionMethods.
 
     Class withoutUpdatingChangesDo:[
-        self activityNotification:'Unloading sunprojects'.
+        self activityNotification:'Unloading subprojects'.
         self unloadSubProjects.
 
         self activityNotification:'Unloading classes'.