ProjectDefinition.st
changeset 19704 d47d280ac6b2
parent 19656 2e77e4aa1575
child 19707 8e312f358d84
child 19730 f9f72b1fcaff
--- a/ProjectDefinition.st	Wed May 04 18:52:20 2016 +0200
+++ b/ProjectDefinition.st	Wed May 04 19:56:47 2016 +0200
@@ -2204,8 +2204,10 @@
 !
 
 extensionMethodNames
-    "list class/selector pairs of extensions.
-     A correponding method with real names must be present in my concrete subclasses"
+    "lists the extension methods which are to be included in the project.
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     "/ should this be a subclassResponsibility here ?
     ^ #()
@@ -2694,7 +2696,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4733,7 +4734,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec