pq07564.txt PACKAGERINCLUDECLASSNAMES DOES NOT WORK IN V4.0-V4.02 Attempt to package an application (as reduced runtime) that implements the class method #packagerIncludeClassNames in the application class. Classes referenced in the #packagerIncludeClassNames are not included in the packaged image. Workaround: Create the following method and implement it as a class method of the class that is the same name as the application. packagingRulesFor: aPackagedImage aPackagedImage includeClassesNamed: self packagerIncludeClassNames