ProjectDefinition.st
branchjv
changeset 19707 8e312f358d84
parent 19662 1d6b7f21e0aa
parent 19704 d47d280ac6b2
child 19811 65fec19facb0
--- a/ProjectDefinition.st	Wed May 04 06:50:56 2016 +0200
+++ b/ProjectDefinition.st	Thu May 05 06:48:19 2016 +0200
@@ -2254,8 +2254,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 ?
     ^ #()
@@ -2744,7 +2746,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4788,7 +4789,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec